public virtual grpc::AsyncUnaryCall <global::Google.Cloud.PrivateCatalog.V1Beta1.SearchCatalogsResponse> SearchCatalogsAsync(global::Google.Cloud.PrivateCatalog.V1Beta1.SearchCatalogsRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(SearchCatalogsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual grpc::AsyncUnaryCall <global::Google.Cloud.PrivateCatalog.V1Beta1.SearchCatalogsResponse> SearchCatalogsAsync(global::Google.Cloud.PrivateCatalog.V1Beta1.SearchCatalogsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_SearchCatalogs, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::Google.Cloud.PrivateCatalog.V1Beta1.SearchCatalogsResponse> SearchCatalogs(global::Google.Cloud.PrivateCatalog.V1Beta1.SearchCatalogsRequest request, grpc::ServerCallContext context)
 {
     throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
 }