Interface GeoTargetConstantServiceGrpc.AsyncService
-
- All Known Implementing Classes:
GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase
- Enclosing class:
- GeoTargetConstantServiceGrpc
public static interface GeoTargetConstantServiceGrpc.AsyncServiceService to fetch geo target constants.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidsuggestGeoTargetConstants(SuggestGeoTargetConstantsRequest request, io.grpc.stub.StreamObserver<SuggestGeoTargetConstantsResponse> responseObserver)Returns GeoTargetConstant suggestions by location name or by resource name.
-
-
-
Method Detail
-
suggestGeoTargetConstants
default 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]()
-
-