Interface InstanceInfoRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InstanceInfoRequest, InstanceInfoRequest.Builder

@Generated public interface InstanceInfoRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The unique identifier (UUID) of the instance.
    com.google.protobuf.ByteString
    The unique identifier (UUID) of the instance.
    com.google.protobuf.Timestamp
    Optional timestamp for conditional requests.
    com.google.protobuf.TimestampOrBuilder
    Optional timestamp for conditional requests.
    boolean
    Optional timestamp for conditional requests.

    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

    • getId

      String getId()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      The unique identifier (UUID) of the instance.
      
      string id = 1;
      Returns:
      The bytes for id.
    • hasIfModifiedSince

      boolean hasIfModifiedSince()
      Optional timestamp for conditional requests. If provided and the instance
      configuration has not been modified since this timestamp, the server returns
      InstanceNotModified instead of the full InstanceInfo. This helps reduce
      bandwidth for polling clients.
      
      optional .google.protobuf.Timestamp if_modified_since = 2;
      Returns:
      Whether the ifModifiedSince field is set.
    • getIfModifiedSince

      com.google.protobuf.Timestamp getIfModifiedSince()
      Optional timestamp for conditional requests. If provided and the instance
      configuration has not been modified since this timestamp, the server returns
      InstanceNotModified instead of the full InstanceInfo. This helps reduce
      bandwidth for polling clients.
      
      optional .google.protobuf.Timestamp if_modified_since = 2;
      Returns:
      The ifModifiedSince.
    • getIfModifiedSinceOrBuilder

      com.google.protobuf.TimestampOrBuilder getIfModifiedSinceOrBuilder()
      Optional timestamp for conditional requests. If provided and the instance
      configuration has not been modified since this timestamp, the server returns
      InstanceNotModified instead of the full InstanceInfo. This helps reduce
      bandwidth for polling clients.
      
      optional .google.protobuf.Timestamp if_modified_since = 2;