public static final class ListConnectionsResponse.Builder extends GeneratedMessageV3.Builder<ListConnectionsResponse.Builder> implements ListConnectionsResponseOrBuilderMessage for response to listing Connections
 Protobuf type google.cloud.developerconnect.v1.ListConnectionsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListConnectionsResponse.BuilderImplements
ListConnectionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllConnections(Iterable<? extends Connection> values)
public ListConnectionsResponse.Builder addAllConnections(Iterable<? extends Connection> values)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<? extends com.google.cloud.developerconnect.v1.Connection> | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
addAllUnreachable(Iterable<String> values)
public ListConnectionsResponse.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 | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
addConnections(Connection value)
public ListConnectionsResponse.Builder addConnections(Connection value)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | Connection | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
addConnections(Connection.Builder builderForValue)
public ListConnectionsResponse.Builder addConnections(Connection.Builder builderForValue)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| builderForValue | Connection.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
addConnections(int index, Connection value)
public ListConnectionsResponse.Builder addConnections(int index, Connection value)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | Connection | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
addConnections(int index, Connection.Builder builderForValue)
public ListConnectionsResponse.Builder addConnections(int index, Connection.Builder builderForValue)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | Connection.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
addConnectionsBuilder()
public Connection.Builder addConnectionsBuilder()The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description | 
| Connection.Builder | |
addConnectionsBuilder(int index)
public Connection.Builder addConnectionsBuilder(int index)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Connection.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListConnectionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
addUnreachable(String value)
public ListConnectionsResponse.Builder addUnreachable(String value)Locations that could not be reached.
 repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe unreachable to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
addUnreachableBytes(ByteString value)
public ListConnectionsResponse.Builder addUnreachableBytes(ByteString value)Locations that could not be reached.
 repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the unreachable to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
build()
public ListConnectionsResponse build()| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse | |
buildPartial()
public ListConnectionsResponse buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse | |
clear()
public ListConnectionsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
clearConnections()
public ListConnectionsResponse.Builder clearConnections()The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ListConnectionsResponse.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
clearNextPageToken()
public ListConnectionsResponse.Builder clearNextPageToken()A token identifying a page of results the server should return.
 string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ListConnectionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
clearUnreachable()
public ListConnectionsResponse.Builder clearUnreachable()Locations that could not be reached.
 repeated string unreachable = 3;
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
clone()
public ListConnectionsResponse.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
getConnections(int index)
public Connection getConnections(int index)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Connection | |
getConnectionsBuilder(int index)
public Connection.Builder getConnectionsBuilder(int index)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| Connection.Builder | |
getConnectionsBuilderList()
public List<Connection.Builder> getConnectionsBuilderList()The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Builder> | |
getConnectionsCount()
public int getConnectionsCount()The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description | 
| int | |
getConnectionsList()
public List<Connection> getConnectionsList()The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<Connection> | |
getConnectionsOrBuilder(int index)
public ConnectionOrBuilder getConnectionsOrBuilder(int index)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ConnectionOrBuilder | |
getConnectionsOrBuilderList()
public List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Returns | |
|---|---|
| Type | Description | 
| List<? extends com.google.cloud.developerconnect.v1.ConnectionOrBuilder> | |
getDefaultInstanceForType()
public ListConnectionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse | |
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. | 
getUnreachable(int index)
public String getUnreachable(int index)Locations that could not be reached.
 repeated string unreachable = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe 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 | intThe 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(ListConnectionsResponse other)
public ListConnectionsResponse.Builder mergeFrom(ListConnectionsResponse other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListConnectionsResponse | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListConnectionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ListConnectionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListConnectionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
removeConnections(int index)
public ListConnectionsResponse.Builder removeConnections(int index)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameter | |
|---|---|
| Name | Description | 
| index | int | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
setConnections(int index, Connection value)
public ListConnectionsResponse.Builder setConnections(int index, Connection value)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| value | Connection | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
setConnections(int index, Connection.Builder builderForValue)
public ListConnectionsResponse.Builder setConnections(int index, Connection.Builder builderForValue)The list of Connection
 repeated .google.cloud.developerconnect.v1.Connection connections = 1;
| Parameters | |
|---|---|
| Name | Description | 
| index | int | 
| builderForValue | Connection.Builder | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ListConnectionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
setNextPageToken(String value)
public ListConnectionsResponse.Builder setNextPageToken(String value)A token identifying a page of results the server should return.
 string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe nextPageToken to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
setNextPageTokenBytes(ByteString value)
public ListConnectionsResponse.Builder setNextPageTokenBytes(ByteString value)A token identifying a page of results the server should return.
 string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for nextPageToken to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListConnectionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListConnectionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | |
setUnreachable(int index, String value)
public ListConnectionsResponse.Builder setUnreachable(int index, String value)Locations that could not be reached.
 repeated string unreachable = 3;
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe unreachable to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ListConnectionsResponse.Builder | This builder for chaining. |