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 Type
    Method
    Description
    Cache key to fetch, expressed as a string.
    com.google.protobuf.ByteString
    Cache key to fetch, expressed as a string.

    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

    • 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.