grpc.global_admin._RejectInvitationRequestOrBuilder 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 _RejectInvitationRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:global_admin._RejectInvitationRequest)
com.google.protobuf.MessageOrBuilder {
/**
* string invitation_id = 1;
* @return The invitationId.
*/
java.lang.String getInvitationId();
/**
* string invitation_id = 1;
* @return The bytes for invitationId.
*/
com.google.protobuf.ByteString
getInvitationIdBytes();
}