public interface ListInstancesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Instance |
getInstances(int index)
A list of returned instances.
|
int |
getInstancesCount()
A list of returned instances.
|
List<Instance> |
getInstancesList()
A list of returned instances.
|
InstanceOrBuilder |
getInstancesOrBuilder(int index)
A list of returned instances.
|
List<? extends InstanceOrBuilder> |
getInstancesOrBuilderList()
A list of returned instances.
|
String |
getNextPageToken()
Page token that can be used to continue listing from the last result in the
next list call.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Page token that can be used to continue listing from the last result in the
next list call.
|
String |
getUnreachable(int index)
Locations that could not be reached.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Locations that could not be reached.
|
int |
getUnreachableCount()
Locations that could not be reached.
|
List<String> |
getUnreachableList()
Locations that could not be reached.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Instance> getInstancesList()
A list of returned instances.
repeated .google.cloud.notebooks.v1beta1.Instance instances = 1;Instance getInstances(int index)
A list of returned instances.
repeated .google.cloud.notebooks.v1beta1.Instance instances = 1;int getInstancesCount()
A list of returned instances.
repeated .google.cloud.notebooks.v1beta1.Instance instances = 1;List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
A list of returned instances.
repeated .google.cloud.notebooks.v1beta1.Instance instances = 1;InstanceOrBuilder getInstancesOrBuilder(int index)
A list of returned instances.
repeated .google.cloud.notebooks.v1beta1.Instance instances = 1;String getNextPageToken()
Page token that can be used to continue listing from the last result in the next list call.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Page token that can be used to continue listing from the last result in the next list call.
string next_page_token = 2;List<String> getUnreachableList()
Locations that could not be reached. For example, `['us-west1-a', 'us-central1-b']`. A ListInstancesResponse will only contain either instances or unreachables,
repeated string unreachable = 3;int getUnreachableCount()
Locations that could not be reached. For example, `['us-west1-a', 'us-central1-b']`. A ListInstancesResponse will only contain either instances or unreachables,
repeated string unreachable = 3;String getUnreachable(int index)
Locations that could not be reached. For example, `['us-west1-a', 'us-central1-b']`. A ListInstancesResponse will only contain either instances or unreachables,
repeated string unreachable = 3;index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Locations that could not be reached. For example, `['us-west1-a', 'us-central1-b']`. A ListInstancesResponse will only contain either instances or unreachables,
repeated string unreachable = 3;index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.