public final class UpdateTableRequest extends GeneratedMessageV3 implements UpdateTableRequestOrBuilder
The request for UpdateTable.
Protobuf type google.bigtable.admin.v2.UpdateTableRequest
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > UpdateTableRequestImplements
UpdateTableRequestOrBuilderStatic Fields
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
Type | Description |
int |
UPDATE_MASK_FIELD_NUMBER
public static final int UPDATE_MASK_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static UpdateTableRequest getDefaultInstance()
Type | Description |
UpdateTableRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static UpdateTableRequest.Builder newBuilder()
Type | Description |
UpdateTableRequest.Builder |
newBuilder(UpdateTableRequest prototype)
public static UpdateTableRequest.Builder newBuilder(UpdateTableRequest prototype)
Name | Description |
prototype | UpdateTableRequest |
Type | Description |
UpdateTableRequest.Builder |
parseDelimitedFrom(InputStream input)
public static UpdateTableRequest parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateTableRequest |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTableRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTableRequest |
Type | Description |
IOException |
parseFrom(byte[] data)
public static UpdateTableRequest parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
UpdateTableRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateTableRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTableRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static UpdateTableRequest parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
UpdateTableRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateTableRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTableRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static UpdateTableRequest parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
UpdateTableRequest |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTableRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTableRequest |
Type | Description |
IOException |
parseFrom(InputStream input)
public static UpdateTableRequest parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
UpdateTableRequest |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static UpdateTableRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTableRequest |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static UpdateTableRequest parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
UpdateTableRequest |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateTableRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
UpdateTableRequest |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<UpdateTableRequest> parser()
Type | Description |
Parser<UpdateTableRequest> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public UpdateTableRequest getDefaultInstanceForType()
Type | Description |
UpdateTableRequest |
getParserForType()
public Parser<UpdateTableRequest> getParserForType()
Type | Description |
Parser<UpdateTableRequest> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTable()
public Table getTable()
Required. The table to update.
The table's name
field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
Table | The table. |
getTableOrBuilder()
public TableOrBuilder getTableOrBuilder()
Required. The table to update.
The table's name
field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TableOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
getUpdateMask()
public FieldMask getUpdateMask()
Required. The list of fields to update.
A mask specifying which fields (e.g. deletion_protection
) in the table
field should be updated. This mask is relative to the table
field, not to
the request message. The wildcard (*) path is currently not supported.
Currently UpdateTable is only supported for the following field:
deletion_protection
Ifcolumn_families
is set inupdate_mask
, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Required. The list of fields to update.
A mask specifying which fields (e.g. deletion_protection
) in the table
field should be updated. This mask is relative to the table
field, not to
the request message. The wildcard (*) path is currently not supported.
Currently UpdateTable is only supported for the following field:
deletion_protection
Ifcolumn_families
is set inupdate_mask
, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
FieldMaskOrBuilder |
hasTable()
public boolean hasTable()
Required. The table to update.
The table's name
field is used to identify the table to update.
.google.bigtable.admin.v2.Table table = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the table field is set. |
hasUpdateMask()
public boolean hasUpdateMask()
Required. The list of fields to update.
A mask specifying which fields (e.g. deletion_protection
) in the table
field should be updated. This mask is relative to the table
field, not to
the request message. The wildcard (*) path is currently not supported.
Currently UpdateTable is only supported for the following field:
deletion_protection
Ifcolumn_families
is set inupdate_mask
, it will return an UNIMPLEMENTED error.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the updateMask field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public UpdateTableRequest.Builder newBuilderForType()
Type | Description |
UpdateTableRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateTableRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
UpdateTableRequest.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public UpdateTableRequest.Builder toBuilder()
Type | Description |
UpdateTableRequest.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |