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

    Modifier and Type
    Method
    Description
    int
    optional int32 id = 1;
    optional string instance = 2;
    com.google.protobuf.ByteString
    optional string instance = 2;
    optional string processor = 3;
    com.google.protobuf.ByteString
    optional string processor = 3;
    boolean
    optional int32 id = 1;
    boolean
    optional string instance = 2;
    boolean
    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 Details

    • 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;