generated/google/apis/datastore_v1beta3/classes.rb in google-api-client-0.28.7 vs generated/google/apis/datastore_v1beta3/classes.rb in google-api-client-0.29.0

- old
+ new

@@ -864,11 +864,12 @@ @work_completed = args[:work_completed] if args.key?(:work_completed) @work_estimated = args[:work_estimated] if args.key?(:work_estimated) end end - # A [GQL query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference). + # A [GQL + # query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference). class GqlQuery include Google::Apis::Core::Hashable # When false, the query string must not contain any literals and instead must # bind all values. For example, @@ -1392,12 +1393,13 @@ # @return [Array<Google::Apis::DatastoreV1beta3::PropertyReference>] attr_accessor :distinct_on # An ending point for the query results. Query cursors are # returned in query result batches and - # [can only be used to limit the same query](https://cloud.google.com/datastore/ - # docs/concepts/queries#cursors_limits_and_offsets). + # [can only be used to limit the same + # query](https://cloud.google.com/datastore/docs/concepts/queries# + # cursors_limits_and_offsets). # Corresponds to the JSON property `endCursor` # NOTE: Values are automatically base64 encoded/decoded in the client library. # @return [String] attr_accessor :end_cursor @@ -1436,12 +1438,13 @@ # @return [Array<Google::Apis::DatastoreV1beta3::Projection>] attr_accessor :projection # A starting point for the query results. Query cursors are # returned in query result batches and - # [can only be used to continue the same query](https://cloud.google.com/ - # datastore/docs/concepts/queries#cursors_limits_and_offsets). + # [can only be used to continue the same + # query](https://cloud.google.com/datastore/docs/concepts/queries# + # cursors_limits_and_offsets). # Corresponds to the JSON property `startCursor` # NOTE: Values are automatically base64 encoded/decoded in the client library. # @return [String] attr_accessor :start_cursor @@ -1666,10 +1669,11 @@ # The request for Datastore.RunQuery. class RunQueryRequest include Google::Apis::Core::Hashable - # A [GQL query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference). + # A [GQL + # query](https://cloud.google.com/datastore/docs/apis/gql/gql_reference). # Corresponds to the JSON property `gqlQuery` # @return [Google::Apis::DatastoreV1beta3::GqlQuery] attr_accessor :gql_query # A partition ID identifies a grouping of entities. The grouping is always