Send feedback
Class ListConnectionsResponse.Builder (2.5.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.5.2 keyboard_arrow_down
public static final class ListConnectionsResponse . Builder extends GeneratedMessageV3 . Builder<ListConnectionsResponse . Builder > implements ListConnectionsResponseOrBuilder
The response for ConnectionService.ListConnections .
Protobuf type google.cloud.bigquery.connection.v1.ListConnectionsResponse
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
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
addConnections(Connection value)
public ListConnectionsResponse . Builder addConnections ( Connection value )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
addConnections(Connection.Builder builderForValue)
public ListConnectionsResponse . Builder addConnections ( Connection . Builder builderForValue )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
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
Returns
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
Returns
addConnectionsBuilder()
public Connection . Builder addConnectionsBuilder ()
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Returns
addConnectionsBuilder(int index)
public Connection . Builder addConnectionsBuilder ( int index )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListConnectionsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ListConnectionsResponse build ()
Returns
buildPartial()
public ListConnectionsResponse buildPartial ()
Returns
clear()
public ListConnectionsResponse . Builder clear ()
Returns
Overrides
clearConnections()
public ListConnectionsResponse . Builder clearConnections ()
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public ListConnectionsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearNextPageToken()
public ListConnectionsResponse . Builder clearNextPageToken ()
Next page token.
string next_page_token = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListConnectionsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public ListConnectionsResponse . Builder clone ()
Returns
Overrides
getConnections(int index)
public Connection getConnections ( int index )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
getConnectionsBuilder(int index)
public Connection . Builder getConnectionsBuilder ( int index )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
getConnectionsBuilderList()
public List<Connection . Builder > getConnectionsBuilderList ()
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Returns
getConnectionsCount()
public int getConnectionsCount ()
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Returns
getConnectionsList()
public List<Connection> getConnectionsList ()
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Returns
getConnectionsOrBuilder(int index)
public ConnectionOrBuilder getConnectionsOrBuilder ( int index )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
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
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ListConnectionsResponse other)
public ListConnectionsResponse . Builder mergeFrom ( ListConnectionsResponse other )
Parameter
Returns
public ListConnectionsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListConnectionsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListConnectionsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeConnections(int index)
public ListConnectionsResponse . Builder removeConnections ( int index )
List of connections.
repeated .google.cloud.bigquery.connection.v1.Connection connections = 2;
Parameter
Returns
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
Returns
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
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListConnectionsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListConnectionsResponse . Builder setNextPageToken ( String value )
Next page token.
string next_page_token = 1;
Parameter
Name Description value String
The nextPageToken to set.
Returns
setNextPageTokenBytes(ByteString value)
public ListConnectionsResponse . Builder setNextPageTokenBytes ( ByteString value )
Next page token.
string next_page_token = 1;
Parameter
Name Description value ByteString
The bytes for nextPageToken to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListConnectionsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListConnectionsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]