public sealed class ListRapidCachesRequest : IMessage<ListRapidCachesRequest>, IEquatable<ListRapidCachesRequest>, IDeepCloneable<ListRapidCachesRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Storage v2 API class ListRapidCachesRequest.
Request message for ListRapidCaches.
Implements
IMessageListRapidCachesRequest, IEquatableListRapidCachesRequest, IDeepCloneableListRapidCachesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
ListRapidCachesRequest()
public ListRapidCachesRequest()ListRapidCachesRequest(ListRapidCachesRequest)
public ListRapidCachesRequest(ListRapidCachesRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRapidCachesRequest |
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 |
|