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

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

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

import static io.grpc.MethodDescriptor.generateFullMethodName;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy