
com.google.ads.googleads.v9.services.CombinedAudienceServiceGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
package com.google.ads.googleads.v9.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* Service to manage combined audiences. This service can be used to list all
* your combined audiences with metadata, but won't show the structure and
* components of the combined audience.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v9/services/combined_audience_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class CombinedAudienceServiceGrpc {
private CombinedAudienceServiceGrpc() {}
public static final String SERVICE_NAME = "google.ads.googleads.v9.services.CombinedAudienceService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getGetCombinedAudienceMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetCombinedAudience",
requestType = com.google.ads.googleads.v9.services.GetCombinedAudienceRequest.class,
responseType = com.google.ads.googleads.v9.resources.CombinedAudience.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetCombinedAudienceMethod() {
io.grpc.MethodDescriptor getGetCombinedAudienceMethod;
if ((getGetCombinedAudienceMethod = CombinedAudienceServiceGrpc.getGetCombinedAudienceMethod) == null) {
synchronized (CombinedAudienceServiceGrpc.class) {
if ((getGetCombinedAudienceMethod = CombinedAudienceServiceGrpc.getGetCombinedAudienceMethod) == null) {
CombinedAudienceServiceGrpc.getGetCombinedAudienceMethod = getGetCombinedAudienceMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetCombinedAudience"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.services.GetCombinedAudienceRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.resources.CombinedAudience.getDefaultInstance()))
.setSchemaDescriptor(new CombinedAudienceServiceMethodDescriptorSupplier("GetCombinedAudience"))
.build();
}
}
}
return getGetCombinedAudienceMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static CombinedAudienceServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public CombinedAudienceServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new CombinedAudienceServiceStub(channel, callOptions);
}
};
return CombinedAudienceServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static CombinedAudienceServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public CombinedAudienceServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new CombinedAudienceServiceBlockingStub(channel, callOptions);
}
};
return CombinedAudienceServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static CombinedAudienceServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public CombinedAudienceServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new CombinedAudienceServiceFutureStub(channel, callOptions);
}
};
return CombinedAudienceServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to manage combined audiences. This service can be used to list all
* your combined audiences with metadata, but won't show the structure and
* components of the combined audience.
*
*/
public static abstract class CombinedAudienceServiceImplBase implements io.grpc.BindableService {
/**
*
* Returns the requested combined audience in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getCombinedAudience(com.google.ads.googleads.v9.services.GetCombinedAudienceRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetCombinedAudienceMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getGetCombinedAudienceMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v9.services.GetCombinedAudienceRequest,
com.google.ads.googleads.v9.resources.CombinedAudience>(
this, METHODID_GET_COMBINED_AUDIENCE)))
.build();
}
}
/**
*
* Service to manage combined audiences. This service can be used to list all
* your combined audiences with metadata, but won't show the structure and
* components of the combined audience.
*
*/
public static final class CombinedAudienceServiceStub extends io.grpc.stub.AbstractAsyncStub {
private CombinedAudienceServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected CombinedAudienceServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new CombinedAudienceServiceStub(channel, callOptions);
}
/**
*
* Returns the requested combined audience in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getCombinedAudience(com.google.ads.googleads.v9.services.GetCombinedAudienceRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetCombinedAudienceMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*
* Service to manage combined audiences. This service can be used to list all
* your combined audiences with metadata, but won't show the structure and
* components of the combined audience.
*
*/
public static final class CombinedAudienceServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub {
private CombinedAudienceServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected CombinedAudienceServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new CombinedAudienceServiceBlockingStub(channel, callOptions);
}
/**
*
* Returns the requested combined audience in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v9.resources.CombinedAudience getCombinedAudience(com.google.ads.googleads.v9.services.GetCombinedAudienceRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetCombinedAudienceMethod(), getCallOptions(), request);
}
}
/**
*
* Service to manage combined audiences. This service can be used to list all
* your combined audiences with metadata, but won't show the structure and
* components of the combined audience.
*
*/
public static final class CombinedAudienceServiceFutureStub extends io.grpc.stub.AbstractFutureStub {
private CombinedAudienceServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected CombinedAudienceServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new CombinedAudienceServiceFutureStub(channel, callOptions);
}
/**
*
* Returns the requested combined audience in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture getCombinedAudience(
com.google.ads.googleads.v9.services.GetCombinedAudienceRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetCombinedAudienceMethod(), getCallOptions()), request);
}
}
private static final int METHODID_GET_COMBINED_AUDIENCE = 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 CombinedAudienceServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(CombinedAudienceServiceImplBase 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_GET_COMBINED_AUDIENCE:
serviceImpl.getCombinedAudience((com.google.ads.googleads.v9.services.GetCombinedAudienceRequest) 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();
}
}
}
private static abstract class CombinedAudienceServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
CombinedAudienceServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v9.services.CombinedAudienceServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("CombinedAudienceService");
}
}
private static final class CombinedAudienceServiceFileDescriptorSupplier
extends CombinedAudienceServiceBaseDescriptorSupplier {
CombinedAudienceServiceFileDescriptorSupplier() {}
}
private static final class CombinedAudienceServiceMethodDescriptorSupplier
extends CombinedAudienceServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
CombinedAudienceServiceMethodDescriptorSupplier(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 (CombinedAudienceServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new CombinedAudienceServiceFileDescriptorSupplier())
.addMethod(getGetCombinedAudienceMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy