Cloud Storage v2 API - Class ListRapidCachesResponse (1.9.0)

public sealed class ListRapidCachesResponse : IMessage<ListRapidCachesResponse>, IEquatable<ListRapidCachesResponse>, IDeepCloneable<ListRapidCachesResponse>, IBufferMessage, IMessage, IPageResponse<RapidCache>, IEnumerable<RapidCache>, IEnumerable

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

Response message for ListRapidCaches.

Inheritance

object > ListRapidCachesResponse

Namespace

Google.Cloud.Storage.Control.V2

Assembly

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