Class GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub>
-
- com.google.ads.googleads.v10.services.GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub
-
- Enclosing class:
- GeoTargetConstantServiceGrpc
public static final class GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub extends io.grpc.stub.AbstractAsyncStub<GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub>
Service to fetch geo target constants.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidsuggestGeoTargetConstants(SuggestGeoTargetConstantsRequest request, io.grpc.stub.StreamObserver<SuggestGeoTargetConstantsResponse> responseObserver)Returns GeoTargetConstant suggestions by location name or by resource name.
-
-
-
Method Detail
-
build
protected GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GeoTargetConstantServiceGrpc.GeoTargetConstantServiceStub>
-
suggestGeoTargetConstants
public void suggestGeoTargetConstants(SuggestGeoTargetConstantsRequest request, io.grpc.stub.StreamObserver<SuggestGeoTargetConstantsResponse> responseObserver)
Returns GeoTargetConstant suggestions by location name or by resource name. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [GeoTargetConstantSuggestionError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-