Class ListInstancesResponse.Builder (1.46.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 1.80.0 (latest)
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.1.1
publicstaticfinalclass ListInstancesResponse.BuilderextendsGeneratedMessageV3.Builder<ListInstancesResponse.Builder>implementsListInstancesResponseOrBuilderResponse message for the list instance request.
Protobuf type google.cloud.datafusion.v1.ListInstancesResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListInstancesResponse.BuilderImplements
ListInstancesResponseOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllInstances(Iterable<? extends Instance> values)
publicListInstancesResponse.BuilderaddAllInstances(Iterable<?extendsInstance>values)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.datafusion.v1.Instance> |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
addAllUnreachable(Iterable<String> values)
publicListInstancesResponse.BuilderaddAllUnreachable(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 |
ListInstancesResponse.Builder |
This builder for chaining. |
addInstances(Instance value)
publicListInstancesResponse.BuilderaddInstances(Instancevalue)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
addInstances(Instance.Builder builderForValue)
publicListInstancesResponse.BuilderaddInstances(Instance.BuilderbuilderForValue)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Instance.Builder |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
addInstances(int index, Instance value)
publicListInstancesResponse.BuilderaddInstances(intindex,Instancevalue)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
addInstances(int index, Instance.Builder builderForValue)
publicListInstancesResponse.BuilderaddInstances(intindex,Instance.BuilderbuilderForValue)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Instance.Builder |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
addInstancesBuilder()
publicInstance.BuilderaddInstancesBuilder()Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
Instance.Builder |
|
addInstancesBuilder(int index)
publicInstance.BuilderaddInstancesBuilder(intindex)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance.Builder |
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicListInstancesResponse.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
addUnreachable(String value)
publicListInstancesResponse.BuilderaddUnreachable(Stringvalue)Locations that could not be reached.
repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
String The unreachable to add. |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
This builder for chaining. |
addUnreachableBytes(ByteString value)
publicListInstancesResponse.BuilderaddUnreachableBytes(ByteStringvalue)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 |
ListInstancesResponse.Builder |
This builder for chaining. |
build()
publicListInstancesResponsebuild()| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
|
buildPartial()
publicListInstancesResponsebuildPartial()| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
|
clear()
publicListInstancesResponse.Builderclear()| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
clearField(Descriptors.FieldDescriptor field)
publicListInstancesResponse.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
clearInstances()
publicListInstancesResponse.BuilderclearInstances()Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
clearNextPageToken()
publicListInstancesResponse.BuilderclearNextPageToken()Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicListInstancesResponse.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
clearUnreachable()
publicListInstancesResponse.BuilderclearUnreachable()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
This builder for chaining. |
clone()
publicListInstancesResponse.Builderclone()| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
getDefaultInstanceForType()
publicListInstancesResponsegetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getInstances(int index)
publicInstancegetInstances(intindex)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance |
|
getInstancesBuilder(int index)
publicInstance.BuildergetInstancesBuilder(intindex)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Instance.Builder |
|
getInstancesBuilderList()
publicList<Instance.Builder>getInstancesBuilderList()Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getInstancesCount()
publicintgetInstancesCount()Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getInstancesList()
publicList<Instance>getInstancesList()Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<Instance> |
|
getInstancesOrBuilder(int index)
publicInstanceOrBuildergetInstancesOrBuilder(intindex)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
InstanceOrBuilder |
|
getInstancesOrBuilderList()
publicList<?extendsInstanceOrBuilder>getInstancesOrBuilderList()Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.datafusion.v1.InstanceOrBuilder> |
|
getNextPageToken()
publicStringgetNextPageToken()Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
publicByteStringgetNextPageTokenBytes()Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getUnreachable(int index)
publicStringgetUnreachable(intindex)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)
publicByteStringgetUnreachableBytes(intindex)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()
publicintgetUnreachableCount()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
publicProtocolStringListgetUnreachableList()Locations that could not be reached.
repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the unreachable. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListInstancesResponse other)
publicListInstancesResponse.BuildermergeFrom(ListInstancesResponseother)| Parameter | |
|---|---|
| Name | Description |
other |
ListInstancesResponse |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicListInstancesResponse.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicListInstancesResponse.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalListInstancesResponse.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
removeInstances(int index)
publicListInstancesResponse.BuilderremoveInstances(intindex)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
setField(Descriptors.FieldDescriptor field, Object value)
publicListInstancesResponse.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
setInstances(int index, Instance value)
publicListInstancesResponse.BuildersetInstances(intindex,Instancevalue)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Instance |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
setInstances(int index, Instance.Builder builderForValue)
publicListInstancesResponse.BuildersetInstances(intindex,Instance.BuilderbuilderForValue)Represents a list of Data Fusion instances.
repeated .google.cloud.datafusion.v1.Instance instances = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Instance.Builder |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
setNextPageToken(String value)
publicListInstancesResponse.BuildersetNextPageToken(Stringvalue)Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
String The nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
publicListInstancesResponse.BuildersetNextPageTokenBytes(ByteStringvalue)Token to retrieve the next page of results or empty if there are no more results in the list.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicListInstancesResponse.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalListInstancesResponse.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
ListInstancesResponse.Builder |
|
setUnreachable(int index, String value)
publicListInstancesResponse.BuildersetUnreachable(intindex,Stringvalue)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 |
ListInstancesResponse.Builder |
This builder for chaining. |