Class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub>
-
- com.google.ads.googleads.v10.services.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub
-
- Enclosing class:
- GoogleAdsFieldServiceGrpc
public static final class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub extends io.grpc.stub.AbstractAsyncStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStub>
Service to fetch Google Ads API fields.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceStubbuild(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.
-
-
-
Method Detail
-
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]()
-
-