Interface CreateBigQueryExportRequestOrBuilder (2.49.0)

public interface CreateBigQueryExportRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigQueryExport()

public abstract BigQueryExport getBigQueryExport()

Required. The BigQuery export being created.

.google.cloud.securitycenter.v2.BigQueryExport big_query_export = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BigQueryExport

The bigQueryExport.

getBigQueryExportId()

public abstract String getBigQueryExportId()

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.

string big_query_export_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The bigQueryExportId.

getBigQueryExportIdBytes()

public abstract ByteString getBigQueryExportIdBytes()

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.

string big_query_export_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for bigQueryExportId.

getBigQueryExportOrBuilder()

public abstract BigQueryExportOrBuilder getBigQueryExportOrBuilder()

Required. The BigQuery export being created.

.google.cloud.securitycenter.v2.BigQueryExport big_query_export = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BigQueryExportOrBuilder

getParent()

public abstract String getParent()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasBigQueryExport()

public abstract boolean hasBigQueryExport()

Required. The BigQuery export being created.

.google.cloud.securitycenter.v2.BigQueryExport big_query_export = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the bigQueryExport field is set.