Class: Google::Cloud::Storage::Control::V2::GetAnywhereCacheRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/storage/control/v2/storage_control.rb

Overview

Request message for GetAnywhereCache.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name field in the request should be: projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}.

Returns:

  • (::String)

    Required. The name field in the request should be: projects/{project}/buckets/{bucket}/anywhereCaches/{anywhere_cache}



661
662
663
664
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 661

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

#request_id::String

Returns Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.

Returns:

  • (::String)

    Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.



661
662
663
664
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 661

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