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
Modifier and TypeMethodDescriptionThe location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.com.google.protobuf.ByteStringThe location of a handshaker service, this is usually 169.254.169.254:8080 on GCE.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.ByteStringgetPeerServiceAccountsBytes(int index) The acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.intThe acceptable service accounts from peer, peers not in the list will be rejected in the handshake validation step.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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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) = { ... }- Returns:
- The handshakerService.
-
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) = { ... }- Returns:
- The bytes for handshakerService.
-
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;- Returns:
- A list containing the peerServiceAccounts.
-
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;- Returns:
- The count of peerServiceAccounts.
-
getPeerServiceAccounts
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;- Parameters:
index- The index of the element to return.- Returns:
- The peerServiceAccounts at the given index.
-
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the peerServiceAccounts at the given index.
-