Class SetTablePrimaryKey (2.40.0)

public final class SetTablePrimaryKey extends GeneratedMessageV3 implements SetTablePrimaryKeyOrBuilder

Options to configure rule type SetTablePrimaryKey. The rule is used to specify the columns and name to configure/alter the primary key of a table.

The rule filter field can refer to one entity.

The rule scope can be one of: Table.

Protobuf type google.cloud.clouddms.v1.SetTablePrimaryKey

Static Fields

PRIMARY_KEY_COLUMNS_FIELD_NUMBER

public static final int PRIMARY_KEY_COLUMNS_FIELD_NUMBER
Field Value
TypeDescription
int

PRIMARY_KEY_FIELD_NUMBER

public static final int PRIMARY_KEY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SetTablePrimaryKey getDefaultInstance()
Returns
TypeDescription
SetTablePrimaryKey

getDescriptor()

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

newBuilder()

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

newBuilder(SetTablePrimaryKey prototype)

public static SetTablePrimaryKey.Builder newBuilder(SetTablePrimaryKey prototype)
Parameter
NameDescription
prototypeSetTablePrimaryKey
Returns
TypeDescription
SetTablePrimaryKey.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public SetTablePrimaryKey getDefaultInstanceForType()
Returns
TypeDescription
SetTablePrimaryKey

getParserForType()

public Parser<SetTablePrimaryKey> getParserForType()
Returns
TypeDescription
Parser<SetTablePrimaryKey>
Overrides

getPrimaryKey()

public String getPrimaryKey()

Optional. Name for the primary key

string primary_key = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The primaryKey.

getPrimaryKeyBytes()

public ByteString getPrimaryKeyBytes()

Optional. Name for the primary key

string primary_key = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for primaryKey.

getPrimaryKeyColumns(int index)

public String getPrimaryKeyColumns(int index)

Required. List of column names for the primary key

repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The primaryKeyColumns at the given index.

getPrimaryKeyColumnsBytes(int index)

public ByteString getPrimaryKeyColumnsBytes(int index)

Required. List of column names for the primary key

repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the primaryKeyColumns at the given index.

getPrimaryKeyColumnsCount()

public int getPrimaryKeyColumnsCount()

Required. List of column names for the primary key

repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The count of primaryKeyColumns.

getPrimaryKeyColumnsList()

public ProtocolStringList getPrimaryKeyColumnsList()

Required. List of column names for the primary key

repeated string primary_key_columns = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ProtocolStringList

A list containing the primaryKeyColumns.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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 SetTablePrimaryKey.Builder newBuilderForType()
Returns
TypeDescription
SetTablePrimaryKey.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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