public final class CloudSqlProperties extends GeneratedMessageV3 implements CloudSqlPropertiesOrBuilder
Cloud SQL connection properties.
Protobuf type google.privacy.dlp.v2.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
CLOUD_SQL_IAM_FIELD_NUMBER
public static final int CLOUD_SQL_IAM_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONNECTION_NAME_FIELD_NUMBER
public static final int CONNECTION_NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
DATABASE_ENGINE_FIELD_NUMBER
public static final int DATABASE_ENGINE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
MAX_CONNECTIONS_FIELD_NUMBER
public static final int MAX_CONNECTIONS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
USERNAME_PASSWORD_FIELD_NUMBER
public static final int USERNAME_PASSWORD_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
getCloudSqlIam()
public CloudSqlIamCredential getCloudSqlIam()
Built-in IAM authentication (must be configured in Cloud SQL).
.google.privacy.dlp.v2.CloudSqlIamCredential cloud_sql_iam = 3;
getCloudSqlIamOrBuilder()
public CloudSqlIamCredentialOrBuilder getCloudSqlIamOrBuilder()
Built-in IAM authentication (must be configured in Cloud SQL).
.google.privacy.dlp.v2.CloudSqlIamCredential cloud_sql_iam = 3;
getConnectionName()
public String getConnectionName()
Optional. Immutable. The Cloud SQL instance for which the connection is
defined. Only one connection per instance is allowed. This can only be set
at creation time, and cannot be updated.
It is an error to use a connection_name from different project or region
than the one that holds the connection.
For example, a Connection resource for Cloud SQL connection_name
project-id:us-central1:sql-instance
must be created under the parent
projects/project-id/locations/us-central1
string connection_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The connectionName.
|
getConnectionNameBytes()
public ByteString getConnectionNameBytes()
Optional. Immutable. The Cloud SQL instance for which the connection is
defined. Only one connection per instance is allowed. This can only be set
at creation time, and cannot be updated.
It is an error to use a connection_name from different project or region
than the one that holds the connection.
For example, a Connection resource for Cloud SQL connection_name
project-id:us-central1:sql-instance
must be created under the parent
projects/project-id/locations/us-central1
string connection_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for connectionName.
|
getCredentialCase()
public CloudSqlProperties.CredentialCase getCredentialCase()
getDatabaseEngine()
public CloudSqlProperties.DatabaseEngine getDatabaseEngine()
Required. The database engine used by the Cloud SQL instance that this
connection configures.
.google.privacy.dlp.v2.CloudSqlProperties.DatabaseEngine database_engine = 7 [(.google.api.field_behavior) = REQUIRED];
getDatabaseEngineValue()
public int getDatabaseEngineValue()
Required. The database engine used by the Cloud SQL instance that this
connection configures.
.google.privacy.dlp.v2.CloudSqlProperties.DatabaseEngine database_engine = 7 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The enum numeric value on the wire for databaseEngine.
|
getDefaultInstanceForType()
public CloudSqlProperties getDefaultInstanceForType()
getMaxConnections()
public int getMaxConnections()
Required. DLP will limit its connections to max_connections.
Must be 2 or greater.
int32 max_connections = 4 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The maxConnections.
|
getParserForType()
public Parser<CloudSqlProperties> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getUsernamePassword()
public SecretManagerCredential getUsernamePassword()
A username and password stored in Secret Manager.
.google.privacy.dlp.v2.SecretManagerCredential username_password = 2;
getUsernamePasswordOrBuilder()
public SecretManagerCredentialOrBuilder getUsernamePasswordOrBuilder()
A username and password stored in Secret Manager.
.google.privacy.dlp.v2.SecretManagerCredential username_password = 2;
hasCloudSqlIam()
public boolean hasCloudSqlIam()
Built-in IAM authentication (must be configured in Cloud SQL).
.google.privacy.dlp.v2.CloudSqlIamCredential cloud_sql_iam = 3;
Returns |
Type |
Description |
boolean |
Whether the cloudSqlIam field is set.
|
hasUsernamePassword()
public boolean hasUsernamePassword()
A username and password stored in Secret Manager.
.google.privacy.dlp.v2.SecretManagerCredential username_password = 2;
Returns |
Type |
Description |
boolean |
Whether the usernamePassword 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