Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.alts.v3.Alts.Builder
Packages that use Alts.Builder
-
Uses of Alts.Builder in io.envoyproxy.envoy.extensions.transport_sockets.alts.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.alts.v3 that return Alts.BuilderModifier and TypeMethodDescriptionAlts.Builder.addAllPeerServiceAccounts(Iterable<String> values) The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.Alts.Builder.addPeerServiceAccounts(String value) The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.Alts.Builder.addPeerServiceAccountsBytes(com.google.protobuf.ByteString value) The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.Alts.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Alts.Builder.clear()Alts.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Alts.Builder.clearHandshakerService()The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.Alts.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Alts.Builder.clearPeerServiceAccounts()The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.Alts.Builder.clone()Alts.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Alts.Builder.mergeFrom(com.google.protobuf.Message other) final Alts.BuilderAlts.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Alts.BuilderAlts.newBuilder()static Alts.BuilderAlts.newBuilder(Alts prototype) Alts.newBuilderForType()protected Alts.BuilderAlts.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Alts.Builder.setHandshakerService(String value) The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.Alts.Builder.setHandshakerServiceBytes(com.google.protobuf.ByteString value) The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.Alts.Builder.setPeerServiceAccounts(int index, String value) The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.Alts.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Alts.BuilderAlts.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Alts.toBuilder()