io.grpc.alts.internal.ServerHandshakeParametersOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/handshaker.proto
// Protobuf Java Version: 3.25.1
package io.grpc.alts.internal;
public interface ServerHandshakeParametersOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.ServerHandshakeParameters)
com.google.protobuf.MessageOrBuilder {
/**
*
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
*
*
* repeated string record_protocols = 1;
* @return A list containing the recordProtocols.
*/
java.util.List
getRecordProtocolsList();
/**
*
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
*
*
* repeated string record_protocols = 1;
* @return The count of recordProtocols.
*/
int getRecordProtocolsCount();
/**
*
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
*
*
* repeated string record_protocols = 1;
* @param index The index of the element to return.
* @return The recordProtocols at the given index.
*/
java.lang.String getRecordProtocols(int index);
/**
*
* The record protocols supported by the server, e.g.,
* "ALTSRP_GCM_AES128".
*
*
* repeated string record_protocols = 1;
* @param index The index of the value to return.
* @return The bytes of the recordProtocols at the given index.
*/
com.google.protobuf.ByteString
getRecordProtocolsBytes(int index);
/**
*
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
*
*
* repeated .grpc.gcp.Identity local_identities = 2;
*/
java.util.List
getLocalIdentitiesList();
/**
*
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
*
*
* repeated .grpc.gcp.Identity local_identities = 2;
*/
io.grpc.alts.internal.Identity getLocalIdentities(int index);
/**
*
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
*
*
* repeated .grpc.gcp.Identity local_identities = 2;
*/
int getLocalIdentitiesCount();
/**
*
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
*
*
* repeated .grpc.gcp.Identity local_identities = 2;
*/
java.util.List extends io.grpc.alts.internal.IdentityOrBuilder>
getLocalIdentitiesOrBuilderList();
/**
*
* (Optional) A list of local identities supported by the server, if
* specified. Otherwise, the handshaker chooses a default local identity.
*
*
* repeated .grpc.gcp.Identity local_identities = 2;
*/
io.grpc.alts.internal.IdentityOrBuilder getLocalIdentitiesOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy