Class ExperimentServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.ExperimentServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/experiment_service.proto") public final class ExperimentServiceGrpc extends java.lang.ObjectService to manage experiments.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExperimentServiceGrpc.ExperimentServiceBlockingStubService to manage experiments.static classExperimentServiceGrpc.ExperimentServiceFutureStubService to manage experiments.static classExperimentServiceGrpc.ExperimentServiceImplBaseService to manage experiments.static classExperimentServiceGrpc.ExperimentServiceStubService to manage experiments.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<EndExperimentRequest,com.google.protobuf.Empty>getEndExperimentMethod()static io.grpc.MethodDescriptor<GraduateExperimentRequest,com.google.protobuf.Empty>getGraduateExperimentMethod()static io.grpc.MethodDescriptor<ListExperimentAsyncErrorsRequest,ListExperimentAsyncErrorsResponse>getListExperimentAsyncErrorsMethod()static io.grpc.MethodDescriptor<MutateExperimentsRequest,MutateExperimentsResponse>getMutateExperimentsMethod()static io.grpc.MethodDescriptor<PromoteExperimentRequest,com.google.longrunning.Operation>getPromoteExperimentMethod()static io.grpc.MethodDescriptor<ScheduleExperimentRequest,com.google.longrunning.Operation>getScheduleExperimentMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static ExperimentServiceGrpc.ExperimentServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ExperimentServiceGrpc.ExperimentServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ExperimentServiceGrpc.ExperimentServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getMutateExperimentsMethod
public static io.grpc.MethodDescriptor<MutateExperimentsRequest,MutateExperimentsResponse> getMutateExperimentsMethod()
-
getEndExperimentMethod
public static io.grpc.MethodDescriptor<EndExperimentRequest,com.google.protobuf.Empty> getEndExperimentMethod()
-
getListExperimentAsyncErrorsMethod
public static io.grpc.MethodDescriptor<ListExperimentAsyncErrorsRequest,ListExperimentAsyncErrorsResponse> getListExperimentAsyncErrorsMethod()
-
getGraduateExperimentMethod
public static io.grpc.MethodDescriptor<GraduateExperimentRequest,com.google.protobuf.Empty> getGraduateExperimentMethod()
-
getScheduleExperimentMethod
public static io.grpc.MethodDescriptor<ScheduleExperimentRequest,com.google.longrunning.Operation> getScheduleExperimentMethod()
-
getPromoteExperimentMethod
public static io.grpc.MethodDescriptor<PromoteExperimentRequest,com.google.longrunning.Operation> getPromoteExperimentMethod()
-
newStub
public static ExperimentServiceGrpc.ExperimentServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ExperimentServiceGrpc.ExperimentServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ExperimentServiceGrpc.ExperimentServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-