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