public sealed class ListMemoryLayersResponse : IMessage<ListMemoryLayersResponse>, IEquatable<ListMemoryLayersResponse>, IDeepCloneable<ListMemoryLayersResponse>, IBufferMessage, IMessage, IPageResponse<MemoryLayer>, IEnumerable<MemoryLayer>, IEnumerableReference documentation and code samples for the Google Cloud Bigtable Administration v2 API class ListMemoryLayersResponse.
Response message for BigtableInstanceAdmin.ListMemoryLayers.
Implements
IMessageListMemoryLayersResponse, IEquatableListMemoryLayersResponse, IDeepCloneableListMemoryLayersResponse, IBufferMessage, IMessage, IPageResponseMemoryLayer, IEnumerableMemoryLayer, IEnumerableNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
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 |
|