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