public static final class ListConnectionsResponse.Builder extends GeneratedMessage.Builder<ListConnectionsResponse.Builder> implements ListConnectionsResponseOrBuilderThe response for ConnectionService.ListConnections.
Protobuf type google.cloud.bigquery.connection.v1.ListConnectionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.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)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.connection.v1.Connection> |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
addConnections(Connection value)
public ListConnectionsResponse.Builder addConnections(Connection value)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Connection |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
addConnections(Connection.Builder builderForValue)
public ListConnectionsResponse.Builder addConnections(Connection.Builder builderForValue)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
addConnections(int index, Connection value)
public ListConnectionsResponse.Builder addConnections(int index, Connection value)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| 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)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
addConnectionsBuilder()
public Connection.Builder addConnectionsBuilder()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
Connection.Builder |
|
addConnectionsBuilder(int index)
public Connection.Builder addConnectionsBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Connection.Builder |
|
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()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
clearNextPageToken()
public ListConnectionsResponse.Builder clearNextPageToken()Next page token.
string next_page_token = 1;
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
This builder for chaining. |
getConnections(int index)
public Connection getConnections(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Connection |
|
getConnectionsBuilder(int index)
public Connection.Builder getConnectionsBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Connection.Builder |
|
getConnectionsBuilderList()
public List<Connection.Builder> getConnectionsBuilderList()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getConnectionsCount()
public int getConnectionsCount()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConnectionsList()
public List<Connection> getConnectionsList()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
List<Connection> |
|
getConnectionsOrBuilder(int index)
public ConnectionOrBuilder getConnectionsOrBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionOrBuilder |
|
getConnectionsOrBuilderList()
public List<? extends ConnectionOrBuilder> getConnectionsOrBuilderList()List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.connection.v1.ConnectionOrBuilder> |
|
getDefaultInstanceForType()
public ListConnectionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken()Next page token.
string next_page_token = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()Next page token.
string next_page_token = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.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 |
|
removeConnections(int index)
public ListConnectionsResponse.Builder removeConnections(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
setConnections(int index, Connection value)
public ListConnectionsResponse.Builder setConnections(int index, Connection value)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| 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)List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
|
setNextPageToken(String value)
public ListConnectionsResponse.Builder setNextPageToken(String value)Next page token.
string next_page_token = 1;
| 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)Next page token.
string next_page_token = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListConnectionsResponse.Builder |
This builder for chaining. |