io.grpc.serviceconfig.CdsConfigOrBuilder Maven / Gradle / Ivy
// 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