Class ProjectsResource.LocationsResource.TriggersResource.PatchRequest
Updates a BuildTrigger
by its project ID and trigger ID.
Inheritance
ProjectsResource.LocationsResource.TriggersResource.PatchRequest
Inherited Members
Namespace: Google.Apis.CloudBuild.v1
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class ProjectsResource.LocationsResource.TriggersResource.PatchRequest : CloudBuildBaseServiceRequest<BuildTrigger>, IClientServiceRequest<BuildTrigger>, IClientServiceRequest
Constructors
PatchRequest(IClientService, BuildTrigger, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, BuildTrigger body, string resourceName)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BuildTrigger | body | |
string | resourceName |
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
ProjectId
Required. ID of the project that owns the trigger.
Declaration
[RequestParameter("projectId", RequestParameterType.Query)]
public virtual string ProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
ResourceName
The Trigger
name with format: projects/{project}/locations/{location}/triggers/{trigger}
,
where {trigger} is a unique identifier generated by the service.
Declaration
[RequestParameter("resourceName", RequestParameterType.Path)]
public virtual string ResourceName { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
TriggerId
Required. ID of the BuildTrigger
to update.
Declaration
[RequestParameter("triggerId", RequestParameterType.Query)]
public virtual string TriggerId { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdateMask
Update mask for the resource. If this is set, the server will only update the fields specified in the field mask. Otherwise, a full update of the mutable resource fields will be performed.
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()