Skip to content
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

Adding datastore Key.(to|from)_legacy_urlsafe. #3491

Merged
merged 8 commits into from
Jun 8, 2017
16 changes: 16 additions & 0 deletions datastore/google/cloud/datastore/_onestore_v3.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
syntax = "proto2";

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.


message Reference {
required string app = 13;
optional string name_space = 20;
required Path path = 14;
optional string database_id = 23;
}

message Path {
repeated group Element = 1 {
required string type = 2;
optional int64 id = 3;
optional string name = 4;
}
}
184 changes: 184 additions & 0 deletions datastore/google/cloud/datastore/_onestore_v3_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading