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

            _callGetMobileAppCategoryConstant = clientHelper.BuildApiCall <GetMobileAppCategoryConstantRequest, gagvr::MobileAppCategoryConstant>(grpcClient.GetMobileAppCategoryConstantAsync, grpcClient.GetMobileAppCategoryConstant, effectiveSettings.GetMobileAppCategoryConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetMobileAppCategoryConstant);
            Modify_GetMobileAppCategoryConstantApiCall(ref _callGetMobileAppCategoryConstant);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }