Uses of Class
io.grpc.alts.internal.HandshakerStatus
Packages that use HandshakerStatus
-
Uses of HandshakerStatus in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as HandshakerStatusModifier and TypeFieldDescriptionprivate static final HandshakerStatus
HandshakerStatus.DEFAULT_INSTANCE
private HandshakerStatus
AltsHandshakerClient.status
private HandshakerStatus
HandshakerResp.Builder.status_
private HandshakerStatus
HandshakerResp.status_
Fields in io.grpc.alts.internal with type parameters of type HandshakerStatusModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<HandshakerStatus> HandshakerStatus.PARSER
private com.google.protobuf.SingleFieldBuilder
<HandshakerStatus, HandshakerStatus.Builder, HandshakerStatusOrBuilder> HandshakerResp.Builder.statusBuilder_
Methods in io.grpc.alts.internal that return HandshakerStatusModifier and TypeMethodDescriptionHandshakerStatus.Builder.build()
HandshakerStatus.Builder.buildPartial()
static HandshakerStatus
HandshakerStatus.getDefaultInstance()
HandshakerStatus.Builder.getDefaultInstanceForType()
HandshakerStatus.getDefaultInstanceForType()
AltsHandshakerClient.getStatus()
Returns the handshake status.HandshakerResp.Builder.getStatus()
Status of the handshaker.HandshakerResp.getStatus()
Status of the handshaker.HandshakerRespOrBuilder.getStatus()
Status of the handshaker.static HandshakerStatus
HandshakerStatus.parseDelimitedFrom
(InputStream input) static HandshakerStatus
HandshakerStatus.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerStatus
HandshakerStatus.parseFrom
(byte[] data) static HandshakerStatus
HandshakerStatus.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerStatus
HandshakerStatus.parseFrom
(com.google.protobuf.ByteString data) static HandshakerStatus
HandshakerStatus.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerStatus
HandshakerStatus.parseFrom
(com.google.protobuf.CodedInputStream input) static HandshakerStatus
HandshakerStatus.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerStatus
HandshakerStatus.parseFrom
(InputStream input) static HandshakerStatus
HandshakerStatus.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static HandshakerStatus
HandshakerStatus.parseFrom
(ByteBuffer data) static HandshakerStatus
HandshakerStatus.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.grpc.alts.internal that return types with arguments of type HandshakerStatusModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<HandshakerStatus> HandshakerStatus.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<HandshakerStatus, HandshakerStatus.Builder, HandshakerStatusOrBuilder> HandshakerResp.Builder.getStatusFieldBuilder()
Status of the handshaker.static com.google.protobuf.Parser
<HandshakerStatus> HandshakerStatus.parser()
Methods in io.grpc.alts.internal with parameters of type HandshakerStatusModifier and TypeMethodDescriptionprivate void
HandshakerStatus.Builder.buildPartial0
(HandshakerStatus result) HandshakerStatus.Builder.mergeFrom
(HandshakerStatus other) HandshakerResp.Builder.mergeStatus
(HandshakerStatus value) Status of the handshaker.static HandshakerStatus.Builder
HandshakerStatus.newBuilder
(HandshakerStatus prototype) HandshakerResp.Builder.setStatus
(HandshakerStatus value) Status of the handshaker.