public sealed class ListRapidCachesResponse : IMessage<ListRapidCachesResponse>, IEquatable<ListRapidCachesResponse>, IDeepCloneable<ListRapidCachesResponse>, IBufferMessage, IMessage, IPageResponse<RapidCache>, IEnumerable<RapidCache>, IEnumerableReference documentation and code samples for the Cloud Storage v2 API class ListRapidCachesResponse.
Response message for ListRapidCaches.
Implements
IMessageListRapidCachesResponse, IEquatableListRapidCachesResponse, IDeepCloneableListRapidCachesResponse, IBufferMessage, IMessage, IPageResponseRapidCache, IEnumerableRapidCache, IEnumerableNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
ListRapidCachesResponse()
public ListRapidCachesResponse()ListRapidCachesResponse(ListRapidCachesResponse)
public ListRapidCachesResponse(ListRapidCachesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRapidCachesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RapidCaches
public RepeatedField<RapidCache> RapidCaches { get; }The list of rapid caches.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRapidCache |
|
Methods
GetEnumerator()
public IEnumerator<RapidCache> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorRapidCache |
|