All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.grpc.alts.internal.RpcProtocolVersionsOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpc/gcp/transport_security_common.proto

// Protobuf Java Version: 3.25.1
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