Class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub
-
- Enclosing class:
- GoogleAdsFieldServiceGrpc
public static final class GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub>
Service to fetch Google Ads API fields.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GoogleAdsFieldgetGoogleAdsField(GetGoogleAdsFieldRequest request)Returns just the requested field.SearchGoogleAdsFieldsResponsesearchGoogleAdsFields(SearchGoogleAdsFieldsRequest request)Returns all fields that match the search query.
-
-
-
Method Detail
-
build
protected GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GoogleAdsFieldServiceGrpc.GoogleAdsFieldServiceBlockingStub>
-
getGoogleAdsField
public GoogleAdsField getGoogleAdsField(GetGoogleAdsFieldRequest request)
Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
searchGoogleAdsFields
public SearchGoogleAdsFieldsResponse searchGoogleAdsFields(SearchGoogleAdsFieldsRequest request)
Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]()
-
-