grpc.global_admin._GetAccountSessionTokenRequestOrBuilder 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: global_admin.proto
package grpc.global_admin;
public interface _GetAccountSessionTokenRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._GetAccountSessionTokenRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string account_id = 1;
* @return The accountId.
*/
java.lang.String getAccountId();
/**
* string account_id = 1;
* @return The bytes for accountId.
*/
com.google.protobuf.ByteString
getAccountIdBytes();
}