- 2.85.0 (latest)
- 2.84.0
- 2.83.0
- 2.82.0
- 2.80.0
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.0
- 2.2.4
- 2.1.11
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. |