Class TransactionFilterOuterClass.InterfaceFilter.Builder

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

public static final class TransactionFilterOuterClass.InterfaceFilter.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.InterfaceFilter.Builder> implements TransactionFilterOuterClass.InterfaceFilterOrBuilder
 This filter matches contracts that implement a specific interface.
 
Protobuf type com.daml.ledger.api.v2.InterfaceFilter
  • 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.InterfaceFilter.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.InterfaceFilter.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.InterfaceFilter.Builder>
    • getDefaultInstanceForType

      public TransactionFilterOuterClass.InterfaceFilter 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

      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.InterfaceFilter.Builder>
    • setField

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
    • clearField

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
    • clearOneof

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
    • setRepeatedField

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
    • addRepeatedField

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
    • mergeFrom

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.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.InterfaceFilter.Builder>
    • mergeFrom

      public TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
      Throws:
      IOException
    • hasInterfaceId

      public boolean hasInterfaceId()
       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
      Specified by:
      hasInterfaceId in interface TransactionFilterOuterClass.InterfaceFilterOrBuilder
      Returns:
      Whether the interfaceId field is set.
    • getInterfaceId

      public ValueOuterClass.Identifier getInterfaceId()
       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
      Specified by:
      getInterfaceId in interface TransactionFilterOuterClass.InterfaceFilterOrBuilder
      Returns:
      The interfaceId.
    • setInterfaceId

       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
    • setInterfaceId

       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
    • mergeInterfaceId

       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
    • clearInterfaceId

       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
    • getInterfaceIdBuilder

      public ValueOuterClass.Identifier.Builder getInterfaceIdBuilder()
       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
    • getInterfaceIdOrBuilder

      public ValueOuterClass.IdentifierOrBuilder getInterfaceIdOrBuilder()
       The interface that a matching contract must implement.
       The ``interface_id`` needs to be valid: corresponding interface should be defined in
       one of the available packages at the time of the query.
       Both package-name and package-id reference formats for the identifier are supported.
       Note: The package-id reference identifier format is deprecated. We plan to end support for this format in version 3.4.
      
       Required
       
      .com.daml.ledger.api.v2.Identifier interface_id = 1 [json_name = "interfaceId"];
      Specified by:
      getInterfaceIdOrBuilder in interface TransactionFilterOuterClass.InterfaceFilterOrBuilder
    • getIncludeInterfaceView

      public boolean getIncludeInterfaceView()
       Whether to include the interface view on the contract in the returned ``CreatedEvent``.
       Use this to access contract data in a uniform manner in your API client.
       Optional
       
      bool include_interface_view = 2 [json_name = "includeInterfaceView"];
      Specified by:
      getIncludeInterfaceView in interface TransactionFilterOuterClass.InterfaceFilterOrBuilder
      Returns:
      The includeInterfaceView.
    • setIncludeInterfaceView

      public TransactionFilterOuterClass.InterfaceFilter.Builder setIncludeInterfaceView(boolean value)
       Whether to include the interface view on the contract in the returned ``CreatedEvent``.
       Use this to access contract data in a uniform manner in your API client.
       Optional
       
      bool include_interface_view = 2 [json_name = "includeInterfaceView"];
      Parameters:
      value - The includeInterfaceView to set.
      Returns:
      This builder for chaining.
    • clearIncludeInterfaceView

      public TransactionFilterOuterClass.InterfaceFilter.Builder clearIncludeInterfaceView()
       Whether to include the interface view on the contract in the returned ``CreatedEvent``.
       Use this to access contract data in a uniform manner in your API client.
       Optional
       
      bool include_interface_view = 2 [json_name = "includeInterfaceView"];
      Returns:
      This builder for chaining.
    • getIncludeCreatedEventBlob

      public boolean getIncludeCreatedEventBlob()
       Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
       Use this to access the contract create event payload in your API client
       for submitting it as a disclosed contract with future commands.
       Optional
       
      bool include_created_event_blob = 3 [json_name = "includeCreatedEventBlob"];
      Specified by:
      getIncludeCreatedEventBlob in interface TransactionFilterOuterClass.InterfaceFilterOrBuilder
      Returns:
      The includeCreatedEventBlob.
    • setIncludeCreatedEventBlob

      public TransactionFilterOuterClass.InterfaceFilter.Builder setIncludeCreatedEventBlob(boolean value)
       Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
       Use this to access the contract create event payload in your API client
       for submitting it as a disclosed contract with future commands.
       Optional
       
      bool include_created_event_blob = 3 [json_name = "includeCreatedEventBlob"];
      Parameters:
      value - The includeCreatedEventBlob to set.
      Returns:
      This builder for chaining.
    • clearIncludeCreatedEventBlob

      public TransactionFilterOuterClass.InterfaceFilter.Builder clearIncludeCreatedEventBlob()
       Whether to include a ``created_event_blob`` in the returned ``CreatedEvent``.
       Use this to access the contract create event payload in your API client
       for submitting it as a disclosed contract with future commands.
       Optional
       
      bool include_created_event_blob = 3 [json_name = "includeCreatedEventBlob"];
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>
    • mergeUnknownFields

      public final TransactionFilterOuterClass.InterfaceFilter.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.InterfaceFilter.Builder>