Exemplo n.º 1
0
 /// <summary>
 /// Returns the requested landing page view in full detail.
 /// </summary>
 /// <param name="resourceName">
 /// Required. The resource name of the landing page view 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::LandingPageView> GetLandingPageViewAsync(gagvr::LandingPageViewName resourceName, st::CancellationToken cancellationToken) =>
 GetLandingPageViewAsync(resourceName, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
Exemplo n.º 2
0
 /// <summary>
 /// Returns the requested landing page view in full detail.
 /// </summary>
 /// <param name="resourceName">
 /// Required. The resource name of the landing page view 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::LandingPageView> GetLandingPageViewAsync(gagvr::LandingPageViewName resourceName, gaxgrpc::CallSettings callSettings = null) =>
 GetLandingPageViewAsync(new GetLandingPageViewRequest
 {
     ResourceNameAsLandingPageViewName = gax::GaxPreconditions.CheckNotNull(resourceName, nameof(resourceName)),
 }, callSettings);