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
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
PRIMARY_KEY_COLUMNS_FIELD_NUMBER
public static final int PRIMARY_KEY_COLUMNS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PRIMARY_KEY_FIELD_NUMBER
public static final int PRIMARY_KEY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static SetTablePrimaryKey getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SetTablePrimaryKey.Builder newBuilder()
newBuilder(SetTablePrimaryKey prototype)
public static SetTablePrimaryKey.Builder newBuilder(SetTablePrimaryKey prototype)
public static SetTablePrimaryKey parseDelimitedFrom(InputStream input)
public static SetTablePrimaryKey parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SetTablePrimaryKey parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SetTablePrimaryKey parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SetTablePrimaryKey parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetTablePrimaryKey parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SetTablePrimaryKey parseFrom(CodedInputStream input)
public static SetTablePrimaryKey parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SetTablePrimaryKey parseFrom(InputStream input)
public static SetTablePrimaryKey parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SetTablePrimaryKey parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SetTablePrimaryKey parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SetTablePrimaryKey> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public SetTablePrimaryKey getDefaultInstanceForType()
getParserForType()
public Parser<SetTablePrimaryKey> getParserForType()
Overrides
getPrimaryKey()
public String getPrimaryKey()
Optional. Name for the primary key
string primary_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The primaryKey.
|
getPrimaryKeyBytes()
public ByteString getPrimaryKeyBytes()
Optional. Name for the primary key
string primary_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
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 |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
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 |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
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 |
Type |
Description |
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];
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SetTablePrimaryKey.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SetTablePrimaryKey.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public SetTablePrimaryKey.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides