public static final class ConnectionProto.ListConnectionsResponse.Builder extends GeneratedMessage.Builder<ConnectionProto.ListConnectionsResponse.Builder> implements ConnectionProto.ListConnectionsResponseOrBuilderThe response for ConnectionService.ListConnections.
Protobuf type google.cloud.bigquery.connection.v1beta1.ListConnectionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ConnectionProto.ListConnectionsResponse.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllConnections(Iterable<? extends ConnectionProto.Connection> values)
public ConnectionProto.ListConnectionsResponse.Builder addAllConnections(Iterable<? extends ConnectionProto.Connection> values)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.Connection> |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
addConnections(ConnectionProto.Connection value)
public ConnectionProto.ListConnectionsResponse.Builder addConnections(ConnectionProto.Connection value)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ConnectionProto.Connection |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
addConnections(ConnectionProto.Connection.Builder builderForValue)
public ConnectionProto.ListConnectionsResponse.Builder addConnections(ConnectionProto.Connection.Builder builderForValue)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
ConnectionProto.Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
addConnections(int index, ConnectionProto.Connection value)
public ConnectionProto.ListConnectionsResponse.Builder addConnections(int index, ConnectionProto.Connection value)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ConnectionProto.Connection |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
addConnections(int index, ConnectionProto.Connection.Builder builderForValue)
public ConnectionProto.ListConnectionsResponse.Builder addConnections(int index, ConnectionProto.Connection.Builder builderForValue)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ConnectionProto.Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
addConnectionsBuilder()
public ConnectionProto.Connection.Builder addConnectionsBuilder()List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.Connection.Builder |
|
addConnectionsBuilder(int index)
public ConnectionProto.Connection.Builder addConnectionsBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.Connection.Builder |
|
build()
public ConnectionProto.ListConnectionsResponse build()| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse |
|
buildPartial()
public ConnectionProto.ListConnectionsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse |
|
clear()
public ConnectionProto.ListConnectionsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
clearConnections()
public ConnectionProto.ListConnectionsResponse.Builder clearConnections()List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
clearNextPageToken()
public ConnectionProto.ListConnectionsResponse.Builder clearNextPageToken()Next page token.
string next_page_token = 1;
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
This builder for chaining. |
getConnections(int index)
public ConnectionProto.Connection getConnections(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.Connection |
|
getConnectionsBuilder(int index)
public ConnectionProto.Connection.Builder getConnectionsBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.Connection.Builder |
|
getConnectionsBuilderList()
public List<ConnectionProto.Connection.Builder> getConnectionsBuilderList()List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getConnectionsCount()
public int getConnectionsCount()List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConnectionsList()
public List<ConnectionProto.Connection> getConnectionsList()List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
List<Connection> |
|
getConnectionsOrBuilder(int index)
public ConnectionProto.ConnectionOrBuilder getConnectionsOrBuilder(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ConnectionOrBuilder |
|
getConnectionsOrBuilderList()
public List<? extends ConnectionProto.ConnectionOrBuilder> getConnectionsOrBuilderList()List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.connection.v1beta1.ConnectionProto.ConnectionOrBuilder> |
|
getDefaultInstanceForType()
public ConnectionProto.ListConnectionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ConnectionProto.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(ConnectionProto.ListConnectionsResponse other)
public ConnectionProto.ListConnectionsResponse.Builder mergeFrom(ConnectionProto.ListConnectionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ConnectionProto.ListConnectionsResponse |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConnectionProto.ListConnectionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ConnectionProto.ListConnectionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
removeConnections(int index)
public ConnectionProto.ListConnectionsResponse.Builder removeConnections(int index)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
setConnections(int index, ConnectionProto.Connection value)
public ConnectionProto.ListConnectionsResponse.Builder setConnections(int index, ConnectionProto.Connection value)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ConnectionProto.Connection |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
setConnections(int index, ConnectionProto.Connection.Builder builderForValue)
public ConnectionProto.ListConnectionsResponse.Builder setConnections(int index, ConnectionProto.Connection.Builder builderForValue)List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ConnectionProto.Connection.Builder |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
|
setNextPageToken(String value)
public ConnectionProto.ListConnectionsResponse.Builder setNextPageToken(String value)Next page token.
string next_page_token = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ConnectionProto.ListConnectionsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ConnectionProto.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 |
ConnectionProto.ListConnectionsResponse.Builder |
This builder for chaining. |