Interface GoogleAdsFieldServiceGrpc.AsyncService

    • Method Detail

      • getGoogleAdsField

        default void getGoogleAdsField​(GetGoogleAdsFieldRequest request,
                                       io.grpc.stub.StreamObserver<GoogleAdsField> responseObserver)
         Returns just the requested field.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • searchGoogleAdsFields

        default void searchGoogleAdsFields​(SearchGoogleAdsFieldsRequest request,
                                           io.grpc.stub.StreamObserver<SearchGoogleAdsFieldsResponse> responseObserver)
         Returns all fields that match the search query.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QueryError]()
           [QuotaError]()
           [RequestError]()