Package galaxy_repository.v1
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 TypeMethodDescriptionintint32 attribute_count = 6;intint32 object_count = 5;com.google.protobuf.TimestampServer wall-clock when the cache observed the deploy.com.google.protobuf.TimestampOrBuilderServer wall-clock when the cache observed the deploy.longMonotonically increasing per server start.com.google.protobuf.TimestampGalaxy.time_of_last_deploy.com.google.protobuf.TimestampOrBuilderGalaxy.time_of_last_deploy.booleanbool time_of_last_deploy_present = 4;booleanServer wall-clock when the cache observed the deploy.booleanGalaxy.time_of_last_deploy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-