Class TransactionFilterOuterClass.TemplateFilter.Builder

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

public static final class TransactionFilterOuterClass.TemplateFilter.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionFilterOuterClass.TemplateFilter.Builder> implements TransactionFilterOuterClass.TemplateFilterOrBuilder
 This filter matches contracts of a specific template.
 
Protobuf type com.daml.ledger.api.v2.TemplateFilter
  • 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.TemplateFilter.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.TemplateFilter.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.TemplateFilter.Builder>
    • getDefaultInstanceForType

      public TransactionFilterOuterClass.TemplateFilter 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.TemplateFilter.Builder>
    • setField

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

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

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

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

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

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

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

      public boolean hasTemplateId()
       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
      Specified by:
      hasTemplateId in interface TransactionFilterOuterClass.TemplateFilterOrBuilder
      Returns:
      Whether the templateId field is set.
    • getTemplateId

      public ValueOuterClass.Identifier getTemplateId()
       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
      Specified by:
      getTemplateId in interface TransactionFilterOuterClass.TemplateFilterOrBuilder
      Returns:
      The templateId.
    • setTemplateId

       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
    • setTemplateId

       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
    • mergeTemplateId

       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
    • clearTemplateId

       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
    • getTemplateIdBuilder

      public ValueOuterClass.Identifier.Builder getTemplateIdBuilder()
       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
    • getTemplateIdOrBuilder

      public ValueOuterClass.IdentifierOrBuilder getTemplateIdOrBuilder()
       A template for which the payload should be included in the response.
       The ``template_id`` needs to be valid: corresponding template 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 template_id = 1 [json_name = "templateId"];
      Specified by:
      getTemplateIdOrBuilder in interface TransactionFilterOuterClass.TemplateFilterOrBuilder
    • getIncludeCreatedEventBlob

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

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

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

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

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