Interface AdvancedDatapathObservabilityConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getEnableMetrics()
      Expose flow metrics on nodes
      AdvancedDatapathObservabilityConfig.RelayMode getRelayMode()
      Method used to make Relay available
      int getRelayModeValue()
      Method used to make Relay available
      • 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 Detail

      • getEnableMetrics

        boolean getEnableMetrics()
         Expose flow metrics on nodes
         
        bool enable_metrics = 1;
        Returns:
        The enableMetrics.
      • getRelayModeValue

        int getRelayModeValue()
         Method used to make Relay available
         
        .google.container.v1.AdvancedDatapathObservabilityConfig.RelayMode relay_mode = 2;
        Returns:
        The enum numeric value on the wire for relayMode.