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 Details

    • getValuesList

      List<String> 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

      String getValues(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 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

      boolean containsParameters(String key)
       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 Map<String,String> getParameters()
      Deprecated.
      Use getParametersMap() instead.
    • getParametersMap

      Map<String,String> 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

      String getParametersOrDefault(String key, String defaultValue)
       Optional. Additional parameters or metadata associated with the partition.
       Maximum size 10 KiB.
       
      map<string, string> parameters = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getParametersOrThrow

      String getParametersOrThrow(String key)
       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

      FieldSchema getFields(int index)
       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

      FieldSchemaOrBuilder getFieldsOrBuilder(int index)
       Optional. List of columns.
       
      repeated .google.cloud.bigquery.storage.v1beta.FieldSchema fields = 5 [(.google.api.field_behavior) = OPTIONAL];