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

com.google.ads.googleads.v9.services.CampaignAudienceViewServiceGrpc Maven / Gradle / Ivy

The newest version!
package com.google.ads.googleads.v9.services;

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 * 
 * Service to manage campaign audience views.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/ads/googleads/v9/services/campaign_audience_view_service.proto") @io.grpc.stub.annotations.GrpcGenerated public final class CampaignAudienceViewServiceGrpc { private CampaignAudienceViewServiceGrpc() {} public static final String SERVICE_NAME = "google.ads.googleads.v9.services.CampaignAudienceViewService"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor getGetCampaignAudienceViewMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetCampaignAudienceView", requestType = com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest.class, responseType = com.google.ads.googleads.v9.resources.CampaignAudienceView.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetCampaignAudienceViewMethod() { io.grpc.MethodDescriptor getGetCampaignAudienceViewMethod; if ((getGetCampaignAudienceViewMethod = CampaignAudienceViewServiceGrpc.getGetCampaignAudienceViewMethod) == null) { synchronized (CampaignAudienceViewServiceGrpc.class) { if ((getGetCampaignAudienceViewMethod = CampaignAudienceViewServiceGrpc.getGetCampaignAudienceViewMethod) == null) { CampaignAudienceViewServiceGrpc.getGetCampaignAudienceViewMethod = getGetCampaignAudienceViewMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetCampaignAudienceView")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.ads.googleads.v9.resources.CampaignAudienceView.getDefaultInstance())) .setSchemaDescriptor(new CampaignAudienceViewServiceMethodDescriptorSupplier("GetCampaignAudienceView")) .build(); } } } return getGetCampaignAudienceViewMethod; } /** * Creates a new async stub that supports all call types for the service */ public static CampaignAudienceViewServiceStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public CampaignAudienceViewServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CampaignAudienceViewServiceStub(channel, callOptions); } }; return CampaignAudienceViewServiceStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static CampaignAudienceViewServiceBlockingStub newBlockingStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public CampaignAudienceViewServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CampaignAudienceViewServiceBlockingStub(channel, callOptions); } }; return CampaignAudienceViewServiceBlockingStub.newStub(factory, channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static CampaignAudienceViewServiceFutureStub newFutureStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public CampaignAudienceViewServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CampaignAudienceViewServiceFutureStub(channel, callOptions); } }; return CampaignAudienceViewServiceFutureStub.newStub(factory, channel); } /** *
   * Service to manage campaign audience views.
   * 
*/ public static abstract class CampaignAudienceViewServiceImplBase implements io.grpc.BindableService { /** *
     * Returns the requested campaign audience view in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public void getCampaignAudienceView(com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetCampaignAudienceViewMethod(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getGetCampaignAudienceViewMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest, com.google.ads.googleads.v9.resources.CampaignAudienceView>( this, METHODID_GET_CAMPAIGN_AUDIENCE_VIEW))) .build(); } } /** *
   * Service to manage campaign audience views.
   * 
*/ public static final class CampaignAudienceViewServiceStub extends io.grpc.stub.AbstractAsyncStub { private CampaignAudienceViewServiceStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected CampaignAudienceViewServiceStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CampaignAudienceViewServiceStub(channel, callOptions); } /** *
     * Returns the requested campaign audience view in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public void getCampaignAudienceView(com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetCampaignAudienceViewMethod(), getCallOptions()), request, responseObserver); } } /** *
   * Service to manage campaign audience views.
   * 
*/ public static final class CampaignAudienceViewServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private CampaignAudienceViewServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected CampaignAudienceViewServiceBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CampaignAudienceViewServiceBlockingStub(channel, callOptions); } /** *
     * Returns the requested campaign audience view in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public com.google.ads.googleads.v9.resources.CampaignAudienceView getCampaignAudienceView(com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetCampaignAudienceViewMethod(), getCallOptions(), request); } } /** *
   * Service to manage campaign audience views.
   * 
*/ public static final class CampaignAudienceViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub { private CampaignAudienceViewServiceFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected CampaignAudienceViewServiceFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CampaignAudienceViewServiceFutureStub(channel, callOptions); } /** *
     * Returns the requested campaign audience view in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getCampaignAudienceView( com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetCampaignAudienceViewMethod(), getCallOptions()), request); } } private static final int METHODID_GET_CAMPAIGN_AUDIENCE_VIEW = 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 CampaignAudienceViewServiceImplBase serviceImpl; private final int methodId; MethodHandlers(CampaignAudienceViewServiceImplBase 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_CAMPAIGN_AUDIENCE_VIEW: serviceImpl.getCampaignAudienceView((com.google.ads.googleads.v9.services.GetCampaignAudienceViewRequest) 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 CampaignAudienceViewServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { CampaignAudienceViewServiceBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.ads.googleads.v9.services.CampaignAudienceViewServiceProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("CampaignAudienceViewService"); } } private static final class CampaignAudienceViewServiceFileDescriptorSupplier extends CampaignAudienceViewServiceBaseDescriptorSupplier { CampaignAudienceViewServiceFileDescriptorSupplier() {} } private static final class CampaignAudienceViewServiceMethodDescriptorSupplier extends CampaignAudienceViewServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; CampaignAudienceViewServiceMethodDescriptorSupplier(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 (CampaignAudienceViewServiceGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new CampaignAudienceViewServiceFileDescriptorSupplier()) .addMethod(getGetCampaignAudienceViewMethod()) .build(); } } } return result; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy