Esempio n. 1
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).WithGoogleRequestParam("resource_name", request => request.ResourceName);
            Modify_ApiCall(ref _callGetGroupPlacementView);
            Modify_GetGroupPlacementViewApiCall(ref _callGetGroupPlacementView);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
Esempio n. 2
0
 partial void OnCopy(GroupPlacementViewServiceSettings existing);
Esempio n. 3
0
 private GroupPlacementViewServiceSettings(GroupPlacementViewServiceSettings existing) : base(existing)
 {
     gax::GaxPreconditions.CheckNotNull(existing, nameof(existing));
     GetGroupPlacementViewSettings = existing.GetGroupPlacementViewSettings;
     OnCopy(existing);
 }
Esempio n. 4
0
 partial void OnConstruction(GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient, GroupPlacementViewServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);
Esempio n. 5
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>
        internal static GroupPlacementViewServiceClient Create(grpccore::CallInvoker callInvoker, GroupPlacementViewServiceSettings settings = null)
        {
            gax::GaxPreconditions.CheckNotNull(callInvoker, nameof(callInvoker));
            grpcinter::Interceptor interceptor = settings?.Interceptor;

            if (interceptor != null)
            {
                callInvoker = grpcinter::CallInvokerExtensions.Intercept(callInvoker, interceptor);
            }
            GroupPlacementViewService.GroupPlacementViewServiceClient grpcClient = new GroupPlacementViewService.GroupPlacementViewServiceClient(callInvoker);
            return(new GroupPlacementViewServiceClientImpl(grpcClient, settings));
        }