Interface RuntimeLayer.RtdsLayerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RuntimeLayer.RtdsLayer, RuntimeLayer.RtdsLayer.Builder
Enclosing class:
RuntimeLayer

public static interface RuntimeLayer.RtdsLayerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Resource to subscribe to at ``rtds_config`` for the RTDS layer.
    com.google.protobuf.ByteString
    Resource to subscribe to at ``rtds_config`` for the RTDS layer.
    RTDS configuration source.
    RTDS configuration source.
    boolean
    RTDS configuration source.

    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

    • getName

      String getName()
       Resource to subscribe to at ``rtds_config`` for the RTDS layer.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Resource to subscribe to at ``rtds_config`` for the RTDS layer.
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasRtdsConfig

      boolean hasRtdsConfig()
       RTDS configuration source.
       
      .envoy.config.core.v3.ConfigSource rtds_config = 2;
      Returns:
      Whether the rtdsConfig field is set.
    • getRtdsConfig

      ConfigSource getRtdsConfig()
       RTDS configuration source.
       
      .envoy.config.core.v3.ConfigSource rtds_config = 2;
      Returns:
      The rtdsConfig.
    • getRtdsConfigOrBuilder

      ConfigSourceOrBuilder getRtdsConfigOrBuilder()
       RTDS configuration source.
       
      .envoy.config.core.v3.ConfigSource rtds_config = 2;