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
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 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.
#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 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.
Returns
- (::String) — 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.
#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]
, orprojects/[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]
, orprojects/[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]
, orprojects/[project_id]
.