grpc.control_client._CreateStoreRequestOrBuilder 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 _CreateStoreRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:control_client._CreateStoreRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string store_name = 1;
* @return The storeName.
*/
java.lang.String getStoreName();
/**
* string store_name = 1;
* @return The bytes for storeName.
*/
com.google.protobuf.ByteString
getStoreNameBytes();
}