Class Connection (3.48.0)

public final class Connection extends GeneratedMessageV3 implements ConnectionOrBuilder

A data connection to allow DLP to profile data in locations that require additional configuration.

Protobuf type google.privacy.dlp.v2.Connection

Implements

ConnectionOrBuilder

Static Fields

CLOUD_SQL_FIELD_NUMBER

public static final int CLOUD_SQL_FIELD_NUMBER
Field Value
Type Description
int

ERRORS_FIELD_NUMBER

public static final int ERRORS_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

STATE_FIELD_NUMBER

public static final int STATE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Connection getDefaultInstance()
Returns
Type Description
Connection

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Connection.Builder newBuilder()
Returns
Type Description
Connection.Builder

newBuilder(Connection prototype)

public static Connection.Builder newBuilder(Connection prototype)
Parameter
Name Description
prototype Connection
Returns
Type Description
Connection.Builder

parseDelimitedFrom(InputStream input)

public static Connection parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Connection
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Connection parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Connection
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Connection parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Connection
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Connection parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Connection
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Connection parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Connection
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Connection parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Connection
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Connection parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Connection
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Connection parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Connection
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Connection parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Connection
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Connection parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Connection
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Connection parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Connection
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Connection parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Connection
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Connection> parser()
Returns
Type Description
Parser<Connection>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCloudSql()

public CloudSqlProperties getCloudSql()

Connect to a Cloud SQL instance.

.google.privacy.dlp.v2.CloudSqlProperties cloud_sql = 4;

Returns
Type Description
CloudSqlProperties

The cloudSql.

getCloudSqlOrBuilder()

public CloudSqlPropertiesOrBuilder getCloudSqlOrBuilder()

Connect to a Cloud SQL instance.

.google.privacy.dlp.v2.CloudSqlProperties cloud_sql = 4;

Returns
Type Description
CloudSqlPropertiesOrBuilder

getDefaultInstanceForType()

public Connection getDefaultInstanceForType()
Returns
Type Description
Connection

getErrors(int index)

public Error getErrors(int index)

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

repeated .google.privacy.dlp.v2.Error errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
Error

getErrorsCount()

public int getErrorsCount()

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

repeated .google.privacy.dlp.v2.Error errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getErrorsList()

public List<Error> getErrorsList()

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

repeated .google.privacy.dlp.v2.Error errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Error>

getErrorsOrBuilder(int index)

public ErrorOrBuilder getErrorsOrBuilder(int index)

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

repeated .google.privacy.dlp.v2.Error errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ErrorOrBuilder

getErrorsOrBuilderList()

public List<? extends ErrorOrBuilder> getErrorsOrBuilderList()

Output only. Set if status == ERROR, to provide additional details. Will store the last 10 errors sorted with the most recent first.

repeated .google.privacy.dlp.v2.Error errors = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.privacy.dlp.v2.ErrorOrBuilder>

getName()

public String getName()

Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. Name of the connection: projects/{project}/locations/{location}/connections/{name}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

public Parser<Connection> getParserForType()
Returns
Type Description
Parser<Connection>
Overrides

getPropertiesCase()

public Connection.PropertiesCase getPropertiesCase()
Returns
Type Description
Connection.PropertiesCase

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getState()

public ConnectionState getState()

Required. The connection's state in its lifecycle.

.google.privacy.dlp.v2.ConnectionState state = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ConnectionState

The state.

getStateValue()

public int getStateValue()

Required. The connection's state in its lifecycle.

.google.privacy.dlp.v2.ConnectionState state = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasCloudSql()

public boolean hasCloudSql()

Connect to a Cloud SQL instance.

.google.privacy.dlp.v2.CloudSqlProperties cloud_sql = 4;

Returns
Type Description
boolean

Whether the cloudSql field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Connection.Builder newBuilderForType()
Returns
Type Description
Connection.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Connection.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Connection.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Connection.Builder toBuilder()
Returns
Type Description
Connection.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException