grpc.control_client._ListSigningKeysResponseOrBuilder 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 _ListSigningKeysResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:control_client._ListSigningKeysResponse)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .control_client._SigningKey signing_key = 1;
*/
java.util.List
getSigningKeyList();
/**
* repeated .control_client._SigningKey signing_key = 1;
*/
grpc.control_client._SigningKey getSigningKey(int index);
/**
* repeated .control_client._SigningKey signing_key = 1;
*/
int getSigningKeyCount();
/**
* repeated .control_client._SigningKey signing_key = 1;
*/
java.util.List extends grpc.control_client._SigningKeyOrBuilder>
getSigningKeyOrBuilderList();
/**
* repeated .control_client._SigningKey signing_key = 1;
*/
grpc.control_client._SigningKeyOrBuilder getSigningKeyOrBuilder(
int index);
/**
* string next_token = 2;
* @return The nextToken.
*/
java.lang.String getNextToken();
/**
* string next_token = 2;
* @return The bytes for nextToken.
*/
com.google.protobuf.ByteString
getNextTokenBytes();
}