Interface GalaxyRepositoryOuterClass.WatchDeployEventsRequestOrBuilder

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

public static interface GalaxyRepositoryOuterClass.WatchDeployEventsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Timestamp
    Optional.
    com.google.protobuf.TimestampOrBuilder
    Optional.
    boolean
    Optional.

    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

    • hasLastSeenDeployTime

      boolean hasLastSeenDeployTime()
       Optional. When set, the bootstrap event is suppressed if the cached deploy
       time matches this value. Future events are still emitted normally.
       
      .google.protobuf.Timestamp last_seen_deploy_time = 1;
      Returns:
      Whether the lastSeenDeployTime field is set.
    • getLastSeenDeployTime

      com.google.protobuf.Timestamp getLastSeenDeployTime()
       Optional. When set, the bootstrap event is suppressed if the cached deploy
       time matches this value. Future events are still emitted normally.
       
      .google.protobuf.Timestamp last_seen_deploy_time = 1;
      Returns:
      The lastSeenDeployTime.
    • getLastSeenDeployTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getLastSeenDeployTimeOrBuilder()
       Optional. When set, the bootstrap event is suppressed if the cached deploy
       time matches this value. Future events are still emitted normally.
       
      .google.protobuf.Timestamp last_seen_deploy_time = 1;