Interface VeniceControllerGrpcErrorInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VeniceControllerGrpcErrorInfo
,VeniceControllerGrpcErrorInfo.Builder
public interface VeniceControllerGrpcErrorInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional string clusterName = 4;
com.google.protobuf.ByteString
optional string clusterName = 4;
string errorMessage = 2;
com.google.protobuf.ByteString
string errorMessage = 2;
optional .com.linkedin.venice.protocols.controller.ControllerGrpcErrorType errorType = 3;
int
optional .com.linkedin.venice.protocols.controller.ControllerGrpcErrorType errorType = 3;
int
uint32 statusCode = 1;
optional string storeName = 5;
com.google.protobuf.ByteString
optional string storeName = 5;
boolean
optional string clusterName = 4;
boolean
optional .com.linkedin.venice.protocols.controller.ControllerGrpcErrorType errorType = 3;
boolean
optional string storeName = 5;
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
-
getStatusCode
int getStatusCode()uint32 statusCode = 1;
- Returns:
- The statusCode.
-
getErrorMessage
String getErrorMessage()string errorMessage = 2;
- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()string errorMessage = 2;
- Returns:
- The bytes for errorMessage.
-
hasErrorType
boolean hasErrorType()optional .com.linkedin.venice.protocols.controller.ControllerGrpcErrorType errorType = 3;
- Returns:
- Whether the errorType field is set.
-
getErrorTypeValue
int getErrorTypeValue()optional .com.linkedin.venice.protocols.controller.ControllerGrpcErrorType errorType = 3;
- Returns:
- The enum numeric value on the wire for errorType.
-
getErrorType
ControllerGrpcErrorType getErrorType()optional .com.linkedin.venice.protocols.controller.ControllerGrpcErrorType errorType = 3;
- Returns:
- The errorType.
-
hasClusterName
boolean hasClusterName()optional string clusterName = 4;
- Returns:
- Whether the clusterName field is set.
-
getClusterName
String getClusterName()optional string clusterName = 4;
- Returns:
- The clusterName.
-
getClusterNameBytes
com.google.protobuf.ByteString getClusterNameBytes()optional string clusterName = 4;
- Returns:
- The bytes for clusterName.
-
hasStoreName
boolean hasStoreName()optional string storeName = 5;
- Returns:
- Whether the storeName field is set.
-
getStoreName
String getStoreName()optional string storeName = 5;
- Returns:
- The storeName.
-
getStoreNameBytes
com.google.protobuf.ByteString getStoreNameBytes()optional string storeName = 5;
- Returns:
- The bytes for storeName.
-