Class: Google::Cloud::Storage::Control::V2::ResumeAnywhereCacheRequest

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

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}



647
648
649
650
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 647

class ResumeAnywhereCacheRequest
  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. This request is only idempotent if a request_id is provided.

Returns:

  • (::String)

    Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted. This request is only idempotent if a request_id is provided.



647
648
649
650
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 647

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