Show / Hide Table of Contents

Class FoldersResource.BigQueryExportsResource.PatchRequest

Updates a BigQuery export.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>
FoldersResource.BigQueryExportsResource.PatchRequest
Implements
IClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>
IClientServiceRequest
Inherited Members
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.Xgafv
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.AccessToken
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.Alt
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.Callback
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.Fields
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.Key
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.OauthToken
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.PrettyPrint
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.QuotaUser
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.UploadType
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.UploadProtocol
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.Execute()
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ExecuteAsync()
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ETagAction
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ModifyRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ValidateParameters
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.ApiVersion
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.RequestParameters
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.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.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class FoldersResource.BigQueryExportsResource.PatchRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>, IClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>, IClientServiceRequest

Constructors

PatchRequest(IClientService, GoogleCloudSecuritycenterV1BigQueryExport, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudSecuritycenterV1BigQueryExport body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudSecuritycenterV1BigQueryExport body
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

The relative resource name of this export. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name. Example format: "organizations/{organization_id}/bigQueryExports/{export_id}" Example format: "folders/{folder_id}/bigQueryExports/{export_id}" Example format: "projects/{project_id}/bigQueryExports/{export_id}" This field is provided in responses, and is ignored when provided in create requests.

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

UpdateMask

The list of fields to be updated. If empty all mutable fields will be updated.

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.InitParameters()

Implements

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