Class AdGroupCriterionLabelServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.AdGroupCriterionLabelServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/ad_group_criterion_label_service.proto") public final class AdGroupCriterionLabelServiceGrpc extends java.lang.ObjectService to manage labels on ad group criteria.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceBlockingStubService to manage labels on ad group criteria.static classAdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceFutureStubService to manage labels on ad group criteria.static classAdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceImplBaseService to manage labels on ad group criteria.static classAdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceStubService to manage labels on ad group criteria.
-
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<MutateAdGroupCriterionLabelsRequest,MutateAdGroupCriterionLabelsResponse>getMutateAdGroupCriterionLabelsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceStubnewStub(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
-
getMutateAdGroupCriterionLabelsMethod
public static io.grpc.MethodDescriptor<MutateAdGroupCriterionLabelsRequest,MutateAdGroupCriterionLabelsResponse> getMutateAdGroupCriterionLabelsMethod()
-
newStub
public static AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static AdGroupCriterionLabelServiceGrpc.AdGroupCriterionLabelServiceFutureStub 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()
-
-