public AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> AcknowledgeAsync(global::Google.Pubsub.V1.AcknowledgeRequest request, CallOptions options)
            {
                var call = CreateCall(__Method_Acknowledge, options);

                return(Calls.AsyncUnaryCall(call, request));
            }
            public AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> AcknowledgeAsync(global::Google.Pubsub.V1.AcknowledgeRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
            {
                var call = CreateCall(__Method_Acknowledge, new CallOptions(headers, deadline, cancellationToken));

                return(Calls.AsyncUnaryCall(call, request));
            }