Class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceImplBase

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

    public abstract static class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to fetch Google Ads API fields.
     
    • Constructor Detail

      • GoogleAdsFieldServiceImplBase

        public GoogleAdsFieldServiceImplBase()
    • Method Detail

      • getGoogleAdsField

        public 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

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

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService