grpc.control_client._SigningKeyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos Show documentation
Show all versions of client-protos Show documentation
Java protobuf protocols that define the Momento gRPC wire format
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: controlclient.proto
package grpc.control_client;
public interface _SigningKeyOrBuilder extends
// @@protoc_insertion_point(interface_extends:control_client._SigningKey)
com.google.protobuf.MessageOrBuilder {
/**
*
* The id of the signing key
*
*
* string key_id = 1;
* @return The keyId.
*/
java.lang.String getKeyId();
/**
*
* The id of the signing key
*
*
* string key_id = 1;
* @return The bytes for keyId.
*/
com.google.protobuf.ByteString
getKeyIdBytes();
/**
*
* Epoch time in seconds when the signing key expires
*
*
* uint64 expires_at = 2;
* @return The expiresAt.
*/
long getExpiresAt();
}