Uses of Class
io.grpc.alts.internal.HandshakerStatus.Builder
Packages that use HandshakerStatus.Builder
-
Uses of HandshakerStatus.Builder in io.grpc.alts.internal
Fields in io.grpc.alts.internal with type parameters of type HandshakerStatus.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HandshakerStatus, HandshakerStatus.Builder, HandshakerStatusOrBuilder> HandshakerResp.Builder.statusBuilder_Methods in io.grpc.alts.internal that return HandshakerStatus.BuilderModifier and TypeMethodDescriptionHandshakerStatus.Builder.clear()HandshakerStatus.Builder.clearCode()The status code.HandshakerStatus.Builder.clearDetails()The status details.HandshakerResp.Builder.getStatusBuilder()Status of the handshaker.HandshakerStatus.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HandshakerStatus.Builder.mergeFrom(com.google.protobuf.Message other) HandshakerStatus.Builder.mergeFrom(HandshakerStatus other) static HandshakerStatus.BuilderHandshakerStatus.newBuilder()static HandshakerStatus.BuilderHandshakerStatus.newBuilder(HandshakerStatus prototype) HandshakerStatus.newBuilderForType()protected HandshakerStatus.BuilderHandshakerStatus.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HandshakerStatus.Builder.setCode(int value) The status code.HandshakerStatus.Builder.setDetails(String value) The status details.HandshakerStatus.Builder.setDetailsBytes(com.google.protobuf.ByteString value) The status details.HandshakerStatus.toBuilder()Methods in io.grpc.alts.internal that return types with arguments of type HandshakerStatus.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HandshakerStatus, HandshakerStatus.Builder, HandshakerStatusOrBuilder> HandshakerResp.Builder.getStatusFieldBuilder()Status of the handshaker.Methods in io.grpc.alts.internal with parameters of type HandshakerStatus.BuilderModifier and TypeMethodDescriptionHandshakerResp.Builder.setStatus(HandshakerStatus.Builder builderForValue) Status of the handshaker.