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 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;