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
      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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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) = { ... }
        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

        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;
        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

        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;
        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.