Class ModelsResource.PatchRequest
Patch specific fields in the specified model.
Inheritance
ModelsResource.PatchRequest
Inherited Members
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ModelsResource.PatchRequest : BigqueryBaseServiceRequest<Model>, IClientServiceRequest<Model>, IClientServiceRequest
Constructors
PatchRequest(IClientService, Model, string, string, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, Model body, string projectId, string datasetId, string modelId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Model | body | |
string | projectId | |
string | datasetId | |
string | modelId |
Properties
DatasetId
Required. Dataset ID of the model to patch.
Declaration
[RequestParameter("datasetId", RequestParameterType.Path)]
public virtual string DatasetId { get; }
Property Value
Type | Description |
---|---|
string |
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
ModelId
Required. Model ID of the model to patch.
Declaration
[RequestParameter("modelId", RequestParameterType.Path)]
public virtual string ModelId { get; }
Property Value
Type | Description |
---|---|
string |
ProjectId
Required. Project ID of the model to patch.
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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()