Class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub>
-
- com.google.ads.googleads.v10.services.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub
-
- Enclosing class:
- GoogleAdsFieldServiceGrpc
public static final class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub extends io.grpc.stub.AbstractFutureStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStub>
Service to fetch Google Ads API fields.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GoogleAdsField>getGoogleAdsField(GetGoogleAdsFieldRequest request)Returns just the requested field.com.google.common.util.concurrent.ListenableFuture<SearchGoogleAdsFieldsResponse>searchGoogleAdsFields(SearchGoogleAdsFieldsRequest request)Returns all fields that match the search query.
-
-
-
Method Detail
-
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]()
-
-