Interface GalaxyRepositoryOuterClass.DeployEventOrBuilder

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

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

    Modifier and Type
    Method
    Description
    int
    int32 attribute_count = 6;
    int
    int32 object_count = 5;
    com.google.protobuf.Timestamp
    Server wall-clock when the cache observed the deploy.
    com.google.protobuf.TimestampOrBuilder
    Server wall-clock when the cache observed the deploy.
    long
    Monotonically increasing per server start.
    com.google.protobuf.Timestamp
    Galaxy.time_of_last_deploy.
    com.google.protobuf.TimestampOrBuilder
    Galaxy.time_of_last_deploy.
    boolean
    bool time_of_last_deploy_present = 4;
    boolean
    Server wall-clock when the cache observed the deploy.
    boolean
    Galaxy.time_of_last_deploy.

    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

    • getSequence

      long getSequence()
       Monotonically increasing per server start. Gaps indicate dropped events.
       
      uint64 sequence = 1;
      Returns:
      The sequence.
    • hasObservedAt

      boolean hasObservedAt()
       Server wall-clock when the cache observed the deploy.
       
      .google.protobuf.Timestamp observed_at = 2;
      Returns:
      Whether the observedAt field is set.
    • getObservedAt

      com.google.protobuf.Timestamp getObservedAt()
       Server wall-clock when the cache observed the deploy.
       
      .google.protobuf.Timestamp observed_at = 2;
      Returns:
      The observedAt.
    • getObservedAtOrBuilder

      com.google.protobuf.TimestampOrBuilder getObservedAtOrBuilder()
       Server wall-clock when the cache observed the deploy.
       
      .google.protobuf.Timestamp observed_at = 2;
    • hasTimeOfLastDeploy

      boolean hasTimeOfLastDeploy()
       Galaxy.time_of_last_deploy. Absent only when the Galaxy table reports null.
       
      .google.protobuf.Timestamp time_of_last_deploy = 3;
      Returns:
      Whether the timeOfLastDeploy field is set.
    • getTimeOfLastDeploy

      com.google.protobuf.Timestamp getTimeOfLastDeploy()
       Galaxy.time_of_last_deploy. Absent only when the Galaxy table reports null.
       
      .google.protobuf.Timestamp time_of_last_deploy = 3;
      Returns:
      The timeOfLastDeploy.
    • getTimeOfLastDeployOrBuilder

      com.google.protobuf.TimestampOrBuilder getTimeOfLastDeployOrBuilder()
       Galaxy.time_of_last_deploy. Absent only when the Galaxy table reports null.
       
      .google.protobuf.Timestamp time_of_last_deploy = 3;
    • getTimeOfLastDeployPresent

      boolean getTimeOfLastDeployPresent()
      bool time_of_last_deploy_present = 4;
      Returns:
      The timeOfLastDeployPresent.
    • getObjectCount

      int getObjectCount()
      int32 object_count = 5;
      Returns:
      The objectCount.
    • getAttributeCount

      int getAttributeCount()
      int32 attribute_count = 6;
      Returns:
      The attributeCount.