Show / Hide Table of Contents

Class OrganizationsResource.BigQueryExportsResource.CreateRequest

Creates a BigQuery export.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>
SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>
OrganizationsResource.BigQueryExportsResource.CreateRequest
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 OrganizationsResource.BigQueryExportsResource.CreateRequest : SecurityCommandCenterBaseServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>, IClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>, IClientServiceRequest

Constructors

CreateRequest(IClientService, GoogleCloudSecuritycenterV1BigQueryExport, string)

Constructs a new Create request.

Declaration
public CreateRequest(IClientService service, GoogleCloudSecuritycenterV1BigQueryExport body, string parent)
Parameters
Type Name Description
IClientService service
GoogleCloudSecuritycenterV1BigQueryExport body
string parent

Properties

BigQueryExportId

Required. Unique identifier provided by the client within the parent scope. It must consist of only lowercase letters, numbers, and hyphens, must start with a letter, must end with either a letter or a number, and must be 63 characters or less.

Declaration
[RequestParameter("bigQueryExportId", RequestParameterType.Query)]
public virtual string BigQueryExportId { get; set; }
Property Value
Type Description
string

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

Parent

Required. The name of the parent resource of the new BigQuery export. Its format is organizations/[organization_id], folders/[folder_id], or projects/[project_id].

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudSecuritycenterV1BigQueryExport>.GetBody()

InitParameters()

Initializes Create parameter list.

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

Implements

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