Class GeographicViewServiceGrpc.GeographicViewServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GeographicViewServiceGrpc.GeographicViewServiceBlockingStub>
-
- com.google.ads.googleads.v9.services.GeographicViewServiceGrpc.GeographicViewServiceBlockingStub
-
- Enclosing class:
- GeographicViewServiceGrpc
public static final class GeographicViewServiceGrpc.GeographicViewServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<GeographicViewServiceGrpc.GeographicViewServiceBlockingStub>
Service to manage geographic views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GeographicViewServiceGrpc.GeographicViewServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GeographicViewgetGeographicView(GetGeographicViewRequest request)Returns the requested geographic view in full detail.
-
-
-
Method Detail
-
build
protected GeographicViewServiceGrpc.GeographicViewServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GeographicViewServiceGrpc.GeographicViewServiceBlockingStub>
-
getGeographicView
public GeographicView getGeographicView(GetGeographicViewRequest request)
Returns the requested geographic view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-