Class: Google::Cloud::Storage::Control::V2::CreateAnywhereCacheRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#anywhere_cache::Google::Cloud::Storage::Control::V2::AnywhereCache

Returns Required. Properties of the Anywhere Cache instance being created. The parent bucket name is specified in the parent field. Server uses the default value of ttl or admission_policy if not specified in request.

Returns:

  • (::Google::Cloud::Storage::Control::V2::AnywhereCache)

    Required. Properties of the Anywhere Cache instance being created. The parent bucket name is specified in the parent field. Server uses the default value of ttl or admission_policy if not specified in request.



577
578
579
580
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 577

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

#parent::String

Returns Required. The bucket to which this cache belongs. Format: projects/{project}/buckets/{bucket}.

Returns:

  • (::String)

    Required. The bucket to which this cache belongs. Format: projects/{project}/buckets/{bucket}



577
578
579
580
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 577

class CreateAnywhereCacheRequest
  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.



577
578
579
580
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 577

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