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