Grpc.Core.CallInvoker.AsyncUnaryCall(Grpc.Core.Method, string, Grpc.Core.CallOptions, TRequest)

Here are the examples of the csharp api Grpc.Core.CallInvoker.AsyncUnaryCall(Grpc.Core.Method, string, Grpc.Core.CallOptions, TRequest) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

678 Examples 7

19 View Source File : ProfilingCallInvoker.cs
License : Apache License 2.0
Project Creator : googleads

public override AsyncUnaryCall<TResponse> AsyncUnaryCall<TRequest, TResponse>(
            Method<TRequest, TResponse> method, string host, CallOptions options, TRequest request)
        {
            if (config.EnableProfiling)
            {
                ProfiledMethod<TRequest, TResponse> profiledMethod =
                new ProfiledMethod<TRequest, TResponse>(method, config.EnableProfiling);

                var retval = invoker.AsyncUnaryCall(profiledMethod.Method, host, options, request);
                profiledMethod.SetMetadataChecker(delegate ()
                {
                    retval.ResponseHeadersAsync.Wait();
                    return retval.ResponseHeadersAsync.Result;
                });
                profiledMethod.SetStatusChecker(retval.GetStatus);
                return retval;
            }
            return invoker.AsyncUnaryCall(method, host, options, request);
        }

19 View Source File : AccountBudgetProposalServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AccountBudgetProposal> GetAccountBudgetProposalAsync(global::Google.Ads.GoogleAds.V7.Services.GetAccountBudgetProposalRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAccountBudgetProposal, null, options, request);
      }

19 View Source File : AccountBudgetProposalServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAccountBudgetProposalResponse> MutateAccountBudgetProposalAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAccountBudgetProposalRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAccountBudgetProposal, null, options, request);
      }

19 View Source File : AccountBudgetServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AccountBudget> GetAccountBudgetAsync(global::Google.Ads.GoogleAds.V7.Services.GetAccountBudgetRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAccountBudget, null, options, request);
      }

19 View Source File : AccountLinkServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AccountLink> GetAccountLinkAsync(global::Google.Ads.GoogleAds.V7.Services.GetAccountLinkRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAccountLink, null, options, request);
      }

19 View Source File : AccountLinkServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.CreateAccountLinkResponse> CreateAccountLinkAsync(global::Google.Ads.GoogleAds.V7.Services.CreateAccountLinkRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_CreateAccountLink, null, options, request);
      }

19 View Source File : AccountLinkServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAccountLinkResponse> MutateAccountLinkAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAccountLinkRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAccountLink, null, options, request);
      }

19 View Source File : AdGroupAdAssetViewServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupAdreplacedetView> GetAdGroupAdreplacedetViewAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupAdreplacedetViewRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupAdreplacedetView, null, options, request);
      }

19 View Source File : AdGroupAdLabelServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupAdLabel> GetAdGroupAdLabelAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupAdLabelRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupAdLabel, null, options, request);
      }

19 View Source File : AdGroupAdLabelServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupAdLabelsResponse> MutateAdGroupAdLabelsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupAdLabelsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupAdLabels, null, options, request);
      }

19 View Source File : AdGroupCriterionSimulationServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupCriterionSimulation> GetAdGroupCriterionSimulationAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupCriterionSimulationRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupCriterionSimulation, null, options, request);
      }

19 View Source File : AdGroupExtensionSettingServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupExtensionSetting> GetAdGroupExtensionSettingAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupExtensionSettingRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupExtensionSetting, null, options, request);
      }

19 View Source File : AdGroupExtensionSettingServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupExtensionSettingsResponse> MutateAdGroupExtensionSettingsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupExtensionSettingsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupExtensionSettings, null, options, request);
      }

19 View Source File : AdGroupServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroup> GetAdGroupAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroup, null, options, request);
      }

19 View Source File : AdGroupServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupsResponse> MutateAdGroupsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroups, null, options, request);
      }

19 View Source File : AdGroupAdServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupAd> GetAdGroupAdAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupAdRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupAd, null, options, request);
      }

19 View Source File : AdGroupAdServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupAdsResponse> MutateAdGroupAdsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupAdsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupAds, null, options, request);
      }

19 View Source File : AdGroupAssetServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupreplacedet> GetAdGroupreplacedetAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupreplacedetRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupreplacedet, null, options, request);
      }

19 View Source File : AdGroupAssetServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupreplacedetsResponse> MutateAdGroupreplacedetsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupreplacedetsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupreplacedets, null, options, request);
      }

19 View Source File : AdGroupAudienceViewServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupAudienceView> GetAdGroupAudienceViewAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupAudienceViewRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupAudienceView, null, options, request);
      }

19 View Source File : AdGroupFeedServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupFeed> GetAdGroupFeedAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupFeedRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupFeed, null, options, request);
      }

19 View Source File : AdGroupFeedServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupFeedsResponse> MutateAdGroupFeedsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupFeedsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupFeeds, null, options, request);
      }

19 View Source File : AdGroupLabelServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupLabel> GetAdGroupLabelAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupLabelRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupLabel, null, options, request);
      }

19 View Source File : AdGroupLabelServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupLabelsResponse> MutateAdGroupLabelsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupLabelsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupLabels, null, options, request);
      }

19 View Source File : AgeRangeViewServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AgeRangeView> GetAgeRangeViewAsync(global::Google.Ads.GoogleAds.V7.Services.GetAgeRangeViewRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAgeRangeView, null, options, request);
      }

19 View Source File : AdGroupSimulationServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupSimulation> GetAdGroupSimulationAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupSimulationRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupSimulation, null, options, request);
      }

19 View Source File : AdParameterServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdParametersResponse> MutateAdParametersAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdParametersRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdParameters, null, options, request);
      }

19 View Source File : AssetServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.replacedet> GetreplacedetAsync(global::Google.Ads.GoogleAds.V7.Services.GetreplacedetRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_Getreplacedet, null, options, request);
      }

19 View Source File : AssetServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutatereplacedetsResponse> MutatereplacedetsAsync(global::Google.Ads.GoogleAds.V7.Services.MutatereplacedetsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_Mutatereplacedets, null, options, request);
      }

19 View Source File : CampaignAudienceViewServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.CampaignAudienceView> GetCampaignAudienceViewAsync(global::Google.Ads.GoogleAds.V7.Services.GetCampaignAudienceViewRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetCampaignAudienceView, null, options, request);
      }

19 View Source File : CampaignCriterionServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.CampaignCriterion> GetCampaignCriterionAsync(global::Google.Ads.GoogleAds.V7.Services.GetCampaignCriterionRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetCampaignCriterion, null, options, request);
      }

19 View Source File : CampaignDraftServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.LongRunning.Operation> PromoteCampaignDraftAsync(global::Google.Ads.GoogleAds.V7.Services.PromoteCampaignDraftRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_PromoteCampaignDraft, null, options, request);
      }

19 View Source File : CampaignDraftServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.ListCampaignDraftAsyncErrorsResponse> ListCampaignDraftAsyncErrorsAsync(global::Google.Ads.GoogleAds.V7.Services.ListCampaignDraftAsyncErrorsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_ListCampaignDraftAsyncErrors, null, options, request);
      }

19 View Source File : CampaignExtensionSettingServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateCampaignExtensionSettingsResponse> MutateCampaignExtensionSettingsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateCampaignExtensionSettingsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateCampaignExtensionSettings, null, options, request);
      }

19 View Source File : CampaignSharedSetServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.CampaignSharedSet> GetCampaignSharedSetAsync(global::Google.Ads.GoogleAds.V7.Services.GetCampaignSharedSetRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetCampaignSharedSet, null, options, request);
      }

19 View Source File : AdGroupBidModifierServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupBidModifier> GetAdGroupBidModifierAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupBidModifierRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupBidModifier, null, options, request);
      }

19 View Source File : AdGroupBidModifierServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupBidModifiersResponse> MutateAdGroupBidModifiersAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupBidModifiersRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupBidModifiers, null, options, request);
      }

19 View Source File : AdGroupCriterionLabelServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupCriterionLabel> GetAdGroupCriterionLabelAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupCriterionLabelRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupCriterionLabel, null, options, request);
      }

19 View Source File : AdGroupCriterionLabelServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupCriterionLabelsResponse> MutateAdGroupCriterionLabelsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupCriterionLabelsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupCriterionLabels, null, options, request);
      }

19 View Source File : AdGroupCriterionServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdGroupCriterion> GetAdGroupCriterionAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdGroupCriterionRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdGroupCriterion, null, options, request);
      }

19 View Source File : AdGroupCriterionServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupCriteriaResponse> MutateAdGroupCriteriaAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdGroupCriteriaRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAdGroupCriteria, null, options, request);
      }

19 View Source File : AdParameterServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.AdParameter> GetAdParameterAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdParameterRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAdParameter, null, options, request);
      }

19 View Source File : CampaignSimulationServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.CampaignSimulation> GetCampaignSimulationAsync(global::Google.Ads.GoogleAds.V7.Services.GetCampaignSimulationRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetCampaignSimulation, null, options, request);
      }

19 View Source File : ChangeStatusServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.ChangeStatus> GetChangeStatusAsync(global::Google.Ads.GoogleAds.V7.Services.GetChangeStatusRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetChangeStatus, null, options, request);
      }

19 View Source File : CombinedAudienceServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.CombinedAudience> GetCombinedAudienceAsync(global::Google.Ads.GoogleAds.V7.Services.GetCombinedAudienceRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetCombinedAudience, null, options, request);
      }

19 View Source File : AdServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.Ad> GetAdAsync(global::Google.Ads.GoogleAds.V7.Services.GetAdRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetAd, null, options, request);
      }

19 View Source File : AdServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateAdsResponse> MutateAdsAsync(global::Google.Ads.GoogleAds.V7.Services.MutateAdsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateAds, null, options, request);
      }

19 View Source File : BatchJobServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.MutateBatchJobResponse> MutateBatchJobAsync(global::Google.Ads.GoogleAds.V7.Services.MutateBatchJobRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_MutateBatchJob, null, options, request);
      }

19 View Source File : BatchJobServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Resources.BatchJob> GetBatchJobAsync(global::Google.Ads.GoogleAds.V7.Services.GetBatchJobRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_GetBatchJob, null, options, request);
      }

19 View Source File : BatchJobServiceGrpc.g.cs
License : Apache License 2.0
Project Creator : googleads

[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
      public virtual grpc::AsyncUnaryCall<global::Google.Ads.GoogleAds.V7.Services.ListBatchJobResultsResponse> ListBatchJobResultsAsync(global::Google.Ads.GoogleAds.V7.Services.ListBatchJobResultsRequest request, grpc::CallOptions options)
      {
        return CallInvoker.AsyncUnaryCall(__Method_ListBatchJobResults, null, options, request);
      }

See More Examples