Interface EditClientRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EditClientRequest, EditClientRequest.Builder

    public interface EditClientRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getId()
      optional int32 id = 1;
      String getInstance()
      optional string instance = 2;
      com.google.protobuf.ByteString getInstanceBytes()
      optional string instance = 2;
      String getProcessor()
      optional string processor = 3;
      com.google.protobuf.ByteString getProcessorBytes()
      optional string processor = 3;
      boolean hasId()
      optional int32 id = 1;
      boolean hasInstance()
      optional string instance = 2;
      boolean hasProcessor()
      optional string processor = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
        optional int32 id = 1;
      • getId

        int getId()
        optional int32 id = 1;
      • hasInstance

        boolean hasInstance()
        optional string instance = 2;
      • getInstance

        String getInstance()
        optional string instance = 2;
      • getInstanceBytes

        com.google.protobuf.ByteString getInstanceBytes()
        optional string instance = 2;
      • hasProcessor

        boolean hasProcessor()
        optional string processor = 3;
      • getProcessor

        String getProcessor()
        optional string processor = 3;
      • getProcessorBytes

        com.google.protobuf.ByteString getProcessorBytes()
        optional string processor = 3;