Interface MetricsServiceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetricsServiceConfig,MetricsServiceConfig.Builder
public interface MetricsServiceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrpcServicegetGrpcService()The upstream gRPC cluster that hosts the metrics service.GrpcServiceOrBuildergetGrpcServiceOrBuilder()The upstream gRPC cluster that hosts the metrics service.booleanhasGrpcService()The upstream gRPC cluster that hosts the metrics service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGrpcService
boolean hasGrpcService()
The upstream gRPC cluster that hosts the metrics service.
.envoy.api.v2.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... }- Returns:
- Whether the grpcService field is set.
-
getGrpcService
GrpcService getGrpcService()
The upstream gRPC cluster that hosts the metrics service.
.envoy.api.v2.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... }- Returns:
- The grpcService.
-
getGrpcServiceOrBuilder
GrpcServiceOrBuilder getGrpcServiceOrBuilder()
The upstream gRPC cluster that hosts the metrics service.
.envoy.api.v2.core.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
-
-