Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TriggersResource.PatchRequest

Updates a BuildTrigger by its project ID and trigger ID.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BuildTrigger>
CloudBuildBaseServiceRequest<BuildTrigger>
ProjectsResource.LocationsResource.TriggersResource.PatchRequest
Implements
IClientServiceRequest<BuildTrigger>
IClientServiceRequest
Inherited Members
CloudBuildBaseServiceRequest<BuildTrigger>.Xgafv
CloudBuildBaseServiceRequest<BuildTrigger>.AccessToken
CloudBuildBaseServiceRequest<BuildTrigger>.Alt
CloudBuildBaseServiceRequest<BuildTrigger>.Callback
CloudBuildBaseServiceRequest<BuildTrigger>.Fields
CloudBuildBaseServiceRequest<BuildTrigger>.Key
CloudBuildBaseServiceRequest<BuildTrigger>.OauthToken
CloudBuildBaseServiceRequest<BuildTrigger>.PrettyPrint
CloudBuildBaseServiceRequest<BuildTrigger>.QuotaUser
CloudBuildBaseServiceRequest<BuildTrigger>.UploadType
CloudBuildBaseServiceRequest<BuildTrigger>.UploadProtocol
ClientServiceRequest<BuildTrigger>.Execute()
ClientServiceRequest<BuildTrigger>.ExecuteAsStream()
ClientServiceRequest<BuildTrigger>.ExecuteAsync()
ClientServiceRequest<BuildTrigger>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BuildTrigger>.ExecuteAsStreamAsync()
ClientServiceRequest<BuildTrigger>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BuildTrigger>.CreateRequest(bool?)
ClientServiceRequest<BuildTrigger>.GenerateRequestUri()
ClientServiceRequest<BuildTrigger>.GetDefaultETagAction(string)
ClientServiceRequest<BuildTrigger>.ETagAction
ClientServiceRequest<BuildTrigger>.ModifyRequest
ClientServiceRequest<BuildTrigger>.ValidateParameters
ClientServiceRequest<BuildTrigger>.ApiVersion
ClientServiceRequest<BuildTrigger>.RequestParameters
ClientServiceRequest<BuildTrigger>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
ClientServiceRequest<BuildTrigger>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BuildTrigger>.MethodName

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
ClientServiceRequest<BuildTrigger>.RestPath

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
ClientServiceRequest<BuildTrigger>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudBuildBaseServiceRequest<BuildTrigger>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX