Interface RoutesConfigDump.DynamicRouteConfigOrBuilder

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

public static interface RoutesConfigDump.DynamicRouteConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    The timestamp when the Route was last updated.
    com.google.protobuf.TimestampOrBuilder
    The timestamp when the Route was last updated.
    com.google.protobuf.Any
    The route config.
    com.google.protobuf.AnyOrBuilder
    The route config.
    This is the per-resource version information.
    com.google.protobuf.ByteString
    This is the per-resource version information.
    boolean
    The timestamp when the Route was last updated.
    boolean
    The route config.

    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

    • getVersionInfo

      String getVersionInfo()
       This is the per-resource version information. This version is currently taken from the
       :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time that
       the route configuration was loaded.
       
      string version_info = 1;
      Returns:
      The versionInfo.
    • getVersionInfoBytes

      com.google.protobuf.ByteString getVersionInfoBytes()
       This is the per-resource version information. This version is currently taken from the
       :ref:`version_info <envoy_api_field_DiscoveryResponse.version_info>` field at the time that
       the route configuration was loaded.
       
      string version_info = 1;
      Returns:
      The bytes for versionInfo.
    • hasRouteConfig

      boolean hasRouteConfig()
       The route config.
       
      .google.protobuf.Any route_config = 2;
      Returns:
      Whether the routeConfig field is set.
    • getRouteConfig

      com.google.protobuf.Any getRouteConfig()
       The route config.
       
      .google.protobuf.Any route_config = 2;
      Returns:
      The routeConfig.
    • getRouteConfigOrBuilder

      com.google.protobuf.AnyOrBuilder getRouteConfigOrBuilder()
       The route config.
       
      .google.protobuf.Any route_config = 2;
    • hasLastUpdated

      boolean hasLastUpdated()
       The timestamp when the Route was last updated.
       
      .google.protobuf.Timestamp last_updated = 3;
      Returns:
      Whether the lastUpdated field is set.
    • getLastUpdated

      com.google.protobuf.Timestamp getLastUpdated()
       The timestamp when the Route was last updated.
       
      .google.protobuf.Timestamp last_updated = 3;
      Returns:
      The lastUpdated.
    • getLastUpdatedOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
       The timestamp when the Route was last updated.
       
      .google.protobuf.Timestamp last_updated = 3;