Exemplo n.º 1
0
 /// <summary>
 /// Returns the requested plan in full detail.
 /// </summary>
 /// <param name="resourceName">
 /// Required. The resource name of the plan to fetch.
 /// </param>
 /// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <gagvr::KeywordPlanCampaignKeyword> GetKeywordPlanCampaignKeywordAsync(gagvr::KeywordPlanCampaignKeywordName resourceName, st::CancellationToken cancellationToken) =>
 GetKeywordPlanCampaignKeywordAsync(resourceName, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
Exemplo n.º 2
0
 /// <summary>
 /// Returns the requested plan in full detail.
 /// </summary>
 /// <param name="resourceName">
 /// Required. The resource name of the plan to fetch.
 /// </param>
 /// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
 /// <returns>A Task containing the RPC response.</returns>
 public virtual stt::Task <gagvr::KeywordPlanCampaignKeyword> GetKeywordPlanCampaignKeywordAsync(gagvr::KeywordPlanCampaignKeywordName resourceName, gaxgrpc::CallSettings callSettings = null) =>
 GetKeywordPlanCampaignKeywordAsync(new GetKeywordPlanCampaignKeywordRequest
 {
     ResourceNameAsKeywordPlanCampaignKeywordName = gax::GaxPreconditions.CheckNotNull(resourceName, nameof(resourceName)),
 }, callSettings);