Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CreateBigQueryExportRequest (v0.18.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CreateBigQueryExportRequest.

Request message for creating a big query export.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#big_query_export

def big_query_export() -> ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Returns

#big_query_export=

def big_query_export=(value) -> ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Parameter
Returns

#big_query_export_id

def big_query_export_id() -> ::String
Returns
  • (::String) — Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

#big_query_export_id=

def big_query_export_id=(value) -> ::String
Parameter
  • value (::String) — Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
Returns
  • (::String) — Required. Unique identifier provided by the client within the parent scope. It must consist of lower case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the new big query export's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the new big query export's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
Returns
  • (::String) — Required. Resource name of the new big query export's parent. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".