All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.services.stub.CampaignExperimentServiceStub Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2022 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

package com.google.ads.googleads.v10.services.stub;

import static com.google.ads.googleads.v10.services.CampaignExperimentServiceClient.ListCampaignExperimentAsyncErrorsPagedResponse;

import com.google.ads.googleads.v10.services.CreateCampaignExperimentMetadata;
import com.google.ads.googleads.v10.services.CreateCampaignExperimentRequest;
import com.google.ads.googleads.v10.services.EndCampaignExperimentRequest;
import com.google.ads.googleads.v10.services.GraduateCampaignExperimentRequest;
import com.google.ads.googleads.v10.services.GraduateCampaignExperimentResponse;
import com.google.ads.googleads.v10.services.ListCampaignExperimentAsyncErrorsRequest;
import com.google.ads.googleads.v10.services.ListCampaignExperimentAsyncErrorsResponse;
import com.google.ads.googleads.v10.services.MutateCampaignExperimentsRequest;
import com.google.ads.googleads.v10.services.MutateCampaignExperimentsResponse;
import com.google.ads.googleads.v10.services.PromoteCampaignExperimentRequest;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the CampaignExperimentService service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class CampaignExperimentServiceStub implements BackgroundResource { public OperationsStub getOperationsStub() { throw new UnsupportedOperationException("Not implemented: getOperationsStub()"); } public OperationCallable createCampaignExperimentOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createCampaignExperimentOperationCallable()"); } public UnaryCallable createCampaignExperimentCallable() { throw new UnsupportedOperationException("Not implemented: createCampaignExperimentCallable()"); } public UnaryCallable mutateCampaignExperimentsCallable() { throw new UnsupportedOperationException("Not implemented: mutateCampaignExperimentsCallable()"); } public UnaryCallable graduateCampaignExperimentCallable() { throw new UnsupportedOperationException( "Not implemented: graduateCampaignExperimentCallable()"); } public OperationCallable promoteCampaignExperimentOperationCallable() { throw new UnsupportedOperationException( "Not implemented: promoteCampaignExperimentOperationCallable()"); } public UnaryCallable promoteCampaignExperimentCallable() { throw new UnsupportedOperationException("Not implemented: promoteCampaignExperimentCallable()"); } public UnaryCallable endCampaignExperimentCallable() { throw new UnsupportedOperationException("Not implemented: endCampaignExperimentCallable()"); } public UnaryCallable< ListCampaignExperimentAsyncErrorsRequest, ListCampaignExperimentAsyncErrorsPagedResponse> listCampaignExperimentAsyncErrorsPagedCallable() { throw new UnsupportedOperationException( "Not implemented: listCampaignExperimentAsyncErrorsPagedCallable()"); } public UnaryCallable< ListCampaignExperimentAsyncErrorsRequest, ListCampaignExperimentAsyncErrorsResponse> listCampaignExperimentAsyncErrorsCallable() { throw new UnsupportedOperationException( "Not implemented: listCampaignExperimentAsyncErrorsCallable()"); } @Override public abstract void close(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy