Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::ListAnywhereCachesRequest.
Request message for ListAnywhereCaches.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
Returns
- (::Integer) — Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
#page_size=
def page_size=(value) -> ::Integer
Parameter
- value (::Integer) — Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
Returns
- (::Integer) — Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.
#page_token
def page_token() -> ::String
Returns
- (::String) — A previously-returned page token representing part of the larger set of results to view.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — A previously-returned page token representing part of the larger set of results to view.
Returns
- (::String) — A previously-returned page token representing part of the larger set of results to view.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The bucket to which this cache belongs.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The bucket to which this cache belongs.
Returns
- (::String) — Required. The bucket to which this cache belongs.
#request_id
def request_id() -> ::String
Returns
- (::String) — Optional. A unique identifier for this request. UUID is the recommended format, but other formats are still accepted.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — 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.