Package galaxy_repository.v1
Interface GalaxyRepositoryOuterClass.GetLastDeployTimeReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GalaxyRepositoryOuterClass.GetLastDeployTimeReply,GalaxyRepositoryOuterClass.GetLastDeployTimeReply.Builder
- Enclosing class:
- GalaxyRepositoryOuterClass
public static interface GalaxyRepositoryOuterClass.GetLastDeployTimeReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool present = 1;com.google.protobuf.Timestamp.google.protobuf.Timestamp time_of_last_deploy = 2;com.google.protobuf.TimestampOrBuilder.google.protobuf.Timestamp time_of_last_deploy = 2;boolean.google.protobuf.Timestamp time_of_last_deploy = 2;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
-
getPresent
boolean getPresent()bool present = 1;- Returns:
- The present.
-
hasTimeOfLastDeploy
boolean hasTimeOfLastDeploy().google.protobuf.Timestamp time_of_last_deploy = 2;- Returns:
- Whether the timeOfLastDeploy field is set.
-
getTimeOfLastDeploy
com.google.protobuf.Timestamp getTimeOfLastDeploy().google.protobuf.Timestamp time_of_last_deploy = 2;- Returns:
- The timeOfLastDeploy.
-
getTimeOfLastDeployOrBuilder
com.google.protobuf.TimestampOrBuilder getTimeOfLastDeployOrBuilder().google.protobuf.Timestamp time_of_last_deploy = 2;
-