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 Type
    Method
    Description
    com.google.protobuf.Timestamp
    The current last_modified timestamp of the instance.
    com.google.protobuf.TimestampOrBuilder
    The current last_modified timestamp of the instance.
    boolean
    The current last_modified timestamp of the instance.

    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

    • 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;