Exemplo n.º 1
0
 private AssetGroupAssetServiceSettings(AssetGroupAssetServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetAssetGroupAssetSettings     = existing.GetAssetGroupAssetSettings;
     MutateAssetGroupAssetsSettings = existing.MutateAssetGroupAssetsSettings;
     OnCopy(existing);
 }
Exemplo n.º 2
0
        /// <summary>
        /// Constructs a client wrapper for the AssetGroupAssetService service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">
        /// The base <see cref="AssetGroupAssetServiceSettings"/> used within this client.
        /// </param>
        public AssetGroupAssetServiceClientImpl(AssetGroupAssetService.AssetGroupAssetServiceClient grpcClient, AssetGroupAssetServiceSettings settings)
        {
            GrpcClient = grpcClient;
            AssetGroupAssetServiceSettings effectiveSettings = settings ?? AssetGroupAssetServiceSettings.GetDefault();
            gaxgrpc::ClientHelper          clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetAssetGroupAsset = clientHelper.BuildApiCall <GetAssetGroupAssetRequest, gagvr::AssetGroupAsset>(grpcClient.GetAssetGroupAssetAsync, grpcClient.GetAssetGroupAsset, effectiveSettings.GetAssetGroupAssetSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetAssetGroupAsset);
            Modify_GetAssetGroupAssetApiCall(ref _callGetAssetGroupAsset);
            _callMutateAssetGroupAssets = clientHelper.BuildApiCall <MutateAssetGroupAssetsRequest, MutateAssetGroupAssetsResponse>(grpcClient.MutateAssetGroupAssetsAsync, grpcClient.MutateAssetGroupAssets, effectiveSettings.MutateAssetGroupAssetsSettings).WithGoogleRequestParam("customer_id", request => request.CustomerId);
            Modify_ApiCall(ref _callMutateAssetGroupAssets);
            Modify_MutateAssetGroupAssetsApiCall(ref _callMutateAssetGroupAssets);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Exemplo n.º 3
0
 partial void OnCopy(AssetGroupAssetServiceSettings existing);
Exemplo n.º 4
0
 partial void OnConstruction(AssetGroupAssetService.AssetGroupAssetServiceClient grpcClient, AssetGroupAssetServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Exemplo n.º 5
0
        /// <summary>
        /// Creates a <see cref="AssetGroupAssetServiceClient"/> 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="AssetGroupAssetServiceSettings"/>.</param>
        /// <returns>The created <see cref="AssetGroupAssetServiceClient"/>.</returns>
        internal static AssetGroupAssetServiceClient Create(grpccore::CallInvoker callInvoker, AssetGroupAssetServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            AssetGroupAssetService.AssetGroupAssetServiceClient grpcClient = new AssetGroupAssetService.AssetGroupAssetServiceClient(callInvoker);
            return(new AssetGroupAssetServiceClientImpl(grpcClient, settings));
        }