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