コード例 #1
0
 /// <summary>
 /// Returns the requested user interest in full detail
 /// </summary>
 /// <param name="resourceName">
 /// Required. Resource name of the UserInterest 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::UserInterest> GetUserInterestAsync(gagvr::UserInterestName resourceName, st::CancellationToken cancellationToken) =>
 GetUserInterestAsync(resourceName, gaxgrpc::CallSettings.FromCancellationToken(cancellationToken));
コード例 #2
0
 /// <summary>
 /// Returns the requested user interest in full detail
 /// </summary>
 /// <param name="resourceName">
 /// Required. Resource name of the UserInterest 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::UserInterest> GetUserInterestAsync(gagvr::UserInterestName resourceName, gaxgrpc::CallSettings callSettings = null) =>
 GetUserInterestAsync(new GetUserInterestRequest
 {
     ResourceNameAsUserInterestName = gax::GaxPreconditions.CheckNotNull(resourceName, nameof(resourceName)),
 }, callSettings);