Class ConstraintEntity (2.20.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
TypeDescription
int

NAME_FIELD_NUMBER

public static final int NAME_FIELD_NUMBER
Field Value
TypeDescription
int

REFERENCE_COLUMNS_FIELD_NUMBER

public static final int REFERENCE_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

REFERENCE_TABLE_FIELD_NUMBER

public static final int REFERENCE_TABLE_FIELD_NUMBER
Field Value
TypeDescription
int

TABLE_COLUMNS_FIELD_NUMBER

public static final int TABLE_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

TABLE_NAME_FIELD_NUMBER

public static final int TABLE_NAME_FIELD_NUMBER
Field Value
TypeDescription
int

TYPE_FIELD_NUMBER

public static final int TYPE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ConstraintEntity getDefaultInstance()
Returns
TypeDescription
ConstraintEntity

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ConstraintEntity.Builder newBuilder()
Returns
TypeDescription
ConstraintEntity.Builder

newBuilder(ConstraintEntity prototype)

public static ConstraintEntity.Builder newBuilder(ConstraintEntity prototype)
Parameter
NameDescription
prototypeConstraintEntity
Returns
TypeDescription
ConstraintEntity.Builder

parseDelimitedFrom(InputStream input)

public static ConstraintEntity parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConstraintEntity parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ConstraintEntity parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ConstraintEntity parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ConstraintEntity parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ConstraintEntity parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ConstraintEntity parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ConstraintEntity parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ConstraintEntity parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ConstraintEntity parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ConstraintEntity parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ConstraintEntity parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ConstraintEntity
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ConstraintEntity> parser()
Returns
TypeDescription
Parser<ConstraintEntity>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCustomFeatures()

public Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 4;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 4;

Returns
TypeDescription
StructOrBuilder

getDefaultInstanceForType()

public ConstraintEntity getDefaultInstanceForType()
Returns
TypeDescription
ConstraintEntity

getName()

public String getName()

The name of the table constraint.

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the table constraint.

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getParserForType()

public Parser<ConstraintEntity> getParserForType()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for referenceTable.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for type.

hasCustomFeatures()

public boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 4;

Returns
TypeDescription
boolean

Whether the customFeatures field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ConstraintEntity.Builder newBuilderForType()
Returns
TypeDescription
ConstraintEntity.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ConstraintEntity.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ConstraintEntity.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ConstraintEntity.Builder toBuilder()
Returns
TypeDescription
ConstraintEntity.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException