Interface MetastorePartitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetastorePartition,MetastorePartition.Builder
public interface MetastorePartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParameters(String key) Optional.com.google.protobuf.TimestampOutput only.com.google.protobuf.TimestampOrBuilderOutput only.getFields(int index) Optional.intOptional.Optional.getFieldsOrBuilder(int index) Optional.List<? extends FieldSchemaOrBuilder>Optional.Deprecated.intOptional.Optional.getParametersOrDefault(String key, String defaultValue) Optional.Optional.Optional.Optional.getValues(int index) Required.com.google.protobuf.ByteStringgetValuesBytes(int index) Required.intRequired.Required.booleanOutput only.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesList
Required. Represents the values of the partition keys, where each value corresponds to a specific partition key in the order in which the keys are defined. Each value is limited to 1024 characters.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- A list containing the values.
-
getValuesCount
int getValuesCount()Required. Represents the values of the partition keys, where each value corresponds to a specific partition key in the order in which the keys are defined. Each value is limited to 1024 characters.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The count of values.
-
getValues
Required. Represents the values of the partition keys, where each value corresponds to a specific partition key in the order in which the keys are defined. Each value is limited to 1024 characters.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the element to return.- Returns:
- The values at the given index.
-
getValuesBytes
com.google.protobuf.ByteString getValuesBytes(int index) Required. Represents the values of the partition keys, where each value corresponds to a specific partition key in the order in which the keys are defined. Each value is limited to 1024 characters.
repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the values at the given index.
-
hasCreateTime
boolean hasCreateTime()Output only. The creation time of the partition.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the createTime field is set.
-
getCreateTime
com.google.protobuf.Timestamp getCreateTime()Output only. The creation time of the partition.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The createTime.
-
getCreateTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()Output only. The creation time of the partition.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasStorageDescriptor
boolean hasStorageDescriptor()Optional. Contains information about the physical storage of the data in the partition.
.google.cloud.bigquery.storage.v1beta.StorageDescriptor storage_descriptor = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the storageDescriptor field is set.
-
getStorageDescriptor
StorageDescriptor getStorageDescriptor()Optional. Contains information about the physical storage of the data in the partition.
.google.cloud.bigquery.storage.v1beta.StorageDescriptor storage_descriptor = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The storageDescriptor.
-
getStorageDescriptorOrBuilder
StorageDescriptorOrBuilder getStorageDescriptorOrBuilder()Optional. Contains information about the physical storage of the data in the partition.
.google.cloud.bigquery.storage.v1beta.StorageDescriptor storage_descriptor = 3 [(.google.api.field_behavior) = OPTIONAL]; -
getParametersCount
int getParametersCount()Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB.
map<string, string> parameters = 4 [(.google.api.field_behavior) = OPTIONAL]; -
containsParameters
Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB.
map<string, string> parameters = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getParameters
Deprecated.UsegetParametersMap()instead. -
getParametersMap
Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB.
map<string, string> parameters = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getParametersOrDefault
Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB.
map<string, string> parameters = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getParametersOrThrow
Optional. Additional parameters or metadata associated with the partition. Maximum size 10 KiB.
map<string, string> parameters = 4 [(.google.api.field_behavior) = OPTIONAL]; -
getFieldsList
List<FieldSchema> getFieldsList()Optional. List of columns.
repeated .google.cloud.bigquery.storage.v1beta.FieldSchema fields = 5 [(.google.api.field_behavior) = OPTIONAL]; -
getFields
Optional. List of columns.
repeated .google.cloud.bigquery.storage.v1beta.FieldSchema fields = 5 [(.google.api.field_behavior) = OPTIONAL]; -
getFieldsCount
int getFieldsCount()Optional. List of columns.
repeated .google.cloud.bigquery.storage.v1beta.FieldSchema fields = 5 [(.google.api.field_behavior) = OPTIONAL]; -
getFieldsOrBuilderList
List<? extends FieldSchemaOrBuilder> getFieldsOrBuilderList()Optional. List of columns.
repeated .google.cloud.bigquery.storage.v1beta.FieldSchema fields = 5 [(.google.api.field_behavior) = OPTIONAL]; -
getFieldsOrBuilder
Optional. List of columns.
repeated .google.cloud.bigquery.storage.v1beta.FieldSchema fields = 5 [(.google.api.field_behavior) = OPTIONAL];
-