Class GatewayOuterClass.DeleteResourceRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<GatewayOuterClass.DeleteResourceRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<GatewayOuterClass.DeleteResourceRequest.Builder>
io.camunda.zeebe.gateway.protocol.GatewayOuterClass.DeleteResourceRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, GatewayOuterClass.DeleteResourceRequestOrBuilder, Cloneable
Enclosing class:
GatewayOuterClass.DeleteResourceRequest

public static final class GatewayOuterClass.DeleteResourceRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<GatewayOuterClass.DeleteResourceRequest.Builder> implements GatewayOuterClass.DeleteResourceRequestOrBuilder
Protobuf type gateway_protocol.DeleteResourceRequest
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<GatewayOuterClass.DeleteResourceRequest.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.GeneratedMessage.Builder<GatewayOuterClass.DeleteResourceRequest.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.GeneratedMessage.Builder<GatewayOuterClass.DeleteResourceRequest.Builder>
    • getDefaultInstanceForType

      public GatewayOuterClass.DeleteResourceRequest 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
    • mergeFrom

      public GatewayOuterClass.DeleteResourceRequest.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<GatewayOuterClass.DeleteResourceRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<GatewayOuterClass.DeleteResourceRequest.Builder>
    • mergeFrom

      public GatewayOuterClass.DeleteResourceRequest.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<GatewayOuterClass.DeleteResourceRequest.Builder>
      Throws:
      IOException
    • getResourceKey

      public long getResourceKey()
       The key of the resource that should be deleted. This can either be the key
       of a process definition, the key of a decision requirements definition or the key of a form.
       
      int64 resourceKey = 1;
      Specified by:
      getResourceKey in interface GatewayOuterClass.DeleteResourceRequestOrBuilder
      Returns:
      The resourceKey.
    • setResourceKey

      public GatewayOuterClass.DeleteResourceRequest.Builder setResourceKey(long value)
       The key of the resource that should be deleted. This can either be the key
       of a process definition, the key of a decision requirements definition or the key of a form.
       
      int64 resourceKey = 1;
      Parameters:
      value - The resourceKey to set.
      Returns:
      This builder for chaining.
    • clearResourceKey

       The key of the resource that should be deleted. This can either be the key
       of a process definition, the key of a decision requirements definition or the key of a form.
       
      int64 resourceKey = 1;
      Returns:
      This builder for chaining.
    • hasOperationReference

      public boolean hasOperationReference()
       a reference key chosen by the user and will be part of all records resulted from this operation
       
      optional uint64 operationReference = 2;
      Specified by:
      hasOperationReference in interface GatewayOuterClass.DeleteResourceRequestOrBuilder
      Returns:
      Whether the operationReference field is set.
    • getOperationReference

      public long getOperationReference()
       a reference key chosen by the user and will be part of all records resulted from this operation
       
      optional uint64 operationReference = 2;
      Specified by:
      getOperationReference in interface GatewayOuterClass.DeleteResourceRequestOrBuilder
      Returns:
      The operationReference.
    • setOperationReference

      public GatewayOuterClass.DeleteResourceRequest.Builder setOperationReference(long value)
       a reference key chosen by the user and will be part of all records resulted from this operation
       
      optional uint64 operationReference = 2;
      Parameters:
      value - The operationReference to set.
      Returns:
      This builder for chaining.
    • clearOperationReference

      public GatewayOuterClass.DeleteResourceRequest.Builder clearOperationReference()
       a reference key chosen by the user and will be part of all records resulted from this operation
       
      optional uint64 operationReference = 2;
      Returns:
      This builder for chaining.