public sealed class ListAnywhereCachesResponse : IMessage<ListAnywhereCachesResponse>, IEquatable<ListAnywhereCachesResponse>, IDeepCloneable<ListAnywhereCachesResponse>, IBufferMessage, IMessage, IPageResponse<AnywhereCache>, IEnumerable<AnywhereCache>, IEnumerable
Reference documentation and code samples for the Cloud Storage v2 API class ListAnywhereCachesResponse.
Response message for ListAnywhereCaches.
Implements
IMessageListAnywhereCachesResponse, IEquatableListAnywhereCachesResponse, IDeepCloneableListAnywhereCachesResponse, IBufferMessage, IMessage, IPageResponseAnywhereCache, IEnumerableAnywhereCache, IEnumerableNamespace
Google.Cloud.Storage.Control.V2Assembly
Google.Cloud.Storage.Control.V2.dll
Constructors
ListAnywhereCachesResponse()
public ListAnywhereCachesResponse()
ListAnywhereCachesResponse(ListAnywhereCachesResponse)
public ListAnywhereCachesResponse(ListAnywhereCachesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAnywhereCachesResponse |
Properties
AnywhereCaches
public RepeatedField<AnywhereCache> AnywhereCaches { get; }
The list of items.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAnywhereCache |
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 |
Methods
GetEnumerator()
public IEnumerator<AnywhereCache> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAnywhereCache |