com.google.ads.googleads.v17.services.AdGroupCriterionServiceGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
package com.google.ads.googleads.v17.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* Service to manage ad group criteria.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v17/services/ad_group_criterion_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class AdGroupCriterionServiceGrpc {
private AdGroupCriterionServiceGrpc() {}
public static final java.lang.String SERVICE_NAME = "google.ads.googleads.v17.services.AdGroupCriterionService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getMutateAdGroupCriteriaMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "MutateAdGroupCriteria",
requestType = com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest.class,
responseType = com.google.ads.googleads.v17.services.MutateAdGroupCriteriaResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getMutateAdGroupCriteriaMethod() {
io.grpc.MethodDescriptor getMutateAdGroupCriteriaMethod;
if ((getMutateAdGroupCriteriaMethod = AdGroupCriterionServiceGrpc.getMutateAdGroupCriteriaMethod) == null) {
synchronized (AdGroupCriterionServiceGrpc.class) {
if ((getMutateAdGroupCriteriaMethod = AdGroupCriterionServiceGrpc.getMutateAdGroupCriteriaMethod) == null) {
AdGroupCriterionServiceGrpc.getMutateAdGroupCriteriaMethod = getMutateAdGroupCriteriaMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "MutateAdGroupCriteria"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v17.services.MutateAdGroupCriteriaResponse.getDefaultInstance()))
.setSchemaDescriptor(new AdGroupCriterionServiceMethodDescriptorSupplier("MutateAdGroupCriteria"))
.build();
}
}
}
return getMutateAdGroupCriteriaMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static AdGroupCriterionServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public AdGroupCriterionServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new AdGroupCriterionServiceStub(channel, callOptions);
}
};
return AdGroupCriterionServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static AdGroupCriterionServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public AdGroupCriterionServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new AdGroupCriterionServiceBlockingStub(channel, callOptions);
}
};
return AdGroupCriterionServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static AdGroupCriterionServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public AdGroupCriterionServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new AdGroupCriterionServiceFutureStub(channel, callOptions);
}
};
return AdGroupCriterionServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to manage ad group criteria.
*
*/
public interface AsyncService {
/**
*
* Creates, updates, or removes criteria. Operation statuses are returned.
* List of thrown errors:
* [AdGroupCriterionError]()
* [AdxError]()
* [AuthenticationError]()
* [AuthorizationError]()
* [BiddingError]()
* [BiddingStrategyError]()
* [CollectionSizeError]()
* [ContextError]()
* [CriterionError]()
* [DatabaseError]()
* [DateError]()
* [DistinctError]()
* [FieldError]()
* [FieldMaskError]()
* [HeaderError]()
* [IdError]()
* [InternalError]()
* [MultiplierError]()
* [MutateError]()
* [NewResourceCreationError]()
* [NotEmptyError]()
* [NullError]()
* [OperationAccessDeniedError]()
* [OperatorError]()
* [PolicyViolationError]()
* [QuotaError]()
* [RangeError]()
* [RequestError]()
* [ResourceCountLimitExceededError]()
* [SizeLimitError]()
* [StringFormatError]()
* [StringLengthError]()
* [UrlFieldError]()
*
*/
default void mutateAdGroupCriteria(com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getMutateAdGroupCriteriaMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service AdGroupCriterionService.
*
* Service to manage ad group criteria.
*
*/
public static abstract class AdGroupCriterionServiceImplBase
implements io.grpc.BindableService, AsyncService {
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return AdGroupCriterionServiceGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service AdGroupCriterionService.
*
* Service to manage ad group criteria.
*
*/
public static final class AdGroupCriterionServiceStub
extends io.grpc.stub.AbstractAsyncStub {
private AdGroupCriterionServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected AdGroupCriterionServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new AdGroupCriterionServiceStub(channel, callOptions);
}
/**
*
* Creates, updates, or removes criteria. Operation statuses are returned.
* List of thrown errors:
* [AdGroupCriterionError]()
* [AdxError]()
* [AuthenticationError]()
* [AuthorizationError]()
* [BiddingError]()
* [BiddingStrategyError]()
* [CollectionSizeError]()
* [ContextError]()
* [CriterionError]()
* [DatabaseError]()
* [DateError]()
* [DistinctError]()
* [FieldError]()
* [FieldMaskError]()
* [HeaderError]()
* [IdError]()
* [InternalError]()
* [MultiplierError]()
* [MutateError]()
* [NewResourceCreationError]()
* [NotEmptyError]()
* [NullError]()
* [OperationAccessDeniedError]()
* [OperatorError]()
* [PolicyViolationError]()
* [QuotaError]()
* [RangeError]()
* [RequestError]()
* [ResourceCountLimitExceededError]()
* [SizeLimitError]()
* [StringFormatError]()
* [StringLengthError]()
* [UrlFieldError]()
*
*/
public void mutateAdGroupCriteria(com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getMutateAdGroupCriteriaMethod(), getCallOptions()), request, responseObserver);
}
}
/**
* A stub to allow clients to do synchronous rpc calls to service AdGroupCriterionService.
*
* Service to manage ad group criteria.
*
*/
public static final class AdGroupCriterionServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
private AdGroupCriterionServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected AdGroupCriterionServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new AdGroupCriterionServiceBlockingStub(channel, callOptions);
}
/**
*
* Creates, updates, or removes criteria. Operation statuses are returned.
* List of thrown errors:
* [AdGroupCriterionError]()
* [AdxError]()
* [AuthenticationError]()
* [AuthorizationError]()
* [BiddingError]()
* [BiddingStrategyError]()
* [CollectionSizeError]()
* [ContextError]()
* [CriterionError]()
* [DatabaseError]()
* [DateError]()
* [DistinctError]()
* [FieldError]()
* [FieldMaskError]()
* [HeaderError]()
* [IdError]()
* [InternalError]()
* [MultiplierError]()
* [MutateError]()
* [NewResourceCreationError]()
* [NotEmptyError]()
* [NullError]()
* [OperationAccessDeniedError]()
* [OperatorError]()
* [PolicyViolationError]()
* [QuotaError]()
* [RangeError]()
* [RequestError]()
* [ResourceCountLimitExceededError]()
* [SizeLimitError]()
* [StringFormatError]()
* [StringLengthError]()
* [UrlFieldError]()
*
*/
public com.google.ads.googleads.v17.services.MutateAdGroupCriteriaResponse mutateAdGroupCriteria(com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getMutateAdGroupCriteriaMethod(), getCallOptions(), request);
}
}
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service AdGroupCriterionService.
*
* Service to manage ad group criteria.
*
*/
public static final class AdGroupCriterionServiceFutureStub
extends io.grpc.stub.AbstractFutureStub {
private AdGroupCriterionServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected AdGroupCriterionServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new AdGroupCriterionServiceFutureStub(channel, callOptions);
}
/**
*
* Creates, updates, or removes criteria. Operation statuses are returned.
* List of thrown errors:
* [AdGroupCriterionError]()
* [AdxError]()
* [AuthenticationError]()
* [AuthorizationError]()
* [BiddingError]()
* [BiddingStrategyError]()
* [CollectionSizeError]()
* [ContextError]()
* [CriterionError]()
* [DatabaseError]()
* [DateError]()
* [DistinctError]()
* [FieldError]()
* [FieldMaskError]()
* [HeaderError]()
* [IdError]()
* [InternalError]()
* [MultiplierError]()
* [MutateError]()
* [NewResourceCreationError]()
* [NotEmptyError]()
* [NullError]()
* [OperationAccessDeniedError]()
* [OperatorError]()
* [PolicyViolationError]()
* [QuotaError]()
* [RangeError]()
* [RequestError]()
* [ResourceCountLimitExceededError]()
* [SizeLimitError]()
* [StringFormatError]()
* [StringLengthError]()
* [UrlFieldError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture mutateAdGroupCriteria(
com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getMutateAdGroupCriteriaMethod(), getCallOptions()), request);
}
}
private static final int METHODID_MUTATE_AD_GROUP_CRITERIA = 0;
private static final class MethodHandlers implements
io.grpc.stub.ServerCalls.UnaryMethod,
io.grpc.stub.ServerCalls.ServerStreamingMethod,
io.grpc.stub.ServerCalls.ClientStreamingMethod,
io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final AsyncService serviceImpl;
private final int methodId;
MethodHandlers(AsyncService serviceImpl, int methodId) {
this.serviceImpl = serviceImpl;
this.methodId = methodId;
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_MUTATE_AD_GROUP_CRITERIA:
serviceImpl.mutateAdGroupCriteria((com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest) request,
(io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
}
}
@java.lang.Override
@java.lang.SuppressWarnings("unchecked")
public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
default:
throw new AssertionError();
}
}
}
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getMutateAdGroupCriteriaMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v17.services.MutateAdGroupCriteriaRequest,
com.google.ads.googleads.v17.services.MutateAdGroupCriteriaResponse>(
service, METHODID_MUTATE_AD_GROUP_CRITERIA)))
.build();
}
private static abstract class AdGroupCriterionServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
AdGroupCriterionServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v17.services.AdGroupCriterionServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("AdGroupCriterionService");
}
}
private static final class AdGroupCriterionServiceFileDescriptorSupplier
extends AdGroupCriterionServiceBaseDescriptorSupplier {
AdGroupCriterionServiceFileDescriptorSupplier() {}
}
private static final class AdGroupCriterionServiceMethodDescriptorSupplier
extends AdGroupCriterionServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final java.lang.String methodName;
AdGroupCriterionServiceMethodDescriptorSupplier(java.lang.String methodName) {
this.methodName = methodName;
}
@java.lang.Override
public com.google.protobuf.Descriptors.MethodDescriptor getMethodDescriptor() {
return getServiceDescriptor().findMethodByName(methodName);
}
}
private static volatile io.grpc.ServiceDescriptor serviceDescriptor;
public static io.grpc.ServiceDescriptor getServiceDescriptor() {
io.grpc.ServiceDescriptor result = serviceDescriptor;
if (result == null) {
synchronized (AdGroupCriterionServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new AdGroupCriterionServiceFileDescriptorSupplier())
.addMethod(getMutateAdGroupCriteriaMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy