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 TypeMethodDescriptiongetId()The unique identifier (UUID) of the instance.com.google.protobuf.ByteStringThe unique identifier (UUID) of the instance.com.google.protobuf.TimestampOptional timestamp for conditional requests.com.google.protobuf.TimestampOrBuilderOptional timestamp for conditional requests.booleanOptional timestamp for conditional requests.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
-
getId
-
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;
-