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

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

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

import static io.grpc.MethodDescriptor.generateFullMethodName;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy