Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::RequestOptions (v1.8.1)

Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::RequestOptions.

Options for a request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#request_tags

def request_tags() -> ::Array<::String>
Returns
  • (::Array<::String>) —

    Optional. The request tags for the request. The tags are processed as follows:

    • Truncated to 510 characters.
    • Filtered out if empty.
    • Deduplicated.
    • Limited to 50 tags.

#request_tags=

def request_tags=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) —

    Optional. The request tags for the request. The tags are processed as follows:

    • Truncated to 510 characters.
    • Filtered out if empty.
    • Deduplicated.
    • Limited to 50 tags.
Returns
  • (::Array<::String>) —

    Optional. The request tags for the request. The tags are processed as follows:

    • Truncated to 510 characters.
    • Filtered out if empty.
    • Deduplicated.
    • Limited to 50 tags.