public static final class ListInstancesResponse.Builder extends GeneratedMessageV3.Builder<ListInstancesResponse.Builder> implements ListInstancesResponseOrBuilder
Response message for BigtableInstanceAdmin.ListInstances.Protobuf type
google.bigtable.admin.v2.ListInstancesResponse| Modifier and Type | Method and Description |
|---|---|
ListInstancesResponse.Builder |
addAllFailedLocations(java.lang.Iterable<java.lang.String> values)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ListInstancesResponse.Builder |
addAllInstances(java.lang.Iterable<? extends Instance> values)
The list of requested instances.
|
ListInstancesResponse.Builder |
addFailedLocations(java.lang.String value)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ListInstancesResponse.Builder |
addFailedLocationsBytes(ByteString value)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ListInstancesResponse.Builder |
addInstances(Instance.Builder builderForValue)
The list of requested instances.
|
ListInstancesResponse.Builder |
addInstances(Instance value)
The list of requested instances.
|
ListInstancesResponse.Builder |
addInstances(int index,
Instance.Builder builderForValue)
The list of requested instances.
|
ListInstancesResponse.Builder |
addInstances(int index,
Instance value)
The list of requested instances.
|
Instance.Builder |
addInstancesBuilder()
The list of requested instances.
|
Instance.Builder |
addInstancesBuilder(int index)
The list of requested instances.
|
ListInstancesResponse.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListInstancesResponse |
build() |
ListInstancesResponse |
buildPartial() |
ListInstancesResponse.Builder |
clear() |
ListInstancesResponse.Builder |
clearFailedLocations()
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ListInstancesResponse.Builder |
clearField(Descriptors.FieldDescriptor field) |
ListInstancesResponse.Builder |
clearInstances()
The list of requested instances.
|
ListInstancesResponse.Builder |
clearNextPageToken()
Set if not all instances could be returned in a single response.
|
ListInstancesResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ListInstancesResponse.Builder |
clone() |
ListInstancesResponse |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getFailedLocations(int index)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ByteString |
getFailedLocationsBytes(int index)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
int |
getFailedLocationsCount()
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ProtocolStringList |
getFailedLocationsList()
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
Instance |
getInstances(int index)
The list of requested instances.
|
Instance.Builder |
getInstancesBuilder(int index)
The list of requested instances.
|
java.util.List<Instance.Builder> |
getInstancesBuilderList()
The list of requested instances.
|
int |
getInstancesCount()
The list of requested instances.
|
java.util.List<Instance> |
getInstancesList()
The list of requested instances.
|
InstanceOrBuilder |
getInstancesOrBuilder(int index)
The list of requested instances.
|
java.util.List<? extends InstanceOrBuilder> |
getInstancesOrBuilderList()
The list of requested instances.
|
java.lang.String |
getNextPageToken()
Set if not all instances could be returned in a single response.
|
ByteString |
getNextPageTokenBytes()
Set if not all instances could be returned in a single response.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListInstancesResponse.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ListInstancesResponse.Builder |
mergeFrom(ListInstancesResponse other) |
ListInstancesResponse.Builder |
mergeFrom(Message other) |
ListInstancesResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ListInstancesResponse.Builder |
removeInstances(int index)
The list of requested instances.
|
ListInstancesResponse.Builder |
setFailedLocations(int index,
java.lang.String value)
Locations from which Instance information could not be retrieved,
due to an outage or some other transient condition.
|
ListInstancesResponse.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ListInstancesResponse.Builder |
setInstances(int index,
Instance.Builder builderForValue)
The list of requested instances.
|
ListInstancesResponse.Builder |
setInstances(int index,
Instance value)
The list of requested instances.
|
ListInstancesResponse.Builder |
setNextPageToken(java.lang.String value)
Set if not all instances could be returned in a single response.
|
ListInstancesResponse.Builder |
setNextPageTokenBytes(ByteString value)
Set if not all instances could be returned in a single response.
|
ListInstancesResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ListInstancesResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ListInstancesResponse build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ListInstancesResponse buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ListInstancesResponse.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder mergeFrom(ListInstancesResponse other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public ListInstancesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ListInstancesResponse.Builder>java.io.IOExceptionpublic java.util.List<Instance> getInstancesList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;getInstancesList in interface ListInstancesResponseOrBuilderpublic int getInstancesCount()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;getInstancesCount in interface ListInstancesResponseOrBuilderpublic Instance getInstances(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;getInstances in interface ListInstancesResponseOrBuilderpublic ListInstancesResponse.Builder setInstances(int index, Instance value)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder setInstances(int index, Instance.Builder builderForValue)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder addInstances(Instance value)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder addInstances(int index, Instance value)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder addInstances(Instance.Builder builderForValue)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder addInstances(int index, Instance.Builder builderForValue)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder addAllInstances(java.lang.Iterable<? extends Instance> values)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder clearInstances()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ListInstancesResponse.Builder removeInstances(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public Instance.Builder getInstancesBuilder(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public InstanceOrBuilder getInstancesOrBuilder(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;getInstancesOrBuilder in interface ListInstancesResponseOrBuilderpublic java.util.List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;getInstancesOrBuilderList in interface ListInstancesResponseOrBuilderpublic Instance.Builder addInstancesBuilder()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public Instance.Builder addInstancesBuilder(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public java.util.List<Instance.Builder> getInstancesBuilderList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;public ProtocolStringList getFailedLocationsList()
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;getFailedLocationsList in interface ListInstancesResponseOrBuilderpublic int getFailedLocationsCount()
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;getFailedLocationsCount in interface ListInstancesResponseOrBuilderpublic java.lang.String getFailedLocations(int index)
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;getFailedLocations in interface ListInstancesResponseOrBuilderpublic ByteString getFailedLocationsBytes(int index)
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;getFailedLocationsBytes in interface ListInstancesResponseOrBuilderpublic ListInstancesResponse.Builder setFailedLocations(int index, java.lang.String value)
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;public ListInstancesResponse.Builder addFailedLocations(java.lang.String value)
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;public ListInstancesResponse.Builder addAllFailedLocations(java.lang.Iterable<java.lang.String> values)
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;public ListInstancesResponse.Builder clearFailedLocations()
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;public ListInstancesResponse.Builder addFailedLocationsBytes(ByteString value)
Locations from which Instance information could not be retrieved, due to an outage or some other transient condition. Instances whose Clusters are all in one of the failed locations may be missing from `instances`, and Instances with at least one Cluster in a failed location may only have partial information returned.
repeated string failed_locations = 2;public java.lang.String getNextPageToken()
Set if not all instances could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 3;getNextPageToken in interface ListInstancesResponseOrBuilderpublic ByteString getNextPageTokenBytes()
Set if not all instances could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 3;getNextPageTokenBytes in interface ListInstancesResponseOrBuilderpublic ListInstancesResponse.Builder setNextPageToken(java.lang.String value)
Set if not all instances could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 3;public ListInstancesResponse.Builder clearNextPageToken()
Set if not all instances could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 3;public ListInstancesResponse.Builder setNextPageTokenBytes(ByteString value)
Set if not all instances could be returned in a single response. Pass this value to `page_token` in another request to get the next page of results.
string next_page_token = 3;public final ListInstancesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>public final ListInstancesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>