Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::ReserveIdsRequest.
The request for Datastore.ReserveIds.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database_id
def database_id() -> ::String
Returns
- (::String) — If not empty, the ID of the database against which to make the request.
#database_id=
def database_id=(value) -> ::String
Parameter
- value (::String) — If not empty, the ID of the database against which to make the request.
Returns
- (::String) — If not empty, the ID of the database against which to make the request.
#keys
def keys() -> ::Array<::Google::Cloud::Datastore::V1::Key>
Returns
- (::Array<::Google::Cloud::Datastore::V1::Key>) — Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
#keys=
def keys=(value) -> ::Array<::Google::Cloud::Datastore::V1::Key>
Parameter
- value (::Array<::Google::Cloud::Datastore::V1::Key>) — Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
Returns
- (::Array<::Google::Cloud::Datastore::V1::Key>) — Required. A list of keys with complete key paths whose numeric IDs should not be auto-allocated.
#project_id
def project_id() -> ::String
Returns
- (::String) — Required. The ID of the project against which to make the request.
#project_id=
def project_id=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the project against which to make the request.
Returns
- (::String) — Required. The ID of the project against which to make the request.