grpc.cache_client._ListPushBackResponseOrBuilder 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: cacheclient.proto
package grpc.cache_client;
public interface _ListPushBackResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:cache_client._ListPushBackResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* length of the list after the push
*
*
* uint32 list_length = 1;
* @return The listLength.
*/
int getListLength();
}