
com.google.ads.googleads.v9.services.KeywordViewServiceGrpc 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 manage keyword views.
*
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/ads/googleads/v9/services/keyword_view_service.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class KeywordViewServiceGrpc {
private KeywordViewServiceGrpc() {}
public static final String SERVICE_NAME = "google.ads.googleads.v9.services.KeywordViewService";
// Static method descriptors that strictly reflect the proto.
private static volatile io.grpc.MethodDescriptor getGetKeywordViewMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetKeywordView",
requestType = com.google.ads.googleads.v9.services.GetKeywordViewRequest.class,
responseType = com.google.ads.googleads.v9.resources.KeywordView.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor getGetKeywordViewMethod() {
io.grpc.MethodDescriptor getGetKeywordViewMethod;
if ((getGetKeywordViewMethod = KeywordViewServiceGrpc.getGetKeywordViewMethod) == null) {
synchronized (KeywordViewServiceGrpc.class) {
if ((getGetKeywordViewMethod = KeywordViewServiceGrpc.getGetKeywordViewMethod) == null) {
KeywordViewServiceGrpc.getGetKeywordViewMethod = getGetKeywordViewMethod =
io.grpc.MethodDescriptor.newBuilder()
.setType(io.grpc.MethodDescriptor.MethodType.UNARY)
.setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetKeywordView"))
.setSampledToLocalTracing(true)
.setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.services.GetKeywordViewRequest.getDefaultInstance()))
.setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
com.google.ads.googleads.v9.resources.KeywordView.getDefaultInstance()))
.setSchemaDescriptor(new KeywordViewServiceMethodDescriptorSupplier("GetKeywordView"))
.build();
}
}
}
return getGetKeywordViewMethod;
}
/**
* Creates a new async stub that supports all call types for the service
*/
public static KeywordViewServiceStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public KeywordViewServiceStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KeywordViewServiceStub(channel, callOptions);
}
};
return KeywordViewServiceStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
public static KeywordViewServiceBlockingStub newBlockingStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public KeywordViewServiceBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KeywordViewServiceBlockingStub(channel, callOptions);
}
};
return KeywordViewServiceBlockingStub.newStub(factory, channel);
}
/**
* Creates a new ListenableFuture-style stub that supports unary calls on the service
*/
public static KeywordViewServiceFutureStub newFutureStub(
io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
new io.grpc.stub.AbstractStub.StubFactory() {
@java.lang.Override
public KeywordViewServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KeywordViewServiceFutureStub(channel, callOptions);
}
};
return KeywordViewServiceFutureStub.newStub(factory, channel);
}
/**
*
* Service to manage keyword views.
*
*/
public static abstract class KeywordViewServiceImplBase implements io.grpc.BindableService {
/**
*
* Returns the requested keyword view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getKeywordView(com.google.ads.googleads.v9.services.GetKeywordViewRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetKeywordViewMethod(), responseObserver);
}
@java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
getGetKeywordViewMethod(),
io.grpc.stub.ServerCalls.asyncUnaryCall(
new MethodHandlers<
com.google.ads.googleads.v9.services.GetKeywordViewRequest,
com.google.ads.googleads.v9.resources.KeywordView>(
this, METHODID_GET_KEYWORD_VIEW)))
.build();
}
}
/**
*
* Service to manage keyword views.
*
*/
public static final class KeywordViewServiceStub extends io.grpc.stub.AbstractAsyncStub {
private KeywordViewServiceStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected KeywordViewServiceStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KeywordViewServiceStub(channel, callOptions);
}
/**
*
* Returns the requested keyword view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public void getKeywordView(com.google.ads.googleads.v9.services.GetKeywordViewRequest request,
io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getGetKeywordViewMethod(), getCallOptions()), request, responseObserver);
}
}
/**
*
* Service to manage keyword views.
*
*/
public static final class KeywordViewServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub {
private KeywordViewServiceBlockingStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected KeywordViewServiceBlockingStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KeywordViewServiceBlockingStub(channel, callOptions);
}
/**
*
* Returns the requested keyword view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.ads.googleads.v9.resources.KeywordView getKeywordView(com.google.ads.googleads.v9.services.GetKeywordViewRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetKeywordViewMethod(), getCallOptions(), request);
}
}
/**
*
* Service to manage keyword views.
*
*/
public static final class KeywordViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub {
private KeywordViewServiceFutureStub(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
protected KeywordViewServiceFutureStub build(
io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new KeywordViewServiceFutureStub(channel, callOptions);
}
/**
*
* Returns the requested keyword view in full detail.
* List of thrown errors:
* [AuthenticationError]()
* [AuthorizationError]()
* [HeaderError]()
* [InternalError]()
* [QuotaError]()
* [RequestError]()
*
*/
public com.google.common.util.concurrent.ListenableFuture getKeywordView(
com.google.ads.googleads.v9.services.GetKeywordViewRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetKeywordViewMethod(), getCallOptions()), request);
}
}
private static final int METHODID_GET_KEYWORD_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 KeywordViewServiceImplBase serviceImpl;
private final int methodId;
MethodHandlers(KeywordViewServiceImplBase 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_KEYWORD_VIEW:
serviceImpl.getKeywordView((com.google.ads.googleads.v9.services.GetKeywordViewRequest) 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 KeywordViewServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
KeywordViewServiceBaseDescriptorSupplier() {}
@java.lang.Override
public com.google.protobuf.Descriptors.FileDescriptor getFileDescriptor() {
return com.google.ads.googleads.v9.services.KeywordViewServiceProto.getDescriptor();
}
@java.lang.Override
public com.google.protobuf.Descriptors.ServiceDescriptor getServiceDescriptor() {
return getFileDescriptor().findServiceByName("KeywordViewService");
}
}
private static final class KeywordViewServiceFileDescriptorSupplier
extends KeywordViewServiceBaseDescriptorSupplier {
KeywordViewServiceFileDescriptorSupplier() {}
}
private static final class KeywordViewServiceMethodDescriptorSupplier
extends KeywordViewServiceBaseDescriptorSupplier
implements io.grpc.protobuf.ProtoMethodDescriptorSupplier {
private final String methodName;
KeywordViewServiceMethodDescriptorSupplier(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 (KeywordViewServiceGrpc.class) {
result = serviceDescriptor;
if (result == null) {
serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
.setSchemaDescriptor(new KeywordViewServiceFileDescriptorSupplier())
.addMethod(getGetKeywordViewMethod())
.build();
}
}
}
return result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy