Send feedback
Class ConnectionProto.CloudSqlProperties (2.29.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.29.0 keyboard_arrow_down
public static final class ConnectionProto . CloudSqlProperties extends GeneratedMessageV3 implements ConnectionProto . CloudSqlPropertiesOrBuilder
Connection properties specific to the Cloud SQL.
Protobuf type google.cloud.bigquery.connection.v1beta1.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>)
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 ConnectionProto . CloudSqlProperties getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ConnectionProto . CloudSqlProperties . Builder newBuilder ()
newBuilder(ConnectionProto.CloudSqlProperties prototype)
public static ConnectionProto . CloudSqlProperties . Builder newBuilder ( ConnectionProto . CloudSqlProperties prototype )
public static ConnectionProto . CloudSqlProperties parseDelimitedFrom ( InputStream input )
public static ConnectionProto . CloudSqlProperties parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ConnectionProto . CloudSqlProperties parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProto . CloudSqlProperties parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ConnectionProto . CloudSqlProperties parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProto . CloudSqlProperties parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ConnectionProto . CloudSqlProperties parseFrom ( CodedInputStream input )
public static ConnectionProto . CloudSqlProperties parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ConnectionProto . CloudSqlProperties parseFrom ( InputStream input )
public static ConnectionProto . CloudSqlProperties parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ConnectionProto . CloudSqlProperties parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ConnectionProto . CloudSqlProperties parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ConnectionProto . CloudSqlProperties > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getCredential()
public ConnectionProto . CloudSqlCredential getCredential ()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.CloudSqlCredential credential = 4 [(.google.api.field_behavior) = INPUT_ONLY];
getCredentialOrBuilder()
public ConnectionProto . CloudSqlCredentialOrBuilder getCredentialOrBuilder ()
Input only. Cloud SQL credential.
.google.cloud.bigquery.connection.v1beta1.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 ConnectionProto . 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<ConnectionProto . 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 ConnectionProto . CloudSqlProperties . DatabaseType getType ()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.CloudSqlProperties.DatabaseType type = 3;
getTypeValue()
public int getTypeValue ()
Type of the Cloud SQL database.
.google.cloud.bigquery.connection.v1beta1.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.v1beta1.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 ConnectionProto . CloudSqlProperties . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ConnectionProto . CloudSqlProperties . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public ConnectionProto . 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-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."],[],[]]