Class TransactionFilterOuterClass.InclusiveFilters

    • Field Detail

      • TEMPLATE_IDS_FIELD_NUMBER

        public static final int TEMPLATE_IDS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INTERFACE_FILTERS_FIELD_NUMBER

        public static final int INTERFACE_FILTERS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • TEMPLATE_FILTERS_FIELD_NUMBER

        public static final int TEMPLATE_FILTERS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • getTemplateIdsList

        @Deprecated
        public java.util.List<ValueOuterClass.Identifier> getTemplateIdsList()
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
        Specified by:
        getTemplateIdsList in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateIdsOrBuilderList

        @Deprecated
        public java.util.List<? extends ValueOuterClass.IdentifierOrBuilder> getTemplateIdsOrBuilderList()
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
        Specified by:
        getTemplateIdsOrBuilderList in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateIdsCount

        @Deprecated
        public int getTemplateIdsCount()
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
        Specified by:
        getTemplateIdsCount in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateIds

        @Deprecated
        public ValueOuterClass.Identifier getTemplateIds​(int index)
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
        Specified by:
        getTemplateIds in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateIdsOrBuilder

        @Deprecated
        public ValueOuterClass.IdentifierOrBuilder getTemplateIdsOrBuilder​(int index)
        Deprecated.
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` need to be valid: corresponding templates should be defined in one of
         the available packages at the time of the query.
         Deprecated in favor of the ``template_filters``. If the ``template_filters`` field is set,
         the ``template_ids`` field is ignored.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds", deprecated = true];
        Specified by:
        getTemplateIdsOrBuilder in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getInterfaceFiltersCount

        public int getInterfaceFiltersCount()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter`` instances MUST each use a unique ``interface_id``.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
        Specified by:
        getInterfaceFiltersCount in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateFiltersList

        public java.util.List<TransactionFilterOuterClass.TemplateFilter> getTemplateFiltersList()
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
        Specified by:
        getTemplateFiltersList in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateFiltersOrBuilderList

        public java.util.List<? extends TransactionFilterOuterClass.TemplateFilterOrBuilder> getTemplateFiltersOrBuilderList()
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
        Specified by:
        getTemplateFiltersOrBuilderList in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateFiltersCount

        public int getTemplateFiltersCount()
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
        Specified by:
        getTemplateFiltersCount in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateFilters

        public TransactionFilterOuterClass.TemplateFilter getTemplateFilters​(int index)
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
        Specified by:
        getTemplateFilters in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateFiltersOrBuilder

        public TransactionFilterOuterClass.TemplateFilterOrBuilder getTemplateFiltersOrBuilder​(int index)
         A collection of templates for which the data will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicate templates.
         In contrast to the ``template_ids`` field, one can specify whether the create event payloads
         should be provided alongside the create arguments.
         If a contract is simultaneously selected by a template filter and one or more interface filters,
         the corresponding ``include_created_event_blob`` are consolidated using an OR operation.
         Optional
         
        repeated .com.daml.ledger.api.v1.TemplateFilter template_filters = 3 [json_name = "templateFilters"];
        Specified by:
        getTemplateFiltersOrBuilder in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        java.io.IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(java.lang.Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(java.nio.ByteBuffer data)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(java.nio.ByteBuffer data,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(com.google.protobuf.ByteString data)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(com.google.protobuf.ByteString data,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(byte[] data,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(java.io.InputStream input,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseDelimitedFrom​(java.io.InputStream input,
                                                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                               throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static TransactionFilterOuterClass.InclusiveFilters parseFrom​(com.google.protobuf.CodedInputStream input,
                                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                      throws java.io.IOException
        Throws:
        java.io.IOException
      • getParserForType

        public com.google.protobuf.Parser<TransactionFilterOuterClass.InclusiveFilters> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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