Пример #1
0
 /// <summary>
 /// Returns the requested Keyword Plan ad group in full detail.
 /// </summary>
 /// <param name="resourceName">
 /// Required. The resource name of the Keyword Plan ad group 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::KeywordPlanAdGroup> GetKeywordPlanAdGroupAsync(gagvr::KeywordPlanAdGroupName resourceName, st::CancellationToken cancellationToken) =>
 GetKeywordPlanAdGroupAsync(resourceName, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
Пример #2
0
 /// <summary>
 /// Returns the requested Keyword Plan ad group in full detail.
 /// </summary>
 /// <param name="resourceName">
 /// Required. The resource name of the Keyword Plan ad group 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::KeywordPlanAdGroup> GetKeywordPlanAdGroupAsync(gagvr::KeywordPlanAdGroupName resourceName, gaxgrpc::CallSettings callSettings = null) =>
 GetKeywordPlanAdGroupAsync(new GetKeywordPlanAdGroupRequest
 {
     ResourceNameAsKeywordPlanAdGroupName = gax::GaxPreconditions.CheckNotNull(resourceName, nameof(resourceName)),
 }, callSettings);