Interface ListMetastorePartitionsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListMetastorePartitionsRequest, ListMetastorePartitionsRequest.Builder

public interface ListMetastorePartitionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Required.
    com.google.protobuf.ByteString
    Required.
    Optional.
    com.google.protobuf.ByteString
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getParent

      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:
      The parent.
    • getParentBytes

      com.google.protobuf.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:
      The bytes for parent.
    • getFilter

      String getFilter()
       Optional. SQL text filtering statement, similar to a WHERE clause in a
       query. Only supports single-row expressions.  Aggregate functions are not
       supported.
      
       Examples:
       * "int_field > 5"
       * "date_field = CAST('2014-9-27' as DATE)"
       * "nullable_field is not NULL"
       * "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))"
       * "numeric_field BETWEEN 1.0 AND 5.0"
      
       Restricted to a maximum length of 1 MB.
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
       Optional. SQL text filtering statement, similar to a WHERE clause in a
       query. Only supports single-row expressions.  Aggregate functions are not
       supported.
      
       Examples:
       * "int_field > 5"
       * "date_field = CAST('2014-9-27' as DATE)"
       * "nullable_field is not NULL"
       * "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))"
       * "numeric_field BETWEEN 1.0 AND 5.0"
      
       Restricted to a maximum length of 1 MB.
       
      string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for filter.
    • getTraceId

      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. Limited to 256 characters. This is expected,
       but not required, to be globally unique.
       
      string trace_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The traceId.
    • getTraceIdBytes

      com.google.protobuf.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. Limited to 256 characters. This is expected,
       but not required, to be globally unique.
       
      string trace_id = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for traceId.