io.grpc.alts.internal.RpcProtocolVersionsOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: grpc/gcp/transport_security_common.proto
// Protobuf Java Version: 3.25.3
package io.grpc.alts.internal;
public interface RpcProtocolVersionsOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.gcp.RpcProtocolVersions)
com.google.protobuf.MessageOrBuilder {
/**
*
* Maximum supported RPC version.
*
*
* .grpc.gcp.RpcProtocolVersions.Version max_rpc_version = 1;
* @return Whether the maxRpcVersion field is set.
*/
boolean hasMaxRpcVersion();
/**
*
* Maximum supported RPC version.
*
*
* .grpc.gcp.RpcProtocolVersions.Version max_rpc_version = 1;
* @return The maxRpcVersion.
*/
io.grpc.alts.internal.RpcProtocolVersions.Version getMaxRpcVersion();
/**
*
* Maximum supported RPC version.
*
*
* .grpc.gcp.RpcProtocolVersions.Version max_rpc_version = 1;
*/
io.grpc.alts.internal.RpcProtocolVersions.VersionOrBuilder getMaxRpcVersionOrBuilder();
/**
*
* Minimum supported RPC version.
*
*
* .grpc.gcp.RpcProtocolVersions.Version min_rpc_version = 2;
* @return Whether the minRpcVersion field is set.
*/
boolean hasMinRpcVersion();
/**
*
* Minimum supported RPC version.
*
*
* .grpc.gcp.RpcProtocolVersions.Version min_rpc_version = 2;
* @return The minRpcVersion.
*/
io.grpc.alts.internal.RpcProtocolVersions.Version getMinRpcVersion();
/**
*
* Minimum supported RPC version.
*
*
* .grpc.gcp.RpcProtocolVersions.Version min_rpc_version = 2;
*/
io.grpc.alts.internal.RpcProtocolVersions.VersionOrBuilder getMinRpcVersionOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy