public interface _GenerateDisposableTokenResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiKey()
the new api key used for authentication against Momento backend
|
com.google.protobuf.ByteString |
getApiKeyBytes()
the new api key used for authentication against Momento backend
|
java.lang.String |
getEndpoint()
the Momento endpoint that this token is allowed to make requests against
|
com.google.protobuf.ByteString |
getEndpointBytes()
the Momento endpoint that this token is allowed to make requests against
|
long |
getValidUntil()
epoch seconds when the api token expires
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getApiKey()
the new api key used for authentication against Momento backend
string api_key = 1;com.google.protobuf.ByteString getApiKeyBytes()
the new api key used for authentication against Momento backend
string api_key = 1;java.lang.String getEndpoint()
the Momento endpoint that this token is allowed to make requests against
string endpoint = 2;com.google.protobuf.ByteString getEndpointBytes()
the Momento endpoint that this token is allowed to make requests against
string endpoint = 2;long getValidUntil()
epoch seconds when the api token expires
uint64 valid_until = 3;