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

            _callGetAdGroupLabel = clientHelper.BuildApiCall <GetAdGroupLabelRequest, gagvr::AdGroupLabel>(
                GrpcClient.GetAdGroupLabelAsync, GrpcClient.GetAdGroupLabel, effectiveSettings.GetAdGroupLabelSettings);
            _callMutateAdGroupLabels = clientHelper.BuildApiCall <MutateAdGroupLabelsRequest, MutateAdGroupLabelsResponse>(
                GrpcClient.MutateAdGroupLabelsAsync, GrpcClient.MutateAdGroupLabels, effectiveSettings.MutateAdGroupLabelsSettings);
            Modify_ApiCall(ref _callGetAdGroupLabel);
            Modify_GetAdGroupLabelApiCall(ref _callGetAdGroupLabel);
            Modify_ApiCall(ref _callMutateAdGroupLabels);
            Modify_MutateAdGroupLabelsApiCall(ref _callMutateAdGroupLabels);
            OnConstruction(grpcClient, effectiveSettings, clientHelper);
        }
 partial void OnConstruction(AdGroupLabelService.AdGroupLabelServiceClient grpcClient, AdGroupLabelServiceSettings effectiveSettings, gaxgrpc::ClientHelper clientHelper);