Class GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- GeoTargetConstantServiceGrpc
public abstract static class GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch geo target constants.
-
-
Constructor Summary
Constructors Constructor Description GeoTargetConstantServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidsuggestGeoTargetConstants(SuggestGeoTargetConstantsRequest request, io.grpc.stub.StreamObserver<SuggestGeoTargetConstantsResponse> responseObserver)Returns GeoTargetConstant suggestions by location name or by resource name.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-