public static interface AddBroker.AddBrokerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getBrokerId()
int32 brokerId = 2; |
java.lang.String |
getError()
exception serialized as Base64 string
|
com.google.protobuf.ByteString |
getErrorBytes()
exception serialized as Base64 string
|
long |
getLastUpdateTime()
int64 lastUpdateTime = 5; |
long |
getStartTime()
int64 startTime = 4; |
int |
getVersion()
Version to allow change in exception serialization if needed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getVersion()
Version to allow change in exception serialization if needed.
int32 version = 1;
int getBrokerId()
int32 brokerId = 2;
java.lang.String getError()
exception serialized as Base64 string
string error = 3;
com.google.protobuf.ByteString getErrorBytes()
exception serialized as Base64 string
string error = 3;
long getStartTime()
int64 startTime = 4;
long getLastUpdateTime()
int64 lastUpdateTime = 5;