
com.google.ads.googleads.v9.services.DynamicSearchAdsSearchTermViewServiceGrpc Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v9 Show documentation
Show all versions of google-ads-stubs-v9 Show documentation
Stubs for GAAPI version google-ads-stubs-v9
The newest version!
package com.google.ads.googleads.v9.services;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
*
* Service to fetch dynamic search ads views.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v9/services/dynamic_search_ads_search_term_view_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DynamicSearchAdsSearchTermViewServiceGrpc {
private DynamicSearchAdsSearchTermViewServiceGrpc() {}
public static final String SERVICE_NAME = "google.ads.googleads.v9.services.DynamicSearchAdsSearchTermViewService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getGetDynamicSearchAdsSearchTermViewMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetDynamicSearchAdsSearchTermView",
requestType = com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest.class,
responseType = com.google.ads.googleads.v9.resources.DynamicSearchAdsSearchTermView.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetDynamicSearchAdsSearchTermViewMethod() {
io.grpc.MethodDescriptor getGetDynamicSearchAdsSearchTermViewMethod;
if ((getGetDynamicSearchAdsSearchTermViewMethod = DynamicSearchAdsSearchTermViewServiceGrpc.getGetDynamicSearchAdsSearchTermViewMethod) == null) {
synchronized (DynamicSearchAdsSearchTermViewServiceGrpc.class) {
if ((getGetDynamicSearchAdsSearchTermViewMethod = DynamicSearchAdsSearchTermViewServiceGrpc.getGetDynamicSearchAdsSearchTermViewMethod) == null) {
DynamicSearchAdsSearchTermViewServiceGrpc.getGetDynamicSearchAdsSearchTermViewMethod = getGetDynamicSearchAdsSearchTermViewMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetDynamicSearchAdsSearchTermView"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.resources.DynamicSearchAdsSearchTermView.getDefaultInstance()))
.setSchemaDescriptor(new DynamicSearchAdsSearchTermViewServiceMethodDescriptorSupplier("GetDynamicSearchAdsSearchTermView"))
.build();
}
}
}
return getGetDynamicSearchAdsSearchTermViewMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static DynamicSearchAdsSearchTermViewServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public DynamicSearchAdsSearchTermViewServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new DynamicSearchAdsSearchTermViewServiceStub(channel, callOptions);
}
};
return DynamicSearchAdsSearchTermViewServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static DynamicSearchAdsSearchTermViewServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public DynamicSearchAdsSearchTermViewServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new DynamicSearchAdsSearchTermViewServiceBlockingStub(channel, callOptions);
}
};
return DynamicSearchAdsSearchTermViewServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static DynamicSearchAdsSearchTermViewServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public DynamicSearchAdsSearchTermViewServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new DynamicSearchAdsSearchTermViewServiceFutureStub(channel, callOptions);
}
};
return DynamicSearchAdsSearchTermViewServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to fetch dynamic search ads views.
*
*/
public static abstract class DynamicSearchAdsSearchTermViewServiceImplBase implements io.grpc.BindableService {
/**
*
* Returns the requested dynamic search ads search term view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getDynamicSearchAdsSearchTermView(com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetDynamicSearchAdsSearchTermViewMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getGetDynamicSearchAdsSearchTermViewMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest,
com.google.ads.googleads.v9.resources.DynamicSearchAdsSearchTermView>(
this, METHODID_GET_DYNAMIC_SEARCH_ADS_SEARCH_TERM_VIEW)))
.build();
}
}
/**
*
* Service to fetch dynamic search ads views.
*
*/
public static final class DynamicSearchAdsSearchTermViewServiceStub extends io.grpc.stub.AbstractAsyncStub {
private DynamicSearchAdsSearchTermViewServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected DynamicSearchAdsSearchTermViewServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new DynamicSearchAdsSearchTermViewServiceStub(channel, callOptions);
}
/**
*
* Returns the requested dynamic search ads search term view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getDynamicSearchAdsSearchTermView(com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetDynamicSearchAdsSearchTermViewMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*
* Service to fetch dynamic search ads views.
*
*/
public static final class DynamicSearchAdsSearchTermViewServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub {
private DynamicSearchAdsSearchTermViewServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected DynamicSearchAdsSearchTermViewServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new DynamicSearchAdsSearchTermViewServiceBlockingStub(channel, callOptions);
}
/**
*
* Returns the requested dynamic search ads search term view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v9.resources.DynamicSearchAdsSearchTermView getDynamicSearchAdsSearchTermView(com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetDynamicSearchAdsSearchTermViewMethod(), getCallOptions(), request);
}
}
/**
*
* Service to fetch dynamic search ads views.
*
*/
public static final class DynamicSearchAdsSearchTermViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub {
private DynamicSearchAdsSearchTermViewServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected DynamicSearchAdsSearchTermViewServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new DynamicSearchAdsSearchTermViewServiceFutureStub(channel, callOptions);
}
/**
*
* Returns the requested dynamic search ads search term view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture getDynamicSearchAdsSearchTermView(
com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetDynamicSearchAdsSearchTermViewMethod(), getCallOptions()), request);
}
}
private static final int METHODID_GET_DYNAMIC_SEARCH_ADS_SEARCH_TERM_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 DynamicSearchAdsSearchTermViewServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(DynamicSearchAdsSearchTermViewServiceImplBase 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_DYNAMIC_SEARCH_ADS_SEARCH_TERM_VIEW:
serviceImpl.getDynamicSearchAdsSearchTermView((com.google.ads.googleads.v9.services.GetDynamicSearchAdsSearchTermViewRequest) 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 DynamicSearchAdsSearchTermViewServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
DynamicSearchAdsSearchTermViewServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v9.services.DynamicSearchAdsSearchTermViewServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("DynamicSearchAdsSearchTermViewService");
}
}
private static final class DynamicSearchAdsSearchTermViewServiceFileDescriptorSupplier
extends DynamicSearchAdsSearchTermViewServiceBaseDescriptorSupplier {
DynamicSearchAdsSearchTermViewServiceFileDescriptorSupplier() {}
}
private static final class DynamicSearchAdsSearchTermViewServiceMethodDescriptorSupplier
extends DynamicSearchAdsSearchTermViewServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
DynamicSearchAdsSearchTermViewServiceMethodDescriptorSupplier(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 (DynamicSearchAdsSearchTermViewServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new DynamicSearchAdsSearchTermViewServiceFileDescriptorSupplier())
.addMethod(getGetDynamicSearchAdsSearchTermViewMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy