Class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub>
com.google.ads.googleads.v18.services.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub
- Enclosing class:
- GoogleAdsFieldServiceGrpc
public static final class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub
extends io.grpc.stub.AbstractAsyncStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub>
A stub to allow clients to do asynchronous rpc calls to service GoogleAdsFieldService.
Service to fetch Google Ads API fields.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgetGoogleAdsField(GetGoogleAdsFieldRequest request, io.grpc.stub.StreamObserver<GoogleAdsField> responseObserver) Returns just the requested field.voidsearchGoogleAdsFields(SearchGoogleAdsFieldsRequest request, io.grpc.stub.StreamObserver<SearchGoogleAdsFieldsResponse> responseObserver) Returns all fields that match the search query.Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub>
-
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]()
-