All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.global_admin._AcceptInvitationRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.119.4
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: global_admin.proto

package grpc.global_admin;

public interface _AcceptInvitationRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:global_admin._AcceptInvitationRequest)
    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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy