Package com.buildless.service.v1
Interface CacheFlushRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CacheFlushRequest,CacheFlushRequest.Builder
public interface CacheFlushRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the cache key which should be flushed.com.google.protobuf.ByteStringSpecifies the cache key which should be flushed.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()Specifies the cache key which should be flushed.
string cache_key = 1 [json_name = "cacheKey", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The cacheKey.
-
getCacheKeyBytes
com.google.protobuf.ByteString getCacheKeyBytes()Specifies the cache key which should be flushed.
string cache_key = 1 [json_name = "cacheKey", (.google.api.field_behavior) = REQUIRED, (.validate.rules) = { ... }- Returns:
- The bytes for cacheKey.
-