Interface InstanceNotModifiedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InstanceNotModified, InstanceNotModified.Builder
@Generated
public interface InstanceNotModifiedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampThe current last_modified timestamp of the instance.com.google.protobuf.TimestampOrBuilderThe current last_modified timestamp of the instance.booleanThe current last_modified timestamp of the instance.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
-
hasLastModified
boolean hasLastModified()The current last_modified timestamp of the instance. Clients should use this for subsequent conditional requests.
.google.protobuf.Timestamp last_modified = 1;- Returns:
- Whether the lastModified field is set.
-
getLastModified
com.google.protobuf.Timestamp getLastModified()The current last_modified timestamp of the instance. Clients should use this for subsequent conditional requests.
.google.protobuf.Timestamp last_modified = 1;- Returns:
- The lastModified.
-
getLastModifiedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastModifiedOrBuilder()The current last_modified timestamp of the instance. Clients should use this for subsequent conditional requests.
.google.protobuf.Timestamp last_modified = 1;
-