Interface StructuredPipelineOrBuilder

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

public interface StructuredPipelineOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPipeline

      boolean hasPipeline()
       Required. The pipeline query to execute.
       
      .google.firestore.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the pipeline field is set.
    • getPipeline

      Pipeline getPipeline()
       Required. The pipeline query to execute.
       
      .google.firestore.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The pipeline.
    • getPipelineOrBuilder

      PipelineOrBuilder getPipelineOrBuilder()
       Required. The pipeline query to execute.
       
      .google.firestore.v1.Pipeline pipeline = 1 [(.google.api.field_behavior) = REQUIRED];
    • getOptionsCount

      int getOptionsCount()
       Optional. Optional query-level arguments.
       
      map<string, .google.firestore.v1.Value> options = 2 [(.google.api.field_behavior) = OPTIONAL];
    • containsOptions

      boolean containsOptions(String key)
       Optional. Optional query-level arguments.
       
      map<string, .google.firestore.v1.Value> options = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getOptions

      @Deprecated Map<String,Value> getOptions()
      Deprecated.
      Use getOptionsMap() instead.
    • getOptionsMap

      Map<String,Value> getOptionsMap()
       Optional. Optional query-level arguments.
       
      map<string, .google.firestore.v1.Value> options = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getOptionsOrDefault

      Value getOptionsOrDefault(String key, Value defaultValue)
       Optional. Optional query-level arguments.
       
      map<string, .google.firestore.v1.Value> options = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getOptionsOrThrow

      Value getOptionsOrThrow(String key)
       Optional. Optional query-level arguments.
       
      map<string, .google.firestore.v1.Value> options = 2 [(.google.api.field_behavior) = OPTIONAL];