Google Cloud Bigtable Administration v2 API - Class ListMemoryLayersResponse (3.35.0)

public sealed class ListMemoryLayersResponse : IMessage<ListMemoryLayersResponse>, IEquatable<ListMemoryLayersResponse>, IDeepCloneable<ListMemoryLayersResponse>, IBufferMessage, IMessage, IPageResponse<MemoryLayer>, IEnumerable<MemoryLayer>, IEnumerable

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListMemoryLayersResponse.

Response message for BigtableInstanceAdmin.ListMemoryLayers.

Inheritance

object > ListMemoryLayersResponse

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

ListMemoryLayersResponse()

public ListMemoryLayersResponse()

ListMemoryLayersResponse(ListMemoryLayersResponse)

public ListMemoryLayersResponse(ListMemoryLayersResponse other)
Parameter
Name Description
other ListMemoryLayersResponse

Properties

FailedLocations

public RepeatedField<string> FailedLocations { get; }

Locations from which MemoryLayer information could not be retrieved, due to an outage or some other transient condition. MemoryLayers from these locations may be missing from memory_layers, or may only have partial information returned. Values are of the form projects/<project>/locations/<zone_id>

Property Value
Type Description
RepeatedFieldstring

MemoryLayers

public RepeatedField<MemoryLayer> MemoryLayers { get; }

The list of requested memory layers.

Property Value
Type Description
RepeatedFieldMemoryLayer

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<MemoryLayer> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorMemoryLayer