Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CreateBigQueryExportRequest.
Request message for creating a BigQuery 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
- (::Google::Cloud::SecurityCenter::V1::BigQueryExport) — Required. The BigQuery export being created.
#big_query_export=
def big_query_export=(value) -> ::Google::Cloud::SecurityCenter::V1::BigQueryExport
Parameter
- value (::Google::Cloud::SecurityCenter::V1::BigQueryExport) — Required. The BigQuery export being created.
Returns
- (::Google::Cloud::SecurityCenter::V1::BigQueryExport) — Required. The BigQuery export being created.
#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. The name of the parent resource of the new BigQuery export. Its format is "organizations/[organization_id]", "folders/[folder_id]", or "projects/[project_id]".
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — 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]".
Returns
- (::String) — 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]".