コード例 #1
0
 private ThirdPartyAppAnalyticsLinkServiceSettings(ThirdPartyAppAnalyticsLinkServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetThirdPartyAppAnalyticsLinkSettings = existing.GetThirdPartyAppAnalyticsLinkSettings;
     RegenerateShareableLinkIdSettings     = existing.RegenerateShareableLinkIdSettings;
     OnCopy(existing);
 }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the ThirdPartyAppAnalyticsLinkService service, with the specified gRPC
        /// client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="ThirdPartyAppAnalyticsLinkServiceSettings"/> used within this client.
        /// </param>
        public ThirdPartyAppAnalyticsLinkServiceClientImpl(ThirdPartyAppAnalyticsLinkService.ThirdPartyAppAnalyticsLinkServiceClient grpcClient, ThirdPartyAppAnalyticsLinkServiceSettings settings)
        {
            GrpcClient = grpcClient;
            ThirdPartyAppAnalyticsLinkServiceSettings effectiveSettings = settings ?? ThirdPartyAppAnalyticsLinkServiceSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetThirdPartyAppAnalyticsLink = clientHelper.BuildApiCall <GetThirdPartyAppAnalyticsLinkRequest, gagvr::ThirdPartyAppAnalyticsLink>(grpcClient.GetThirdPartyAppAnalyticsLinkAsync, grpcClient.GetThirdPartyAppAnalyticsLink, effectiveSettings.GetThirdPartyAppAnalyticsLinkSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetThirdPartyAppAnalyticsLink);
            Modify_GetThirdPartyAppAnalyticsLinkApiCall(ref _callGetThirdPartyAppAnalyticsLink);
            _callRegenerateShareableLinkId = clientHelper.BuildApiCall <RegenerateShareableLinkIdRequest, RegenerateShareableLinkIdResponse>(grpcClient.RegenerateShareableLinkIdAsync, grpcClient.RegenerateShareableLinkId, effectiveSettings.RegenerateShareableLinkIdSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callRegenerateShareableLinkId);
            Modify_RegenerateShareableLinkIdApiCall(ref _callRegenerateShareableLinkId);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #3
0
 partial void OnCopy(ThirdPartyAppAnalyticsLinkServiceSettings existing);
コード例 #4
0
 partial void OnConstruction(ThirdPartyAppAnalyticsLinkService.ThirdPartyAppAnalyticsLinkServiceClient grpcClient, ThirdPartyAppAnalyticsLinkServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
コード例 #5
0
        /// <summary>
        /// Creates a <see cref="ThirdPartyAppAnalyticsLinkServiceClient"/> which uses the specified call invoker for
        /// remote operations.
        /// </summary>
        /// <param name="callInvoker">
        /// The <see cref="grpccore::CallInvoker"/> for remote operations. Must not be null.
        /// </param>
        /// <param name="settings">Optional <see cref="ThirdPartyAppAnalyticsLinkServiceSettings"/>.</param>
        /// <returns>The created <see cref="ThirdPartyAppAnalyticsLinkServiceClient"/>.</returns>
        internal static ThirdPartyAppAnalyticsLinkServiceClient Create(grpccore::CallInvoker callInvoker, ThirdPartyAppAnalyticsLinkServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            ThirdPartyAppAnalyticsLinkService.ThirdPartyAppAnalyticsLinkServiceClient grpcClient = new ThirdPartyAppAnalyticsLinkService.ThirdPartyAppAnalyticsLinkServiceClient(callInvoker);
            return(new ThirdPartyAppAnalyticsLinkServiceClientImpl(grpcClient, settings));
        }