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

    Modifier and Type
    Method
    Description
     
    Specifies the gRPC service that hosts the event reporting service.
    Specifies the gRPC service that hosts the event reporting service.
    boolean
    Specifies the gRPC service that hosts the event reporting service.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • 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()