Class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub>
com.google.ads.googleads.v18.services.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub
- Enclosing class:
- GoogleAdsFieldServiceGrpc
public static final class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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) com.google.common.util.concurrent.ListenableFuture<GoogleAdsField>Returns just the requested field.com.google.common.util.concurrent.ListenableFuture<SearchGoogleAdsFieldsResponse>Returns all fields that match the search query.Methods inherited from class io.grpc.stub.AbstractFutureStub
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.GoogleAdsFieldServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub>
-
getGoogleAdsField
public com.google.common.util.concurrent.ListenableFuture<GoogleAdsField> getGoogleAdsField(GetGoogleAdsFieldRequest request) Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
searchGoogleAdsFields
public com.google.common.util.concurrent.ListenableFuture<SearchGoogleAdsFieldsResponse> searchGoogleAdsFields(SearchGoogleAdsFieldsRequest request) Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
-