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

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

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

import static io.grpc.MethodDescriptor.generateFullMethodName;

/**
 * 
 * Service to get clients in a customer's hierarchy.
 * 
*/ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/ads/googleads/v9/services/customer_client_service.proto") @io.grpc.stub.annotations.GrpcGenerated public final class CustomerClientServiceGrpc { private CustomerClientServiceGrpc() {} public static final String SERVICE_NAME = "google.ads.googleads.v9.services.CustomerClientService"; // Static method descriptors that strictly reflect the proto. private static volatile io.grpc.MethodDescriptor getGetCustomerClientMethod; @io.grpc.stub.annotations.RpcMethod( fullMethodName = SERVICE_NAME + '/' + "GetCustomerClient", requestType = com.google.ads.googleads.v9.services.GetCustomerClientRequest.class, responseType = com.google.ads.googleads.v9.resources.CustomerClient.class, methodType = io.grpc.MethodDescriptor.MethodType.UNARY) public static io.grpc.MethodDescriptor getGetCustomerClientMethod() { io.grpc.MethodDescriptor getGetCustomerClientMethod; if ((getGetCustomerClientMethod = CustomerClientServiceGrpc.getGetCustomerClientMethod) == null) { synchronized (CustomerClientServiceGrpc.class) { if ((getGetCustomerClientMethod = CustomerClientServiceGrpc.getGetCustomerClientMethod) == null) { CustomerClientServiceGrpc.getGetCustomerClientMethod = getGetCustomerClientMethod = io.grpc.MethodDescriptor.newBuilder() .setType(io.grpc.MethodDescriptor.MethodType.UNARY) .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetCustomerClient")) .setSampledToLocalTracing(true) .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.ads.googleads.v9.services.GetCustomerClientRequest.getDefaultInstance())) .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller( com.google.ads.googleads.v9.resources.CustomerClient.getDefaultInstance())) .setSchemaDescriptor(new CustomerClientServiceMethodDescriptorSupplier("GetCustomerClient")) .build(); } } } return getGetCustomerClientMethod; } /** * Creates a new async stub that supports all call types for the service */ public static CustomerClientServiceStub newStub(io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public CustomerClientServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CustomerClientServiceStub(channel, callOptions); } }; return CustomerClientServiceStub.newStub(factory, channel); } /** * Creates a new blocking-style stub that supports unary and streaming output calls on the service */ public static CustomerClientServiceBlockingStub newBlockingStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public CustomerClientServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CustomerClientServiceBlockingStub(channel, callOptions); } }; return CustomerClientServiceBlockingStub.newStub(factory, channel); } /** * Creates a new ListenableFuture-style stub that supports unary calls on the service */ public static CustomerClientServiceFutureStub newFutureStub( io.grpc.Channel channel) { io.grpc.stub.AbstractStub.StubFactory factory = new io.grpc.stub.AbstractStub.StubFactory() { @java.lang.Override public CustomerClientServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CustomerClientServiceFutureStub(channel, callOptions); } }; return CustomerClientServiceFutureStub.newStub(factory, channel); } /** *
   * Service to get clients in a customer's hierarchy.
   * 
*/ public static abstract class CustomerClientServiceImplBase implements io.grpc.BindableService { /** *
     * Returns the requested client in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public void getCustomerClient(com.google.ads.googleads.v9.services.GetCustomerClientRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetCustomerClientMethod(), responseObserver); } @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() { return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor()) .addMethod( getGetCustomerClientMethod(), io.grpc.stub.ServerCalls.asyncUnaryCall( new MethodHandlers< com.google.ads.googleads.v9.services.GetCustomerClientRequest, com.google.ads.googleads.v9.resources.CustomerClient>( this, METHODID_GET_CUSTOMER_CLIENT))) .build(); } } /** *
   * Service to get clients in a customer's hierarchy.
   * 
*/ public static final class CustomerClientServiceStub extends io.grpc.stub.AbstractAsyncStub { private CustomerClientServiceStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected CustomerClientServiceStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CustomerClientServiceStub(channel, callOptions); } /** *
     * Returns the requested client in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public void getCustomerClient(com.google.ads.googleads.v9.services.GetCustomerClientRequest request, io.grpc.stub.StreamObserver responseObserver) { io.grpc.stub.ClientCalls.asyncUnaryCall( getChannel().newCall(getGetCustomerClientMethod(), getCallOptions()), request, responseObserver); } } /** *
   * Service to get clients in a customer's hierarchy.
   * 
*/ public static final class CustomerClientServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub { private CustomerClientServiceBlockingStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected CustomerClientServiceBlockingStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CustomerClientServiceBlockingStub(channel, callOptions); } /** *
     * Returns the requested client in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public com.google.ads.googleads.v9.resources.CustomerClient getCustomerClient(com.google.ads.googleads.v9.services.GetCustomerClientRequest request) { return io.grpc.stub.ClientCalls.blockingUnaryCall( getChannel(), getGetCustomerClientMethod(), getCallOptions(), request); } } /** *
   * Service to get clients in a customer's hierarchy.
   * 
*/ public static final class CustomerClientServiceFutureStub extends io.grpc.stub.AbstractFutureStub { private CustomerClientServiceFutureStub( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { super(channel, callOptions); } @java.lang.Override protected CustomerClientServiceFutureStub build( io.grpc.Channel channel, io.grpc.CallOptions callOptions) { return new CustomerClientServiceFutureStub(channel, callOptions); } /** *
     * Returns the requested client in full detail.
     * List of thrown errors:
     *   [AuthenticationError]()
     *   [AuthorizationError]()
     *   [HeaderError]()
     *   [InternalError]()
     *   [QuotaError]()
     *   [RequestError]()
     * 
*/ public com.google.common.util.concurrent.ListenableFuture getCustomerClient( com.google.ads.googleads.v9.services.GetCustomerClientRequest request) { return io.grpc.stub.ClientCalls.futureUnaryCall( getChannel().newCall(getGetCustomerClientMethod(), getCallOptions()), request); } } private static final int METHODID_GET_CUSTOMER_CLIENT = 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 CustomerClientServiceImplBase serviceImpl; private final int methodId; MethodHandlers(CustomerClientServiceImplBase 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_CUSTOMER_CLIENT: serviceImpl.getCustomerClient((com.google.ads.googleads.v9.services.GetCustomerClientRequest) 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 CustomerClientServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier { CustomerClientServiceBaseDescriptorSupplier() {} @java.lang.Override public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() { return com.google.ads.googleads.v9.services.CustomerClientServiceProto.getDescriptor(); } @java.lang.Override public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() { return getFileDescriptor().findServiceByName("CustomerClientService"); } } private static final class CustomerClientServiceFileDescriptorSupplier extends CustomerClientServiceBaseDescriptorSupplier { CustomerClientServiceFileDescriptorSupplier() {} } private static final class CustomerClientServiceMethodDescriptorSupplier extends CustomerClientServiceBaseDescriptorSupplier implements io.grpc.protobuf.ProtoMethodDescriptorSupplier { private final String methodName; CustomerClientServiceMethodDescriptorSupplier(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 (CustomerClientServiceGrpc.class) { result = serviceDescriptor; if (result == null) { serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME) .setSchemaDescriptor(new CustomerClientServiceFileDescriptorSupplier()) .addMethod(getGetCustomerClientMethod()) .build(); } } } return result; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy