Send feedback
Class MoveTableToDatabaseRequest (2.21.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.21.0 keyboard_arrow_down
public final class MoveTableToDatabaseRequest extends GeneratedMessageV3 implements MoveTableToDatabaseRequestOrBuilder
Request message for
DataprocMetastore.MoveTableToDatabase .
Protobuf type google.cloud.metastore.v1alpha.MoveTableToDatabaseRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
public static final int DB_NAME_FIELD_NUMBER
Field Value Type Description int
public static final int DESTINATION_DB_NAME_FIELD_NUMBER
Field Value Type Description int
public static final int SERVICE_FIELD_NUMBER
Field Value Type Description int
public static final int TABLE_NAME_FIELD_NUMBER
Field Value Type Description int
Static Methods
public static MoveTableToDatabaseRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static MoveTableToDatabaseRequest . Builder newBuilder ()
public static MoveTableToDatabaseRequest . Builder newBuilder ( MoveTableToDatabaseRequest prototype )
public static MoveTableToDatabaseRequest parseDelimitedFrom ( InputStream input )
public static MoveTableToDatabaseRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static MoveTableToDatabaseRequest parseFrom ( byte [] data )
Parameter Name Description data
byte []
public static MoveTableToDatabaseRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static MoveTableToDatabaseRequest parseFrom ( ByteString data )
public static MoveTableToDatabaseRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static MoveTableToDatabaseRequest parseFrom ( CodedInputStream input )
public static MoveTableToDatabaseRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static MoveTableToDatabaseRequest parseFrom ( InputStream input )
public static MoveTableToDatabaseRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static MoveTableToDatabaseRequest parseFrom ( ByteBuffer data )
public static MoveTableToDatabaseRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<MoveTableToDatabaseRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
public String getDbName ()
Required. The name of the database where the table resides.
string db_name = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The dbName.
public ByteString getDbNameBytes ()
Required. The name of the database where the table resides.
string db_name = 3 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for dbName.
public MoveTableToDatabaseRequest getDefaultInstanceForType ()
public String getDestinationDbName ()
Required. The name of the database where the table should be moved.
string destination_db_name = 4 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The destinationDbName.
public ByteString getDestinationDbNameBytes ()
Required. The name of the database where the table should be moved.
string destination_db_name = 4 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for destinationDbName.
public Parser<MoveTableToDatabaseRequest> getParserForType ()
Overrides
public int getSerializedSize ()
Returns Type Description int
Overrides
public String getService ()
Required. The relative resource name of the metastore service to mutate
metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description String
The service.
public ByteString getServiceBytes ()
Required. The relative resource name of the metastore service to mutate
metadata, in the following format:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns Type Description ByteString
The bytes for service.
public String getTableName ()
Required. The name of the table to be moved.
string table_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description String
The tableName.
public ByteString getTableNameBytes ()
Required. The name of the table to be moved.
string table_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns Type Description ByteString
The bytes for tableName.
Returns Type Description int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public MoveTableToDatabaseRequest . Builder newBuilderForType ()
protected MoveTableToDatabaseRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
public MoveTableToDatabaseRequest . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]