Package io.grpc.alts.internal
Interface HandshakerStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HandshakerStatus
,HandshakerStatus.Builder
public interface HandshakerStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionint
getCode()
The status code.The status details.com.google.protobuf.ByteString
The status details.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
-
getCode
int getCode()The status code. This could be the gRPC status code.
uint32 code = 1;
- Returns:
- The code.
-
getDetails
String getDetails()The status details.
string details = 2;
- Returns:
- The details.
-
getDetailsBytes
com.google.protobuf.ByteString getDetailsBytes()The status details.
string details = 2;
- Returns:
- The bytes for details.
-