Ejemplo n.º 1
0
 /// <summary>
 /// Constructs a client wrapper for the MobileDeviceConstantService service, with the specified gRPC client and
 /// settings.
 /// </summary>
 /// <param name="grpcClient">The underlying gRPC client.</param>
 /// <param name="settings">
 /// The base <see cref="MobileDeviceConstantServiceSettings"/> used within this client.
 /// </param>
 public MobileDeviceConstantServiceClientImpl(MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient, MobileDeviceConstantServiceSettings settings)
 {
     GrpcClient = grpcClient;
     MobileDeviceConstantServiceSettings effectiveSettings = settings ?? MobileDeviceConstantServiceSettings.GetDefault();
     gaxgrpc::ClientHelper clientHelper = new gaxgrpc::ClientHelper(effectiveSettings);
     _callGetMobileDeviceConstant = clientHelper.BuildApiCall<GetMobileDeviceConstantRequest, gagvr::MobileDeviceConstant>(grpcClient.GetMobileDeviceConstantAsync, grpcClient.GetMobileDeviceConstant, effectiveSettings.GetMobileDeviceConstantSettings).WithGoogleRequestParam("resource_name", request => request.ResourceName);
     Modify_ApiCall(ref _callGetMobileDeviceConstant);
     Modify_GetMobileDeviceConstantApiCall(ref _callGetMobileDeviceConstant);
     OnConstruction(grpcClient, effectiveSettings, clientHelper);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Creates a <see cref="MobileDeviceConstantServiceClient"/> 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="MobileDeviceConstantServiceSettings"/>.</param>
 /// <returns>The created <see cref="MobileDeviceConstantServiceClient"/>.</returns>
 internal static MobileDeviceConstantServiceClient Create(grpccore::CallInvoker callInvoker, MobileDeviceConstantServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpcinter::Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient = new MobileDeviceConstantService.MobileDeviceConstantServiceClient(callInvoker);
     return new MobileDeviceConstantServiceClientImpl(grpcClient, settings);
 }
Ejemplo n.º 3
0
 partial void OnConstruction(MobileDeviceConstantService.MobileDeviceConstantServiceClient grpcClient, MobileDeviceConstantServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);