コード例 #1
0
        /// <summary>
        /// Creates a <see cref="ZonesClient"/> 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="ZonesSettings"/>.</param>
        /// <returns>The created <see cref="ZonesClient"/>.</returns>
        internal static ZonesClient Create(grpccore::CallInvoker callInvoker, ZonesSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            Zones.ZonesClient grpcClient = new Zones.ZonesClient(callInvoker);
            return(new ZonesClientImpl(grpcClient, settings));
        }
コード例 #2
0
        /// <summary>
        /// Constructs a client wrapper for the Zones service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="ZonesSettings"/> used within this client.</param>
        public ZonesClientImpl(Zones.ZonesClient grpcClient, ZonesSettings settings)
        {
            GrpcClient = grpcClient;
            ZonesSettings         effectiveSettings = settings ?? ZonesSettings.GetDefault();
            gaxgrpc::ClientHelper clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGet = clientHelper.BuildApiCall <GetZoneRequest, Zone>(grpcClient.GetAsync, grpcClient.Get, effectiveSettings.GetSettings).WithGoogleRequestParam("project", request => request.Project).WithGoogleRequestParam("zone", request => request.Zone);
            Modify_ApiCall(ref _callGet);
            Modify_GetApiCall(ref _callGet);
            _callList = clientHelper.BuildApiCall <ListZonesRequest, ZoneList>(grpcClient.ListAsync, grpcClient.List, effectiveSettings.ListSettings).WithGoogleRequestParam("project", request => request.Project);
            Modify_ApiCall(ref _callList);
            Modify_ListApiCall(ref _callList);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
コード例 #3
0
 partial void OnConstruction(Zones.ZonesClient grpcClient, ZonesSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);