Class TransactionFilterOuterClass.Filters.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
com.daml.ledger.api.v2.TransactionFilterOuterClass.Filters.Builder
All Implemented Interfaces:
TransactionFilterOuterClass.FiltersOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
TransactionFilterOuterClass.Filters

public static final class TransactionFilterOuterClass.Filters.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder> implements TransactionFilterOuterClass.FiltersOrBuilder
 The union of a set of template filters, interface filters, or a wildcard.
 
Protobuf type com.daml.ledger.api.v2.Filters
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • getDefaultInstanceForType

      public TransactionFilterOuterClass.Filters getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public TransactionFilterOuterClass.Filters buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • setField

      public TransactionFilterOuterClass.Filters.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • clearField

      public TransactionFilterOuterClass.Filters.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • clearOneof

      public TransactionFilterOuterClass.Filters.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • setRepeatedField

      public TransactionFilterOuterClass.Filters.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • addRepeatedField

      public TransactionFilterOuterClass.Filters.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • mergeFrom

      public TransactionFilterOuterClass.Filters.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionFilterOuterClass.Filters.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • mergeFrom

      public TransactionFilterOuterClass.Filters.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionFilterOuterClass.Filters.Builder>
      Throws:
      IOException
    • getCumulativeList

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
      Specified by:
      getCumulativeList in interface TransactionFilterOuterClass.FiltersOrBuilder
    • getCumulativeCount

      public int getCumulativeCount()
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
      Specified by:
      getCumulativeCount in interface TransactionFilterOuterClass.FiltersOrBuilder
    • getCumulative

      public TransactionFilterOuterClass.CumulativeFilter getCumulative(int index)
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
      Specified by:
      getCumulative in interface TransactionFilterOuterClass.FiltersOrBuilder
    • setCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • setCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • addCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • addCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • addCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • addCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • addAllCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • clearCumulative

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • removeCumulative

      public TransactionFilterOuterClass.Filters.Builder removeCumulative(int index)
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • getCumulativeBuilder

      public TransactionFilterOuterClass.CumulativeFilter.Builder getCumulativeBuilder(int index)
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • getCumulativeOrBuilder

      public TransactionFilterOuterClass.CumulativeFilterOrBuilder getCumulativeOrBuilder(int index)
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
      Specified by:
      getCumulativeOrBuilder in interface TransactionFilterOuterClass.FiltersOrBuilder
    • getCumulativeOrBuilderList

      public List<? extends TransactionFilterOuterClass.CumulativeFilterOrBuilder> getCumulativeOrBuilderList()
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
      Specified by:
      getCumulativeOrBuilderList in interface TransactionFilterOuterClass.FiltersOrBuilder
    • addCumulativeBuilder

       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • addCumulativeBuilder

      public TransactionFilterOuterClass.CumulativeFilter.Builder addCumulativeBuilder(int index)
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • getCumulativeBuilderList

      public List<TransactionFilterOuterClass.CumulativeFilter.Builder> getCumulativeBuilderList()
       Every filter in the cumulative list expands the scope of the resulting stream. Each interface,
       template or wildcard filter means additional events that will match the query.
       The impact of include_interface_view and include_created_event_blob fields in the filters will
       also be accumulated.
       At least one cumulative filter MUST be specified.
       A template or an interface SHOULD NOT appear twice in the accumulative field.
       A wildcard filter SHOULD NOT be defined more than once in the accumulative field.
       Optional
       
      repeated .com.daml.ledger.api.v2.CumulativeFilter cumulative = 1 [json_name = "cumulative"];
    • setUnknownFields

      public final TransactionFilterOuterClass.Filters.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>
    • mergeUnknownFields

      public final TransactionFilterOuterClass.Filters.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.Filters.Builder>