Show / Hide Table of Contents

Class BiddersResource.EndpointsResource

The "endpoints" collection of methods.

Inheritance
object
BiddersResource.EndpointsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BiddersResource.EndpointsResource

Constructors

EndpointsResource(IClientService)

Constructs a new resource.

Declaration
public EndpointsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Gets a bidder endpoint by its name.

Declaration
public virtual BiddersResource.EndpointsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
BiddersResource.EndpointsResource.GetRequest

List(string)

Lists all the bidder's endpoints.

Declaration
public virtual BiddersResource.EndpointsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
BiddersResource.EndpointsResource.ListRequest

Patch(Endpoint, string)

Updates a bidder's endpoint.

Declaration
public virtual BiddersResource.EndpointsResource.PatchRequest Patch(Endpoint body, string name)
Parameters
Type Name Description
Endpoint body

The body of the request.

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.

Returns
Type Description
BiddersResource.EndpointsResource.PatchRequest
In this article
Back to top Generated by DocFX