| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| Expand Up | @@ -45,6 +45,9 @@ htmlcov | |
| # JetBrains | ||
| .idea | ||
|
|
||
| # VS Code | ||
| .vscode | ||
|
|
||
| # Built documentation | ||
| docs/_build | ||
| docs/_build_doc2dash | ||
| Expand Down | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| include README.rst LICENSE | ||
| recursive-include google *.json *.proto | ||
| recursive-include google *.json *.proto *.config | ||
| recursive-include tests * | ||
| global-exclude *.pyc __pycache__ |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,88 @@ | ||
| channel_pool: { | ||
| max_size: 10 | ||
| max_concurrent_streams_low_watermark: 100 | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/CreateSession" | ||
| affinity: { | ||
| command: BIND | ||
| affinity_key: "name" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/GetSession" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "name" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/DeleteSession" | ||
| affinity: { | ||
| command: UNBIND | ||
| affinity_key: "name" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/ExecuteSql" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/ExecuteStreamingSql" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/Read" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/StreamingRead" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/BeginTransaction" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/Commit" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/Rollback" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/PartitionQuery" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } | ||
| method: { | ||
| name: "/google.spanner.v1.Spanner/PartitionRead" | ||
| affinity: { | ||
| command: BOUND | ||
| affinity_key: "session" | ||
| } | ||
| } |
| Back | FazBrowse Home | New Git URL |
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.