Class ConstraintEntity (2.41.0)

public final class ConstraintEntity extends GeneratedMessageV3 implements ConstraintEntityOrBuilder

Constraint is not used as an independent entity, it is retrieved as part of another entity such as Table or View.

Protobuf type google.cloud.clouddms.v1.ConstraintEntity

Static Fields

CUSTOM_FEATURES_FIELD_NUMBER

public static final int CUSTOM_FEATURES_FIELD_NUMBER
Field Value
Type Description
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
Type Description
int

REFERENCE_COLUMNS_FIELD_NUMBER

public static final int REFERENCE_COLUMNS_FIELD_NUMBER
Field Value
Type Description
int

REFERENCE_TABLE_FIELD_NUMBER

public static final int REFERENCE_TABLE_FIELD_NUMBER
Field Value
Type Description
int

TABLE_COLUMNS_FIELD_NUMBER

public static final int TABLE_COLUMNS_FIELD_NUMBER
Field Value
Type Description
int

TABLE_NAME_FIELD_NUMBER

public static final int TABLE_NAME_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 ConstraintEntity getDefaultInstance()
Returns
Type Description
ConstraintEntity

getDescriptor()

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

newBuilder()

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

newBuilder(ConstraintEntity prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getCustomFeatures()

public Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 4;

Returns
Type Description
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 4;

Returns
Type Description
StructOrBuilder

getDefaultInstanceForType()

public ConstraintEntity getDefaultInstanceForType()
Returns
Type Description
ConstraintEntity

getName()

public String getName()

The name of the table constraint.

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the table constraint.

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getParserForType()

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

getReferenceColumns(int index)

public String getReferenceColumns(int index)

Reference columns which may be associated with the constraint. For example, if the constraint is a FOREIGN_KEY, this represents the list of full names of referenced columns by the foreign key.

repeated string reference_columns = 5;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The referenceColumns at the given index.

getReferenceColumnsBytes(int index)

public ByteString getReferenceColumnsBytes(int index)

Reference columns which may be associated with the constraint. For example, if the constraint is a FOREIGN_KEY, this represents the list of full names of referenced columns by the foreign key.

repeated string reference_columns = 5;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the referenceColumns at the given index.

getReferenceColumnsCount()

public int getReferenceColumnsCount()

Reference columns which may be associated with the constraint. For example, if the constraint is a FOREIGN_KEY, this represents the list of full names of referenced columns by the foreign key.

repeated string reference_columns = 5;

Returns
Type Description
int

The count of referenceColumns.

getReferenceColumnsList()

public ProtocolStringList getReferenceColumnsList()

Reference columns which may be associated with the constraint. For example, if the constraint is a FOREIGN_KEY, this represents the list of full names of referenced columns by the foreign key.

repeated string reference_columns = 5;

Returns
Type Description
ProtocolStringList

A list containing the referenceColumns.

getReferenceTable()

public String getReferenceTable()

Reference table which may be associated with the constraint. For example, if the constraint is a FOREIGN_KEY, this represents the list of full name of the referenced table by the foreign key.

string reference_table = 6;

Returns
Type Description
String

The referenceTable.

getReferenceTableBytes()

public ByteString getReferenceTableBytes()

Reference table which may be associated with the constraint. For example, if the constraint is a FOREIGN_KEY, this represents the list of full name of the referenced table by the foreign key.

string reference_table = 6;

Returns
Type Description
ByteString

The bytes for referenceTable.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTableColumns(int index)

public String getTableColumns(int index)

Table columns used as part of the Constraint, for example primary key constraint should list the columns which constitutes the key.

repeated string table_columns = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The tableColumns at the given index.

getTableColumnsBytes(int index)

public ByteString getTableColumnsBytes(int index)

Table columns used as part of the Constraint, for example primary key constraint should list the columns which constitutes the key.

repeated string table_columns = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the tableColumns at the given index.

getTableColumnsCount()

public int getTableColumnsCount()

Table columns used as part of the Constraint, for example primary key constraint should list the columns which constitutes the key.

repeated string table_columns = 3;

Returns
Type Description
int

The count of tableColumns.

getTableColumnsList()

public ProtocolStringList getTableColumnsList()

Table columns used as part of the Constraint, for example primary key constraint should list the columns which constitutes the key.

repeated string table_columns = 3;

Returns
Type Description
ProtocolStringList

A list containing the tableColumns.

getTableName()

public String getTableName()

Table which is associated with the constraint. In case the constraint is defined on a table, this field is left empty as this information is stored in parent_name. However, if constraint is defined on a view, this field stores the table name on which the view is defined.

string table_name = 7;

Returns
Type Description
String

The tableName.

getTableNameBytes()

public ByteString getTableNameBytes()

Table which is associated with the constraint. In case the constraint is defined on a table, this field is left empty as this information is stored in parent_name. However, if constraint is defined on a view, this field stores the table name on which the view is defined.

string table_name = 7;

Returns
Type Description
ByteString

The bytes for tableName.

getType()

public String getType()

Type of constraint, for example unique, primary key, foreign key (currently only primary key is supported).

string type = 2;

Returns
Type Description
String

The type.

getTypeBytes()

public ByteString getTypeBytes()

Type of constraint, for example unique, primary key, foreign key (currently only primary key is supported).

string type = 2;

Returns
Type Description
ByteString

The bytes for type.

hasCustomFeatures()

public boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 4;

Returns
Type Description
boolean

Whether the customFeatures 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 ConstraintEntity.Builder newBuilderForType()
Returns
Type Description
ConstraintEntity.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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