Package com.buildless.service.v1
Interface CacheStoreRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CacheStoreRequest,CacheStoreRequest.Builder
public interface CacheStoreRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionCache key at which the data should be stored.com.google.protobuf.ByteStringCache key at which the data should be stored.getData()Data to store in the cache.Data to store in the cache.booleangetInfo()Return information about the stored object.booleanhasData()Data to store in the cache.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 at which the data should be stored.
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 at which the data should be stored.
string cache_key = 1 [json_name = "cacheKey", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for cacheKey.
-
getInfo
boolean getInfo()Return information about the stored object.
bool info = 2 [json_name = "info", (.google.api.field_behavior) = OPTIONAL];- Returns:
- The info.
-
hasData
boolean hasData()Data to store in the cache.
.google.api.HttpBody data = 3 [json_name = "data", (.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the data field is set.
-
getData
HttpBody getData()Data to store in the cache.
.google.api.HttpBody data = 3 [json_name = "data", (.google.api.field_behavior) = REQUIRED];- Returns:
- The data.
-
getDataOrBuilder
HttpBodyOrBuilder getDataOrBuilder()Data to store in the cache.
.google.api.HttpBody data = 3 [json_name = "data", (.google.api.field_behavior) = REQUIRED];
-