grpc.global_admin._SetAccountNameRequestOrBuilder 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: global_admin.proto
package grpc.global_admin;
public interface _SetAccountNameRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._SetAccountNameRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string account_name = 1;
* @return The accountName.
*/
java.lang.String getAccountName();
/**
* string account_name = 1;
* @return The bytes for accountName.
*/
com.google.protobuf.ByteString
getAccountNameBytes();
}