class BiddersEndpoints extends Resource (View source)

The "endpoints" collection of methods.

Typical usage is:

 $realtimebiddingService = new Google\Service\RealTimeBidding(...);
 $endpoints = $realtimebiddingService->bidders_endpoints;

Methods

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

Gets a bidder endpoint by its name. (endpoints.get)

listBiddersEndpoints(string $parent, array $optParams = [])

Lists all the bidder's endpoints. (endpoints.listBiddersEndpoints)

patch(string $name, Endpoint $postBody, array $optParams = [])

Updates a bidder's endpoint. (endpoints.patch)

Details

Endpoint get(string $name, array $optParams = [])

Gets a bidder endpoint by its name. (endpoints.get)

Parameters

string $name

Required. Name of the bidder endpoint to get. Format: bidders/{bidderAccountId}/endpoints/{endpointId}

array $optParams

Optional parameters.

Return Value

Endpoint

Exceptions

Exception

ListEndpointsResponse listBiddersEndpoints(string $parent, array $optParams = [])

Lists all the bidder's endpoints. (endpoints.listBiddersEndpoints)

Parameters

string $parent

Required. Name of the bidder whose endpoints will be listed. Format: bidders/{bidderAccountId}

array $optParams

Optional parameters.

Return Value

ListEndpointsResponse

Exceptions

Exception

Endpoint patch(string $name, Endpoint $postBody, array $optParams = [])

Updates a bidder's endpoint. (endpoints.patch)

Parameters

string $name

Output only. Name of the endpoint resource that must follow the pattern bidders/{bidderAccountId}/endpoints/{endpointId}, where {bidderAccountId} is the account ID of the bidder who operates this endpoint, and {endpointId} is a unique ID assigned by the server.

Endpoint $postBody
array $optParams

Optional parameters.

Return Value

Endpoint

Exceptions

Exception