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

io.grpc.serviceconfig.CdsConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.50.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: service_config.proto

// Protobuf Java Version: 3.25.4
package io.grpc.serviceconfig;

public interface CdsConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:grpc.service_config.CdsConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Required.
   * 
* * string cluster = 1; * @return The cluster. */ java.lang.String getCluster(); /** *
   * Required.
   * 
* * string cluster = 1; * @return The bytes for cluster. */ com.google.protobuf.ByteString getClusterBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy