public static final class ConnectionProto.CreateConnectionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder> implements ConnectionProto.CreateConnectionRequestOrBuilder
The request for [ConnectionService.CreateConnection][google.cloud.bigquery.connection.v1beta1.ConnectionService.CreateConnection].Protobuf type
google.cloud.bigquery.connection.v1beta1.CreateConnectionRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.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.CreateConnectionRequest.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.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ConnectionProto.CreateConnectionRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ConnectionProto.CreateConnectionRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ConnectionProto.CreateConnectionRequest.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.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.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.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.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.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.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.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ConnectionProto.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.Builder mergeFrom(ConnectionProto.CreateConnectionRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder>public ConnectionProto.CreateConnectionRequest.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.CreateConnectionRequest.Builder>IOExceptionpublic String getParent()
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic ConnectionProto.CreateConnectionRequest.Builder setParent(String value)
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public ConnectionProto.CreateConnectionRequest.Builder clearParent()
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ConnectionProto.CreateConnectionRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. Parent resource name.
Must be in the format `projects/{project_id}/locations/{location_id}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public String getConnectionId()
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];getConnectionId in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];getConnectionIdBytes in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic ConnectionProto.CreateConnectionRequest.Builder setConnectionId(String value)
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];value - The connectionId to set.public ConnectionProto.CreateConnectionRequest.Builder clearConnectionId()
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];public ConnectionProto.CreateConnectionRequest.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
Optional. Connection id that should be assigned to the created connection.
string connection_id = 2 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for connectionId to set.public boolean hasConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
hasConnection in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic ConnectionProto.Connection getConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
getConnection in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic ConnectionProto.CreateConnectionRequest.Builder setConnection(ConnectionProto.Connection value)
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
public ConnectionProto.CreateConnectionRequest.Builder setConnection(ConnectionProto.Connection.Builder builderForValue)
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
public ConnectionProto.CreateConnectionRequest.Builder mergeConnection(ConnectionProto.Connection value)
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
public ConnectionProto.CreateConnectionRequest.Builder clearConnection()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
public ConnectionProto.Connection.Builder getConnectionBuilder()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
public ConnectionProto.ConnectionOrBuilder getConnectionOrBuilder()
Required. Connection to create.
.google.cloud.bigquery.connection.v1beta1.Connection connection = 3 [(.google.api.field_behavior) = REQUIRED];
getConnectionOrBuilder in interface ConnectionProto.CreateConnectionRequestOrBuilderpublic final ConnectionProto.CreateConnectionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder>public final ConnectionProto.CreateConnectionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ConnectionProto.CreateConnectionRequest.Builder>Copyright © 2020 Google LLC. All rights reserved.