Interface SkyWalkingConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SkyWalkingConfig, SkyWalkingConfig.Builder

    public interface SkyWalkingConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasGrpcService

        boolean hasGrpcService()
         SkyWalking collector service.
         
        .envoy.config.core.v3.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
        Returns:
        Whether the grpcService field is set.
      • getGrpcService

        GrpcService getGrpcService()
         SkyWalking collector service.
         
        .envoy.config.core.v3.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
        Returns:
        The grpcService.
      • getGrpcServiceOrBuilder

        GrpcServiceOrBuilder getGrpcServiceOrBuilder()
         SkyWalking collector service.
         
        .envoy.config.core.v3.GrpcService grpc_service = 1 [(.validate.rules) = { ... }
      • hasClientConfig

        boolean hasClientConfig()
        .envoy.config.trace.v3.ClientConfig client_config = 2;
        Returns:
        Whether the clientConfig field is set.
      • getClientConfig

        ClientConfig getClientConfig()
        .envoy.config.trace.v3.ClientConfig client_config = 2;
        Returns:
        The clientConfig.
      • getClientConfigOrBuilder

        ClientConfigOrBuilder getClientConfigOrBuilder()
        .envoy.config.trace.v3.ClientConfig client_config = 2;