Interface AddBroker.AddBrokerStatusOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AddBroker.AddBrokerStatus, AddBroker.AddBrokerStatus.Builder
Enclosing class:
AddBroker

public static interface AddBroker.AddBrokerStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 brokerId = 2;
    exception serialized as Base64 string
    com.google.protobuf.ByteString
    exception serialized as Base64 string
    long
    int64 lastUpdateTime = 5;
    long
    int64 startTime = 4;
    int
    Version to allow change in exception serialization if needed.

    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

    • getVersion

      int getVersion()
       Version to allow change in exception serialization if needed.
       
      int32 version = 1;
      Returns:
      The version.
    • getBrokerId

      int getBrokerId()
      int32 brokerId = 2;
      Returns:
      The brokerId.
    • getError

      String getError()
       exception serialized as Base64 string
       
      string error = 3;
      Returns:
      The error.
    • getErrorBytes

      com.google.protobuf.ByteString getErrorBytes()
       exception serialized as Base64 string
       
      string error = 3;
      Returns:
      The bytes for error.
    • getStartTime

      long getStartTime()
      int64 startTime = 4;
      Returns:
      The startTime.
    • getLastUpdateTime

      long getLastUpdateTime()
      int64 lastUpdateTime = 5;
      Returns:
      The lastUpdateTime.