示例#1
0
 /// <summary>
 /// Retrieves a Message identified by the supplied resource name.
 ///
 /// The caller must have `messaging.messages.get` permission on the project.
 /// </summary>
 /// <param name="request">The request to send to the server.</param>
 /// <param name="options">The options for the call.</param>
 /// <returns>The response received from the server.</returns>
 public virtual global::Enfonica.Messaging.V1.Message GetMessage(global::Enfonica.Messaging.V1.GetMessageRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetMessage, null, options, request));
 }