Esempio n. 1
0
        /// <summary>
        /// Constructs a client wrapper for the SystemPolicyV1Beta1 service, with the specified gRPC client and
        /// settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="SystemPolicyV1Beta1Settings"/> used within this client.</param>
        public SystemPolicyV1Beta1ClientImpl(SystemPolicyV1Beta1.SystemPolicyV1Beta1Client grpcClient, SystemPolicyV1Beta1Settings settings)
        {
            GrpcClient = grpcClient;
            SystemPolicyV1Beta1Settings effectiveSettings = settings ?? SystemPolicyV1Beta1Settings.GetDefault();
            gaxgrpc::ClientHelper       clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetSystemPolicy = clientHelper.BuildApiCall <GetSystemPolicyRequest, Policy>(grpcClient.GetSystemPolicyAsync, grpcClient.GetSystemPolicy, effectiveSettings.GetSystemPolicySettings).WithGoogleRequestParam("name", request => request.Name);
            Modify_ApiCall(ref _callGetSystemPolicy);
            Modify_GetSystemPolicyApiCall(ref _callGetSystemPolicy);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 2
0
        /// <summary>
        /// Creates a <see cref="SystemPolicyV1Beta1Client"/> 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="SystemPolicyV1Beta1Settings"/>.</param>
        /// <returns>The created <see cref="SystemPolicyV1Beta1Client"/>.</returns>
        internal static SystemPolicyV1Beta1Client Create(grpccore::CallInvoker callInvoker, SystemPolicyV1Beta1Settings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            SystemPolicyV1Beta1.SystemPolicyV1Beta1Client grpcClient = new SystemPolicyV1Beta1.SystemPolicyV1Beta1Client(callInvoker);
            return(new SystemPolicyV1Beta1ClientImpl(grpcClient, settings));
        }
Esempio n. 3
0
 partial void OnConstruction(SystemPolicyV1Beta1.SystemPolicyV1Beta1Client grpcClient, SystemPolicyV1Beta1Settings effectiveSettings, gaxgrpc::ClientHelper clientHelper);