SearchAds360Fields
class SearchAds360Fields extends Resource (View source)
The "searchAds360Fields" collection of methods.
Typical usage is:
$searchads360Service = new Google\Service\SA360(...);
$searchAds360Fields = $searchads360Service->searchAds360Fields;
Methods
Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() (searchAds360Fields.get)
Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]() (searchAds360Fields.search)
Details
GoogleAdsSearchads360V0ResourcesSearchAds360Field
get(string $resourceName, array $optParams = [])
Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() (searchAds360Fields.get)
GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsResponse
search(GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest $postBody, array $optParams = [])
Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]() (searchAds360Fields.search)