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
    • Method Detail

      • newInstance

        protected java.lang.Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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

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

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

        public int getTemplateIdsCount()
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
        Specified by:
        getTemplateIdsCount in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateIds

        public ValueOuterClass.Identifier getTemplateIds​(int index)
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
        Specified by:
        getTemplateIds in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getTemplateIdsOrBuilder

        public ValueOuterClass.IdentifierOrBuilder getTemplateIdsOrBuilder​(int index)
         A collection of templates for which the payload will be included in the
         ``create_arguments`` of a matching ``CreatedEvent``.
         SHOULD NOT contain duplicates.
         All ``template_ids`` needs to be valid: corresponding template should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.Identifier template_ids = 1 [json_name = "templateIds"];
        Specified by:
        getTemplateIdsOrBuilder in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getInterfaceFiltersList

        public java.util.List<TransactionFilterOuterClass.InterfaceFilter> getInterfaceFiltersList()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
        Specified by:
        getInterfaceFiltersList in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getInterfaceFiltersCount

        public int getInterfaceFiltersCount()
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
        Specified by:
        getInterfaceFiltersCount in interface TransactionFilterOuterClass.InclusiveFiltersOrBuilder
      • getInterfaceFilters

        public TransactionFilterOuterClass.InterfaceFilter getInterfaceFilters​(int index)
         Include an ``InterfaceView`` for every ``InterfaceFilter`` matching a contract.
         The ``InterfaceFilter``s MUST use unique ``interface_id``s.
         All ``interface_id`` needs to be valid: corresponding interface should be defined in one of
         the available packages at the time of the query.
         Optional
         
        repeated .com.daml.ledger.api.v1.InterfaceFilter interface_filters = 2 [json_name = "interfaceFilters"];
        Specified by:
        getInterfaceFilters 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