Class RoutinesResource.UpdateRequest
Updates information in an existing routine. The update method replaces the entire Routine resource.
Inheritance
object
RoutinesResource.UpdateRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class RoutinesResource.UpdateRequest : BigqueryBaseServiceRequest<Routine>, IClientServiceRequest<Routine>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, Routine, string, string, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, Routine body, string projectId, string datasetId, string routineId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
Routine | body | |
string | projectId | |
string | datasetId | |
string | routineId |
Properties
DatasetId
Required. Dataset ID of the routine to update
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.Routine>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.Routine>.MethodName
ProjectId
Required. Project ID of the routine to update
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.Routine>.RestPath
RoutineId
Required. Routine ID of the routine to update
Declaration
[RequestParameter("routineId", RequestParameterType.Path)]
public virtual string RoutineId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Bigquery.v2.Data.Routine>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Bigquery.v2.BigqueryBaseServiceRequest<Google.Apis.Bigquery.v2.Data.Routine>.InitParameters()