Interface GoogleAdsFieldServiceGrpc.AsyncService

All Known Implementing Classes:
GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceImplBase
Enclosing class:
GoogleAdsFieldServiceGrpc

public static interface GoogleAdsFieldServiceGrpc.AsyncService
 Service to fetch Google Ads API fields.
 
  • Method Details

    • 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]()