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

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

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

import static io.grpc.MethodDescriptor.generateFullMethodName;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy