- 2.53.0 (latest)
- 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.CloudSqlProperties.Builder extends GeneratedMessageV3.Builder<ConnectionProto.CloudSqlProperties.Builder> implements ConnectionProto.CloudSqlPropertiesOrBuilder
Connection properties specific to the Cloud SQL.
Protobuf type google.cloud.bigquery.connection.v1beta1.CloudSqlProperties
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ConnectionProto.CloudSqlProperties.BuilderImplements
ConnectionProto.CloudSqlPropertiesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConnectionProto.CloudSqlProperties.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
build()
public ConnectionProto.CloudSqlProperties build()
Type | Description |
ConnectionProto.CloudSqlProperties |
buildPartial()
public ConnectionProto.CloudSqlProperties buildPartial()
Type | Description |
ConnectionProto.CloudSqlProperties |
clear()
public ConnectionProto.CloudSqlProperties.Builder clear()
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
clearCredential()
public ConnectionProto.CloudSqlProperties.Builder clearCredential()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
clearDatabase()
public ConnectionProto.CloudSqlProperties.Builder clearDatabase()
Database name.
string database = 2;
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ConnectionProto.CloudSqlProperties.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
clearInstanceId()
public ConnectionProto.CloudSqlProperties.Builder clearInstanceId()
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ConnectionProto.CloudSqlProperties.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
clearType()
public ConnectionProto.CloudSqlProperties.Builder clearType()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
clone()
public ConnectionProto.CloudSqlProperties.Builder clone()
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
getCredential()
public ConnectionProto.CloudSqlCredential getCredential()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
ConnectionProto.CloudSqlCredential | The credential. |
getCredentialBuilder()
public ConnectionProto.CloudSqlCredential.Builder getCredentialBuilder()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
ConnectionProto.CloudSqlCredential.Builder |
getCredentialOrBuilder()
public ConnectionProto.CloudSqlCredentialOrBuilder getCredentialOrBuilder()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
ConnectionProto.CloudSqlCredentialOrBuilder |
getDatabase()
public String getDatabase()
Database name.
string database = 2;
Type | Description |
String | The database. |
getDatabaseBytes()
public ByteString getDatabaseBytes()
Database name.
string database = 2;
Type | Description |
ByteString | The bytes for database. |
getDefaultInstanceForType()
public ConnectionProto.CloudSqlProperties getDefaultInstanceForType()
Type | Description |
ConnectionProto.CloudSqlProperties |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getInstanceId()
public String getInstanceId()
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Type | Description |
String | The instanceId. |
getInstanceIdBytes()
public ByteString getInstanceIdBytes()
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Type | Description |
ByteString | The bytes for instanceId. |
getType()
public ConnectionProto.CloudSqlProperties.DatabaseType getType()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
Type | Description |
ConnectionProto.CloudSqlProperties.DatabaseType | The type. |
getTypeValue()
public int getTypeValue()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
Type | Description |
int | The enum numeric value on the wire for type. |
hasCredential()
public boolean hasCredential()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Type | Description |
boolean | Whether the credential field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCredential(ConnectionProto.CloudSqlCredential value)
public ConnectionProto.CloudSqlProperties.Builder mergeCredential(ConnectionProto.CloudSqlCredential value)
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Name | Description |
value | ConnectionProto.CloudSqlCredential |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
mergeFrom(ConnectionProto.CloudSqlProperties other)
public ConnectionProto.CloudSqlProperties.Builder mergeFrom(ConnectionProto.CloudSqlProperties other)
Name | Description |
other | ConnectionProto.CloudSqlProperties |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ConnectionProto.CloudSqlProperties.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ConnectionProto.CloudSqlProperties.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConnectionProto.CloudSqlProperties.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
setCredential(ConnectionProto.CloudSqlCredential value)
public ConnectionProto.CloudSqlProperties.Builder setCredential(ConnectionProto.CloudSqlCredential value)
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Name | Description |
value | ConnectionProto.CloudSqlCredential |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
setCredential(ConnectionProto.CloudSqlCredential.Builder builderForValue)
public ConnectionProto.CloudSqlProperties.Builder setCredential(ConnectionProto.CloudSqlCredential.Builder builderForValue)
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Name | Description |
builderForValue | ConnectionProto.CloudSqlCredential.Builder |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
setDatabase(String value)
public ConnectionProto.CloudSqlProperties.Builder setDatabase(String value)
Database name.
string database = 2;
Name | Description |
value | String The database to set. |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
setDatabaseBytes(ByteString value)
public ConnectionProto.CloudSqlProperties.Builder setDatabaseBytes(ByteString value)
Database name.
string database = 2;
Name | Description |
value | ByteString The bytes for database to set. |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ConnectionProto.CloudSqlProperties.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
setInstanceId(String value)
public ConnectionProto.CloudSqlProperties.Builder setInstanceId(String value)
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Name | Description |
value | String The instanceId to set. |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
setInstanceIdBytes(ByteString value)
public ConnectionProto.CloudSqlProperties.Builder setInstanceIdBytes(ByteString value)
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Name | Description |
value | ByteString The bytes for instanceId to set. |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConnectionProto.CloudSqlProperties.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |
setType(ConnectionProto.CloudSqlProperties.DatabaseType value)
public ConnectionProto.CloudSqlProperties.Builder setType(ConnectionProto.CloudSqlProperties.DatabaseType value)
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
Name | Description |
value | ConnectionProto.CloudSqlProperties.DatabaseType The type to set. |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
setTypeValue(int value)
public ConnectionProto.CloudSqlProperties.Builder setTypeValue(int value)
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
Name | Description |
value | int The enum numeric value on the wire for type to set. |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ConnectionProto.CloudSqlProperties.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ConnectionProto.CloudSqlProperties.Builder |