Class BiddersResource.EndpointsResource.PatchRequest
Updates a bidder's endpoint.
Inheritance
BiddersResource.EndpointsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class BiddersResource.EndpointsResource.PatchRequest : RealTimeBiddingBaseServiceRequest<Endpoint>, IClientServiceRequest<Endpoint>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Endpoint, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Endpoint body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Endpoint | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Field mask to use for partial in-place updates.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()