Interface RoutesConfigDump.StaticRouteConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getLastUpdated()
      The timestamp when the Route was last updated.
      com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
      The timestamp when the Route was last updated.
      com.google.protobuf.Any getRouteConfig()
      The route config.
      com.google.protobuf.AnyOrBuilder getRouteConfigOrBuilder()
      The route config.
      boolean hasLastUpdated()
      The timestamp when the Route was last updated.
      boolean hasRouteConfig()
      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 Detail

      • hasRouteConfig

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

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

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

        boolean hasLastUpdated()
         The timestamp when the Route was last updated.
         
        .google.protobuf.Timestamp last_updated = 2;
        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 = 2;
        Returns:
        The lastUpdated.
      • getLastUpdatedOrBuilder

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