Interface ListenersConfigDump.StaticListenerOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.Timestamp getLastUpdated()
      The timestamp when the Listener was last successfully updated.
      com.google.protobuf.TimestampOrBuilder getLastUpdatedOrBuilder()
      The timestamp when the Listener was last successfully updated.
      com.google.protobuf.Any getListener()
      The listener config.
      com.google.protobuf.AnyOrBuilder getListenerOrBuilder()
      The listener config.
      boolean hasLastUpdated()
      The timestamp when the Listener was last successfully updated.
      boolean hasListener()
      The listener 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

      • hasListener

        boolean hasListener()
         The listener config.
         
        .google.protobuf.Any listener = 1;
        Returns:
        Whether the listener field is set.
      • getListener

        com.google.protobuf.Any getListener()
         The listener config.
         
        .google.protobuf.Any listener = 1;
        Returns:
        The listener.
      • getListenerOrBuilder

        com.google.protobuf.AnyOrBuilder getListenerOrBuilder()
         The listener config.
         
        .google.protobuf.Any listener = 1;
      • hasLastUpdated

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

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

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