public static final class ListOrchestrationClustersResponse.Builder extends GeneratedMessageV3.Builder<ListOrchestrationClustersResponse.Builder> implements ListOrchestrationClustersResponseOrBuilder
Message for response to listing OrchestrationClusters.
Protobuf type google.cloud.telcoautomation.v1alpha1.ListOrchestrationClustersResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListOrchestrationClustersResponse.BuilderImplements
ListOrchestrationClustersResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllOrchestrationClusters(Iterable<? extends OrchestrationCluster> values)
public ListOrchestrationClustersResponse.Builder addAllOrchestrationClusters(Iterable<? extends OrchestrationCluster> values)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.telcoautomation.v1alpha1.OrchestrationCluster> |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
addAllUnreachable(Iterable<String> values)
public ListOrchestrationClustersResponse.Builder addAllUnreachable(Iterable<String> values)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<String> The unreachable to add. |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
addOrchestrationClusters(OrchestrationCluster value)
public ListOrchestrationClustersResponse.Builder addOrchestrationClusters(OrchestrationCluster value)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
value |
OrchestrationCluster |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
addOrchestrationClusters(OrchestrationCluster.Builder builderForValue)
public ListOrchestrationClustersResponse.Builder addOrchestrationClusters(OrchestrationCluster.Builder builderForValue)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
OrchestrationCluster.Builder |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
addOrchestrationClusters(int index, OrchestrationCluster value)
public ListOrchestrationClustersResponse.Builder addOrchestrationClusters(int index, OrchestrationCluster value)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OrchestrationCluster |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
addOrchestrationClusters(int index, OrchestrationCluster.Builder builderForValue)
public ListOrchestrationClustersResponse.Builder addOrchestrationClusters(int index, OrchestrationCluster.Builder builderForValue)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OrchestrationCluster.Builder |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
addOrchestrationClustersBuilder()
public OrchestrationCluster.Builder addOrchestrationClustersBuilder()
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Returns | |
---|---|
Type | Description |
OrchestrationCluster.Builder |
addOrchestrationClustersBuilder(int index)
public OrchestrationCluster.Builder addOrchestrationClustersBuilder(int index)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OrchestrationCluster.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListOrchestrationClustersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
addUnreachable(String value)
public ListOrchestrationClustersResponse.Builder addUnreachable(String value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
value |
String The unreachable to add. |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
public ListOrchestrationClustersResponse.Builder addUnreachableBytes(ByteString value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes of the unreachable to add. |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
build()
public ListOrchestrationClustersResponse build()
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse |
buildPartial()
public ListOrchestrationClustersResponse buildPartial()
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse |
clear()
public ListOrchestrationClustersResponse.Builder clear()
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListOrchestrationClustersResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
clearNextPageToken()
public ListOrchestrationClustersResponse.Builder clearNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListOrchestrationClustersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
clearOrchestrationClusters()
public ListOrchestrationClustersResponse.Builder clearOrchestrationClusters()
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
clearUnreachable()
public ListOrchestrationClustersResponse.Builder clearUnreachable()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
clone()
public ListOrchestrationClustersResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
getDefaultInstanceForType()
public ListOrchestrationClustersResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getNextPageToken()
public String getNextPageToken()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token identifying a page of results the server should return.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getOrchestrationClusters(int index)
public OrchestrationCluster getOrchestrationClusters(int index)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OrchestrationCluster |
getOrchestrationClustersBuilder(int index)
public OrchestrationCluster.Builder getOrchestrationClustersBuilder(int index)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OrchestrationCluster.Builder |
getOrchestrationClustersBuilderList()
public List<OrchestrationCluster.Builder> getOrchestrationClustersBuilderList()
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getOrchestrationClustersCount()
public int getOrchestrationClustersCount()
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Returns | |
---|---|
Type | Description |
int |
getOrchestrationClustersList()
public List<OrchestrationCluster> getOrchestrationClustersList()
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Returns | |
---|---|
Type | Description |
List<OrchestrationCluster> |
getOrchestrationClustersOrBuilder(int index)
public OrchestrationClusterOrBuilder getOrchestrationClustersOrBuilder(int index)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OrchestrationClusterOrBuilder |
getOrchestrationClustersOrBuilderList()
public List<? extends OrchestrationClusterOrBuilder> getOrchestrationClustersOrBuilderList()
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.telcoautomation.v1alpha1.OrchestrationClusterOrBuilder> |
getUnreachable(int index)
public String getUnreachable(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public ByteString getUnreachableBytes(int index)
Locations that could not be reached.
repeated string unreachable = 3;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public int getUnreachableCount()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public ProtocolStringList getUnreachableList()
Locations that could not be reached.
repeated string unreachable = 3;
Returns | |
---|---|
Type | Description |
ProtocolStringList |
A list containing the unreachable. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListOrchestrationClustersResponse other)
public ListOrchestrationClustersResponse.Builder mergeFrom(ListOrchestrationClustersResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListOrchestrationClustersResponse |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListOrchestrationClustersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListOrchestrationClustersResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListOrchestrationClustersResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
removeOrchestrationClusters(int index)
public ListOrchestrationClustersResponse.Builder removeOrchestrationClusters(int index)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListOrchestrationClustersResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
setNextPageToken(String value)
public ListOrchestrationClustersResponse.Builder setNextPageToken(String value)
A token identifying a page of results the server should return.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value |
String The nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListOrchestrationClustersResponse.Builder setNextPageTokenBytes(ByteString value)
A token identifying a page of results the server should return.
string next_page_token = 2;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for nextPageToken to set. |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |
setOrchestrationClusters(int index, OrchestrationCluster value)
public ListOrchestrationClustersResponse.Builder setOrchestrationClusters(int index, OrchestrationCluster value)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OrchestrationCluster |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
setOrchestrationClusters(int index, OrchestrationCluster.Builder builderForValue)
public ListOrchestrationClustersResponse.Builder setOrchestrationClusters(int index, OrchestrationCluster.Builder builderForValue)
The list of OrchestrationCluster
repeated .google.cloud.telcoautomation.v1alpha1.OrchestrationCluster orchestration_clusters = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OrchestrationCluster.Builder |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListOrchestrationClustersResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListOrchestrationClustersResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
setUnreachable(int index, String value)
public ListOrchestrationClustersResponse.Builder setUnreachable(int index, String value)
Locations that could not be reached.
repeated string unreachable = 3;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
String The unreachable to set. |
Returns | |
---|---|
Type | Description |
ListOrchestrationClustersResponse.Builder |
This builder for chaining. |