Cloud Storage v2 API - Class ListAnywhereCachesRequest (1.3.0)

public sealed class ListAnywhereCachesRequest : IMessage<ListAnywhereCachesRequest>, IEquatable<ListAnywhereCachesRequest>, IDeepCloneable<ListAnywhereCachesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Storage v2 API class ListAnywhereCachesRequest.

Request message for ListAnywhereCaches.

Inheritance

object > ListAnywhereCachesRequest

Namespace

Google.Cloud.Storage.Control.V2

Assembly

Google.Cloud.Storage.Control.V2.dll

Constructors

ListAnywhereCachesRequest()

public ListAnywhereCachesRequest()

ListAnywhereCachesRequest(ListAnywhereCachesRequest)

public ListAnywhereCachesRequest(ListAnywhereCachesRequest other)
Parameter
Name Description
other ListAnywhereCachesRequest

Properties

PageSize

public int PageSize { get; set; }

Maximum number of caches to return in a single response. The service will use this parameter or 1,000 items, whichever is smaller.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A previously-returned page token representing part of the larger set of results to view.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The bucket to which this cache belongs.

Property Value
Type Description
string

ParentAsBucketName

public BucketName ParentAsBucketName { get; set; }

BucketName-typed view over the Parent resource name property.

Property Value
Type Description
BucketName

RequestId

public string RequestId { get; set; }

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

Property Value
Type Description
string