Class GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    GeoTargetConstantServiceGrpc

    public abstract static class GeoTargetConstantServiceGrpc.GeoTargetConstantServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch geo target constants.
     
    • Constructor Detail

      • GeoTargetConstantServiceImplBase

        public GeoTargetConstantServiceImplBase()
    • 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:
        bindService in interface io.grpc.BindableService