grpc.control_client._CreateSigningKeyRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of client-protos-jvm Show documentation
Show all versions of client-protos-jvm Show documentation
Kotlin protobuf protocols for the JVM 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 _CreateSigningKeyRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:control_client._CreateSigningKeyRequest)
com.google.protobuf.MessageOrBuilder {
/**
* uint32 ttl_minutes = 1;
* @return The ttlMinutes.
*/
int getTtlMinutes();
}