public static final class ConnectionProto.ListConnectionsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder> implements ConnectionProto.ListConnectionsResponseOrBuilder
The response for [ConnectionService.ListConnections][google.cloud.bigquery.connection.v1beta1.ConnectionService.ListConnections].Protobuf type
google.cloud.bigquery.connection.v1beta1.ListConnectionsResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConnectionProto.ListConnectionsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConnectionProto.ListConnectionsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConnectionProto.ListConnectionsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder mergeFrom(ConnectionProto.ListConnectionsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public ConnectionProto.ListConnectionsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConnectionProto.ListConnectionsResponse.Builder>IOExceptionpublic String getNextPageToken()
Next page token.
string next_page_token = 1;getNextPageToken in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
Next page token.
string next_page_token = 1;getNextPageTokenBytes in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic ConnectionProto.ListConnectionsResponse.Builder setNextPageToken(String value)
Next page token.
string next_page_token = 1;value - The nextPageToken to set.public ConnectionProto.ListConnectionsResponse.Builder clearNextPageToken()
Next page token.
string next_page_token = 1;public ConnectionProto.ListConnectionsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
Next page token.
string next_page_token = 1;value - The bytes for nextPageToken to set.public List<ConnectionProto.Connection> getConnectionsList()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;getConnectionsList in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic int getConnectionsCount()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;getConnectionsCount in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic ConnectionProto.Connection getConnections(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;getConnections in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic ConnectionProto.ListConnectionsResponse.Builder setConnections(int index, ConnectionProto.Connection value)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder setConnections(int index, ConnectionProto.Connection.Builder builderForValue)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder addConnections(ConnectionProto.Connection value)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder addConnections(int index, ConnectionProto.Connection value)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder addConnections(ConnectionProto.Connection.Builder builderForValue)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder addConnections(int index, ConnectionProto.Connection.Builder builderForValue)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder addAllConnections(Iterable<? extends ConnectionProto.Connection> values)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder clearConnections()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ListConnectionsResponse.Builder removeConnections(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.Connection.Builder getConnectionsBuilder(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.ConnectionOrBuilder getConnectionsOrBuilder(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;getConnectionsOrBuilder in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic List<? extends ConnectionProto.ConnectionOrBuilder> getConnectionsOrBuilderList()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;getConnectionsOrBuilderList in interface ConnectionProto.ListConnectionsResponseOrBuilderpublic ConnectionProto.Connection.Builder addConnectionsBuilder()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public ConnectionProto.Connection.Builder addConnectionsBuilder(int index)
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public List<ConnectionProto.Connection.Builder> getConnectionsBuilderList()
List of connections.
repeated .google.cloud.bigquery.connection.v1beta1.Connection connections = 2;public final ConnectionProto.ListConnectionsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>public final ConnectionProto.ListConnectionsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.ListConnectionsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.