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

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

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

import static io.grpc.MethodDescriptor.generateFullMethodName;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy