Send feedback
Class BatchUpdateMetastorePartitionsRequest (3.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public final class BatchUpdateMetastorePartitionsRequest extends GeneratedMessageV3 implements BatchUpdateMetastorePartitionsRequestOrBuilder
Request message for BatchUpdateMetastorePartitions.
Protobuf type google.cloud.bigquery.storage.v1beta.BatchUpdateMetastorePartitionsRequest
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
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
public static final int REQUESTS_FIELD_NUMBER
Field Value
Type
Description
int
public static final int TRACE_ID_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static BatchUpdateMetastorePartitionsRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static BatchUpdateMetastorePartitionsRequest . Builder newBuilder ()
public static BatchUpdateMetastorePartitionsRequest . Builder newBuilder ( BatchUpdateMetastorePartitionsRequest prototype )
public static BatchUpdateMetastorePartitionsRequest parseDelimitedFrom ( InputStream input )
public static BatchUpdateMetastorePartitionsRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static BatchUpdateMetastorePartitionsRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( ByteString data )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( CodedInputStream input )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( InputStream input )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( ByteBuffer data )
public static BatchUpdateMetastorePartitionsRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<BatchUpdateMetastorePartitionsRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public BatchUpdateMetastorePartitionsRequest getDefaultInstanceForType ()
public String getParent ()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
public ByteString getParentBytes ()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
public Parser<BatchUpdateMetastorePartitionsRequest> getParserForType ()
Overrides
public UpdateMetastorePartitionRequest getRequests ( int index )
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
public int getRequestsCount ()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
int
public List<UpdateMetastorePartitionRequest> getRequestsList ()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
public UpdateMetastorePartitionRequestOrBuilder getRequestsOrBuilder ( int index )
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name
Description
index
int
public List <? extends UpdateMetastorePartitionRequestOrBuilder > getRequestsOrBuilderList ()
Required. Requests to update metastore partitions in the table.
repeated .google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
List <? extends com.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequestOrBuilder >
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public String getTraceId ()
Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id
for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The traceId.
public ByteString getTraceIdBytes ()
Optional. Optional trace id to be used for debugging. It is expected that
the client sets the same trace_id
for all the batches in the same
operation, so that it is possible to tie together the logs to all the
batches in the same operation. This is expected, but not required, to be
globally unique.
string trace_id = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for traceId.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public BatchUpdateMetastorePartitionsRequest . Builder newBuilderForType ()
protected BatchUpdateMetastorePartitionsRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public BatchUpdateMetastorePartitionsRequest . 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-05-10 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-05-10 UTC."],[],[]]