Send feedback
Class CloudSqlProperties (2.57.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.57.0 keyboard_arrow_down
public final class CloudSqlProperties extends GeneratedMessageV3 implements CloudSqlPropertiesOrBuilder
Connection properties specific to the Cloud SQL.
Protobuf type google.cloud.bigquery.connection.v1.CloudSqlProperties
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CREDENTIAL_FIELD_NUMBER
public static final int CREDENTIAL_FIELD_NUMBER
Field Value
Type
Description
int
DATABASE_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
Field Value
Type
Description
int
INSTANCE_ID_FIELD_NUMBER
public static final int INSTANCE_ID_FIELD_NUMBER
Field Value
Type
Description
int
SERVICE_ACCOUNT_ID_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_ID_FIELD_NUMBER
Field Value
Type
Description
int
TYPE_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static CloudSqlProperties getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CloudSqlProperties . Builder newBuilder ()
newBuilder(CloudSqlProperties prototype)
public static CloudSqlProperties . Builder newBuilder ( CloudSqlProperties prototype )
public static CloudSqlProperties parseDelimitedFrom ( InputStream input )
public static CloudSqlProperties parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CloudSqlProperties parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudSqlProperties parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CloudSqlProperties parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudSqlProperties parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CloudSqlProperties parseFrom ( CodedInputStream input )
public static CloudSqlProperties parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CloudSqlProperties parseFrom ( InputStream input )
public static CloudSqlProperties parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CloudSqlProperties parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudSqlProperties parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CloudSqlProperties> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getCredential()
public CloudSqlCredential getCredential ()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
getCredentialOrBuilder()
public CloudSqlCredentialOrBuilder getCredentialOrBuilder ()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
getDatabase()
public String getDatabase ()
Database name.
string database = 2;
Returns
Type
Description
String
The database.
getDatabaseBytes()
public ByteString getDatabaseBytes ()
Database name.
string database = 2;
Returns
Type
Description
ByteString
The bytes for database.
getDefaultInstanceForType()
public CloudSqlProperties getDefaultInstanceForType ()
getInstanceId()
public String getInstanceId ()
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Returns
Type
Description
String
The instanceId.
getInstanceIdBytes()
public ByteString getInstanceIdBytes ()
Cloud SQL instance ID in the form project:location:instance
.
string instance_id = 1;
Returns
Type
Description
ByteString
The bytes for instanceId.
getParserForType()
public Parser<CloudSqlProperties> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getServiceAccountId()
public String getServiceAccountId ()
Output only. The account ID of the service used for the purpose of this
connection.
When the connection is used in the context of an operation in
BigQuery, this service account will serve as the identity being used for
connecting to the CloudSQL instance specified in this connection.
string service_account_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The serviceAccountId.
getServiceAccountIdBytes()
public ByteString getServiceAccountIdBytes ()
Output only. The account ID of the service used for the purpose of this
connection.
When the connection is used in the context of an operation in
BigQuery, this service account will serve as the identity being used for
connecting to the CloudSQL instance specified in this connection.
string service_account_id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for serviceAccountId.
getType()
public CloudSqlProperties . DatabaseType getType ()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1.CloudSqlProperties.DatabaseType type = 3;
getTypeValue()
public int getTypeValue ()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1.CloudSqlProperties.DatabaseType type = 3;
Returns
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.v1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
Returns
Type
Description
boolean
Whether the credential field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CloudSqlProperties . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudSqlProperties . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public CloudSqlProperties . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-28 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-28 UTC."],[],[]]