generated/google/apis/datastore_v1beta3/service.rb in google-api-client-0.36.0 vs generated/google/apis/datastore_v1beta3/service.rb in google-api-client-0.36.1

- old
+ new

@@ -49,11 +49,11 @@ end # Allocates IDs for the given keys, which is useful for referencing an entity # before it is inserted. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::AllocateIdsRequest] allocate_ids_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -82,11 +82,11 @@ execute_or_queue_command(command, &block) end # Begins a new transaction. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::BeginTransactionRequest] begin_transaction_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -116,11 +116,11 @@ end # Commits a transaction, optionally creating, deleting or modifying some # entities. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::CommitRequest] commit_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -149,11 +149,11 @@ execute_or_queue_command(command, &block) end # Looks up entities by key. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::LookupRequest] lookup_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -181,13 +181,13 @@ command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end # Prevents the supplied keys' IDs from being auto-allocated by Cloud - # Datastore. Used for imports only; other workloads are not supported. + # Datastore. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::ReserveIdsRequest] reserve_ids_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -216,11 +216,11 @@ execute_or_queue_command(command, &block) end # Rolls back a transaction. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::RollbackRequest] rollback_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any @@ -249,10 +249,10 @@ execute_or_queue_command(command, &block) end # Queries for entities. # @param [String] project_id - # The ID of the project against which to make the request. + # Required. The ID of the project against which to make the request. # @param [Google::Apis::DatastoreV1beta3::RunQueryRequest] run_query_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user # Available to use for quota purposes for server-side applications. Can be any