All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.cache_client._HttpSetRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.5
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: httpcache.proto

package grpc.cache_client;

public interface _HttpSetRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cache_client._HttpSetRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string cache_name = 1;
   * @return The cacheName.
   */
  java.lang.String getCacheName();
  /**
   * string cache_name = 1;
   * @return The bytes for cacheName.
   */
  com.google.protobuf.ByteString
      getCacheNameBytes();

  /**
   * string cache_key = 2;
   * @return The cacheKey.
   */
  java.lang.String getCacheKey();
  /**
   * string cache_key = 2;
   * @return The bytes for cacheKey.
   */
  com.google.protobuf.ByteString
      getCacheKeyBytes();

  /**
   * uint64 ttl_milliseconds = 3;
   * @return The ttlMilliseconds.
   */
  long getTtlMilliseconds();

  /**
   * string token = 4;
   * @return The token.
   */
  java.lang.String getToken();
  /**
   * string token = 4;
   * @return The bytes for token.
   */
  com.google.protobuf.ByteString
      getTokenBytes();

  /**
   * .google.api.HttpBody cache_body = 5;
   * @return Whether the cacheBody field is set.
   */
  boolean hasCacheBody();
  /**
   * .google.api.HttpBody cache_body = 5;
   * @return The cacheBody.
   */
  com.google.api.HttpBody getCacheBody();
  /**
   * .google.api.HttpBody cache_body = 5;
   */
  com.google.api.HttpBodyOrBuilder getCacheBodyOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy