Interface AltsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Alts,Alts.Builder
public interface AltsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetHandshakerService()The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.com.google.protobuf.ByteStringgetHandshakerServiceBytes()The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.StringgetPeerServiceAccounts(int index)The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.com.google.protobuf.ByteStringgetPeerServiceAccountsBytes(int index)The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.intgetPeerServiceAccountsCount()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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getHandshakerService
String getHandshakerService()
The location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.
string handshaker_service = 1 [(.validate.rules) = { ... }
-
getHandshakerServiceBytes
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) = { ... }
-
getPeerServiceAccountsList
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;
-
getPeerServiceAccountsCount
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;
-
getPeerServiceAccounts
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;
-
getPeerServiceAccountsBytes
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;
-
-