Uses of Class
io.grpc.alts.internal.AltsContext.Builder
Packages that use AltsContext.Builder
-
Uses of AltsContext.Builder in io.grpc.alts.internal
Methods in io.grpc.alts.internal that return AltsContext.BuilderModifier and TypeMethodDescriptionAltsContext.Builder.clear()
AltsContext.Builder.clearApplicationProtocol()
The application protocol negotiated for this connection.AltsContext.Builder.clearLocalServiceAccount()
The local service account.AltsContext.Builder.clearPeerAttributes()
AltsContext.Builder.clearPeerRpcVersions()
The RPC protocol versions supported by the peer.AltsContext.Builder.clearPeerServiceAccount()
The peer service account.AltsContext.Builder.clearRecordProtocol()
The record protocol negotiated for this connection.AltsContext.Builder.clearSecurityLevel()
The security level of the created secure channel.AltsContext.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) AltsContext.Builder.mergeFrom
(com.google.protobuf.Message other) AltsContext.Builder.mergeFrom
(AltsContext other) AltsContext.Builder.mergePeerRpcVersions
(RpcProtocolVersions value) The RPC protocol versions supported by the peer.static AltsContext.Builder
AltsContext.newBuilder()
static AltsContext.Builder
AltsContext.newBuilder
(AltsContext prototype) AltsContext.newBuilderForType()
protected AltsContext.Builder
AltsContext.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) AltsContext.Builder.putAllPeerAttributes
(Map<String, String> values) Additional attributes of the peer.AltsContext.Builder.putPeerAttributes
(String key, String value) Additional attributes of the peer.AltsContext.Builder.removePeerAttributes
(String key) Additional attributes of the peer.AltsContext.Builder.setApplicationProtocol
(String value) The application protocol negotiated for this connection.AltsContext.Builder.setApplicationProtocolBytes
(com.google.protobuf.ByteString value) The application protocol negotiated for this connection.AltsContext.Builder.setLocalServiceAccount
(String value) The local service account.AltsContext.Builder.setLocalServiceAccountBytes
(com.google.protobuf.ByteString value) The local service account.AltsContext.Builder.setPeerRpcVersions
(RpcProtocolVersions value) The RPC protocol versions supported by the peer.AltsContext.Builder.setPeerRpcVersions
(RpcProtocolVersions.Builder builderForValue) The RPC protocol versions supported by the peer.AltsContext.Builder.setPeerServiceAccount
(String value) The peer service account.AltsContext.Builder.setPeerServiceAccountBytes
(com.google.protobuf.ByteString value) The peer service account.AltsContext.Builder.setRecordProtocol
(String value) The record protocol negotiated for this connection.AltsContext.Builder.setRecordProtocolBytes
(com.google.protobuf.ByteString value) The record protocol negotiated for this connection.AltsContext.Builder.setSecurityLevel
(SecurityLevel value) The security level of the created secure channel.AltsContext.Builder.setSecurityLevelValue
(int value) The security level of the created secure channel.AltsContext.toBuilder()