blob: 2b16fe509cd7ae0d79d7ae2da6e753c159bfd7e8 [file] [log] [blame]
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
package io.grpc.alts.internal;
public interface ServerHandshakeParametersOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.ServerHandshakeParameters)
com.google.protobuf.MessageOrBuilder {
/**
* <pre>
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
* </pre>
*
* <code>repeated string record_protocols = 1;</code>
*/
java.util.List<java.lang.String>
getRecordProtocolsList();
/**
* <pre>
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
* </pre>
*
* <code>repeated string record_protocols = 1;</code>
*/
int getRecordProtocolsCount();
/**
* <pre>
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
* </pre>
*
* <code>repeated string record_protocols = 1;</code>
*/
java.lang.String getRecordProtocols(int index);
/**
* <pre>
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
* </pre>
*
* <code>repeated string record_protocols = 1;</code>
*/
com.google.protobuf.ByteString
getRecordProtocolsBytes(int index);
/**
* <pre>
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
* </pre>
*
* <code>repeated .grpc.gcp.Identity local_identities = 2;</code>
*/
java.util.List<io.grpc.alts.internal.Identity>
getLocalIdentitiesList();
/**
* <pre>
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
* </pre>
*
* <code>repeated .grpc.gcp.Identity local_identities = 2;</code>
*/
io.grpc.alts.internal.Identity getLocalIdentities(int index);
/**
* <pre>
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
* </pre>
*
* <code>repeated .grpc.gcp.Identity local_identities = 2;</code>
*/
int getLocalIdentitiesCount();
/**
* <pre>
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
* </pre>
*
* <code>repeated .grpc.gcp.Identity local_identities = 2;</code>
*/
java.util.List<? extends io.grpc.alts.internal.IdentityOrBuilder>
getLocalIdentitiesOrBuilderList();
/**
* <pre>
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
* </pre>
*
* <code>repeated .grpc.gcp.Identity local_identities = 2;</code>
*/
io.grpc.alts.internal.IdentityOrBuilder getLocalIdentitiesOrBuilder(
int index);
}