Пример #1
0
 /// <summary>
 /// Creates a <see cref="GroupPlacementViewServiceClient"/> 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="GroupPlacementViewServiceSettings"/>.</param>
 /// <returns>The created <see cref="GroupPlacementViewServiceClient"/>.</returns>
 public static GroupPlacementViewServiceClient Create(grpccore::CallInvoker callInvoker, GroupPlacementViewServiceSettings settings = null)
 {
     gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
     grpccore::Interceptors.Interceptor interceptor = settings?.Interceptor;
     if (interceptor != null)
     {
         callInvoker = grpccore::Interceptors.CallInvokerExtensions.Intercept(callInvoker, interceptor);
     }
     GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient = new GroupPlacementViewService.GroupPlacementViewServiceClient(callInvoker);
     return(new GroupPlacementViewServiceClientImpl(grpcClient, settings));
 }
Пример #2
0
        /// <summary>
        /// Constructs a client wrapper for the GroupPlacementViewService service, with the specified gRPC client and settings.
        /// </summary>
        /// <param name="grpcClient">The underlying gRPC client.</param>
        /// <param name="settings">The base <see cref="GroupPlacementViewServiceSettings"/> used within this client </param>
        public GroupPlacementViewServiceClientImpl(GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient, GroupPlacementViewServiceSettings settings)
        {
            GrpcClient = grpcClient;
            GroupPlacementViewServiceSettings effectiveSettings = settings ?? GroupPlacementViewServiceSettings.GetDefault();
            gaxgrpc::ClientHelper             clientHelper      = new gaxgrpc::ClientHelper(effectiveSettings);

            _callGetGroupPlacementView = clientHelper.BuildApiCall <GetGroupPlacementViewRequest, gagvr::GroupPlacementView>(
                GrpcClient.GetGroupPlacementViewAsync, GrpcClient.GetGroupPlacementView, effectiveSettings.GetGroupPlacementViewSettings);
            Modify_ApiCall(ref _callGetGroupPlacementView);
            Modify_GetGroupPlacementViewApiCall(ref _callGetGroupPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Пример #3
0
 partial void OnConstruction(GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient, GroupPlacementViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);