Package com.buildless.service.v1
Interface CacheFetchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CacheFetchRequest,CacheFetchRequest.Builder
public interface CacheFetchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCache key to fetch, expressed as a string.com.google.protobuf.ByteStringCache key to fetch, expressed as a string.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
-
getCacheKey
String getCacheKey()Cache key to fetch, expressed as a string. For information about cache key encoding, see the Buildless docs.
string cache_key = 1 [json_name = "cacheKey", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The cacheKey.
-
getCacheKeyBytes
com.google.protobuf.ByteString getCacheKeyBytes()Cache key to fetch, expressed as a string. For information about cache key encoding, see the Buildless docs.
string cache_key = 1 [json_name = "cacheKey", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for cacheKey.
-