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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListInstancesResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListInstancesResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListInstancesResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder mergeFrom(ListInstancesResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public ListInstancesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListInstancesResponse.Builder>
java.io.IOException
public java.util.List<Instance> getInstancesList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
getInstancesList
in interface ListInstancesResponseOrBuilder
public int getInstancesCount()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
getInstancesCount
in interface ListInstancesResponseOrBuilder
public Instance getInstances(int index)
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
getInstances
in interface ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public java.util.List<? extends InstanceOrBuilder> getInstancesOrBuilderList()
The list of requested instances.
repeated .google.bigtable.admin.v2.Instance instances = 1;
getInstancesOrBuilderList
in interface ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public 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 ListInstancesResponseOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>
public final ListInstancesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListInstancesResponse.Builder>