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

momento.token._GenerateDisposableTokenResponseOrBuilder Maven / Gradle / Ivy

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

package momento.token;

public interface _GenerateDisposableTokenResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:token._GenerateDisposableTokenResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * the new api key used for authentication against Momento backend
   * 
* * string api_key = 1; * @return The apiKey. */ java.lang.String getApiKey(); /** *
   * the new api key used for authentication against Momento backend
   * 
* * string api_key = 1; * @return The bytes for apiKey. */ com.google.protobuf.ByteString getApiKeyBytes(); /** *
   * the Momento endpoint that this token is allowed to make requests against
   * 
* * string endpoint = 2; * @return The endpoint. */ java.lang.String getEndpoint(); /** *
   * the Momento endpoint that this token is allowed to make requests against
   * 
* * string endpoint = 2; * @return The bytes for endpoint. */ com.google.protobuf.ByteString getEndpointBytes(); /** *
   * epoch seconds when the api token expires
   * 
* * uint64 valid_until = 3; * @return The validUntil. */ long getValidUntil(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy