Class: Google::Cloud::Datastore::V1::RequestOptions

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/datastore/v1/datastore.rb

Overview

Options for a request.

Instance Attribute Summary collapse

Instance Attribute Details

#request_tags::Array<::String>

Returns 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.


794
795
796
797
# File 'proto_docs/google/datastore/v1/datastore.rb', line 794

class RequestOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end