public interface AltsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHandshakerService()
The location of a handshaker service, this is usually 169.254.169.254:8080
on GCE.
|
com.google.protobuf.ByteString |
getHandshakerServiceBytes()
The location of a handshaker service, this is usually 169.254.169.254:8080
on GCE.
|
String |
getPeerServiceAccounts(int index)
The acceptable service accounts from peer, peers not in the list will be rejected in the
handshake validation step.
|
com.google.protobuf.ByteString |
getPeerServiceAccountsBytes(int index)
The acceptable service accounts from peer, peers not in the list will be rejected in the
handshake validation step.
|
int |
getPeerServiceAccountsCount()
The acceptable service accounts from peer, peers not in the list will be rejected in the
handshake validation step.
|
List<String> |
getPeerServiceAccountsList()
The acceptable service accounts from peer, peers not in the list will be rejected in the
handshake validation step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHandshakerService()
The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.
string handshaker_service = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getHandshakerServiceBytes()
The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.
string handshaker_service = 1 [(.validate.rules) = { ... }List<String> getPeerServiceAccountsList()
The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step. If empty, no validation will be performed.
repeated string peer_service_accounts = 2;int getPeerServiceAccountsCount()
The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step. If empty, no validation will be performed.
repeated string peer_service_accounts = 2;String getPeerServiceAccounts(int index)
The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step. If empty, no validation will be performed.
repeated string peer_service_accounts = 2;com.google.protobuf.ByteString getPeerServiceAccountsBytes(int index)
The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step. If empty, no validation will be performed.
repeated string peer_service_accounts = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.