class SearchAds360Fields extends Resource (View source)

The "searchAds360Fields" collection of methods.

Typical usage is:

 $searchads360Service = new Google\Service\SA360(...);
 $searchAds360Fields = $searchads360Service->searchAds360Fields;

Methods

get(string $resourceName, array $optParams = [])

Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() (searchAds360Fields.get)

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)

Details

GoogleAdsSearchads360V0ResourcesSearchAds360Field get(string $resourceName, array $optParams = [])

Returns just the requested field. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() (searchAds360Fields.get)

Parameters

string $resourceName

Required. The resource name of the field to get.

array $optParams

Optional parameters.

Return Value

GoogleAdsSearchads360V0ResourcesSearchAds360Field

Exceptions

Exception

Returns all fields that match the search query. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QueryError]() [QuotaError]() [RequestError]() (searchAds360Fields.search)

Parameters

GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsRequest $postBody
array $optParams

Optional parameters.

Return Value

GoogleAdsSearchads360V0ServicesSearchSearchAds360FieldsResponse

Exceptions

Exception