Skip to content

[CHANGE ME] Re-generated to pick up changes from googleapis. #105

New issue

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ def ExportEntities(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -325,6 +326,7 @@ def ExportEntities(
google_dot_longrunning_dot_operations__pb2.Operation.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -339,6 +341,7 @@ def ImportEntities(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -352,6 +355,7 @@ def ImportEntities(
google_dot_longrunning_dot_operations__pb2.Operation.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -366,6 +370,7 @@ def GetIndex(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -379,6 +384,7 @@ def GetIndex(
google_dot_cloud_dot_datastore__admin__v1_dot_proto_dot_index__pb2.Index.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -393,6 +399,7 @@ def ListIndexes(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -406,6 +413,7 @@ def ListIndexes(
google_dot_cloud_dot_datastore__admin__v1_dot_proto_dot_datastore__admin__pb2.ListIndexesResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand Down
5 changes: 3 additions & 2 deletions google/cloud/datastore_v1/gapic/datastore_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@
from google.cloud.datastore_v1.proto import datastore_pb2_grpc
from google.cloud.datastore_v1.proto import entity_pb2
from google.cloud.datastore_v1.proto import query_pb2
from google.cloud.datastore.version import __version__


_GAPIC_LIBRARY_VERSION = __version__
_GAPIC_LIBRARY_VERSION = pkg_resources.get_distribution(
"google-cloud-datastore",
).version
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would revert #94.



class DatastoreClient(object):
Expand Down
14 changes: 14 additions & 0 deletions google/cloud/datastore_v1/proto/datastore_pb2_grpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ def Lookup(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -198,6 +199,7 @@ def Lookup(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.LookupResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -212,6 +214,7 @@ def RunQuery(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -225,6 +228,7 @@ def RunQuery(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.RunQueryResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -239,6 +243,7 @@ def BeginTransaction(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -252,6 +257,7 @@ def BeginTransaction(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.BeginTransactionResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -266,6 +272,7 @@ def Commit(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -279,6 +286,7 @@ def Commit(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.CommitResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -293,6 +301,7 @@ def Rollback(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -306,6 +315,7 @@ def Rollback(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.RollbackResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -320,6 +330,7 @@ def AllocateIds(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -333,6 +344,7 @@ def AllocateIds(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.AllocateIdsResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand All @@ -347,6 +359,7 @@ def ReserveIds(
options=(),
channel_credentials=None,
call_credentials=None,
insecure=False,
compression=None,
wait_for_ready=None,
timeout=None,
Expand All @@ -360,6 +373,7 @@ def ReserveIds(
google_dot_cloud_dot_datastore__v1_dot_proto_dot_datastore__pb2.ReserveIdsResponse.FromString,
options,
channel_credentials,
insecure,
call_credentials,
compression,
wait_for_ready,
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-datastore.git",
"sha": "8aa3eac28e0e733b61d6ab9e1d233a99467b7081"
"sha": "b6bc2f7998dc52618a82c86782a709fcbb67a8cf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "8d73f9486fc193a150f6c907dfb9f49431aff3ff",
"internalRef": "332497859"
"sha": "20b11dfe4538cd5da7b4c3dd7d2bf5b9922ff3ed",
"internalRef": "338646463"
}
},
{
Expand Down