Interface EventServiceConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EventServiceConfig,EventServiceConfig.Builder
public interface EventServiceConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventServiceConfig.ConfigSourceSpecifierCasegetConfigSourceSpecifierCase()GrpcServicegetGrpcService()Specifies the gRPC service that hosts the event reporting service.GrpcServiceOrBuildergetGrpcServiceOrBuilder()Specifies the gRPC service that hosts the event reporting service.booleanhasGrpcService()Specifies the gRPC service that hosts the event reporting 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()
Specifies the gRPC service that hosts the event reporting service.
.envoy.config.core.v3.GrpcService grpc_service = 1;- Returns:
- Whether the grpcService field is set.
-
getGrpcService
GrpcService getGrpcService()
Specifies the gRPC service that hosts the event reporting service.
.envoy.config.core.v3.GrpcService grpc_service = 1;- Returns:
- The grpcService.
-
getGrpcServiceOrBuilder
GrpcServiceOrBuilder getGrpcServiceOrBuilder()
Specifies the gRPC service that hosts the event reporting service.
.envoy.config.core.v3.GrpcService grpc_service = 1;
-
getConfigSourceSpecifierCase
EventServiceConfig.ConfigSourceSpecifierCase getConfigSourceSpecifierCase()
-
-