Class DeleteBigQueryExportRequest.Builder (2.91.0)

public static final class DeleteBigQueryExportRequest.Builder extends GeneratedMessage.Builder<DeleteBigQueryExportRequest.Builder> implements DeleteBigQueryExportRequestOrBuilder

Request message for deleting a BigQuery export.

Protobuf type google.cloud.securitycenter.v2.DeleteBigQueryExportRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public DeleteBigQueryExportRequest build()
Returns
Type Description
DeleteBigQueryExportRequest

buildPartial()

public DeleteBigQueryExportRequest buildPartial()
Returns
Type Description
DeleteBigQueryExportRequest

clear()

public DeleteBigQueryExportRequest.Builder clear()
Returns
Type Description
DeleteBigQueryExportRequest.Builder
Overrides

clearName()

public DeleteBigQueryExportRequest.Builder clearName()

Required. The name of the BigQuery export to delete. The following list shows some examples of the format:

+ organizations/{organization}/locations/{location}/bigQueryExports/{export_id}

  • folders/{folder}/locations/{location}/bigQueryExports/{export_id}
  • projects/{project}/locations/{location}/bigQueryExports/{export_id}

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

Returns
Type Description
DeleteBigQueryExportRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DeleteBigQueryExportRequest getDefaultInstanceForType()
Returns
Type Description
DeleteBigQueryExportRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

Required. The name of the BigQuery export to delete. The following list shows some examples of the format:

+ organizations/{organization}/locations/{location}/bigQueryExports/{export_id}

  • folders/{folder}/locations/{location}/bigQueryExports/{export_id}
  • projects/{project}/locations/{location}/bigQueryExports/{export_id}

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the BigQuery export to delete. The following list shows some examples of the format:

+ organizations/{organization}/locations/{location}/bigQueryExports/{export_id}

  • folders/{folder}/locations/{location}/bigQueryExports/{export_id}
  • projects/{project}/locations/{location}/bigQueryExports/{export_id}

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(DeleteBigQueryExportRequest other)

public DeleteBigQueryExportRequest.Builder mergeFrom(DeleteBigQueryExportRequest other)
Parameter
Name Description
other DeleteBigQueryExportRequest
Returns
Type Description
DeleteBigQueryExportRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteBigQueryExportRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DeleteBigQueryExportRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public DeleteBigQueryExportRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
DeleteBigQueryExportRequest.Builder
Overrides

setName(String value)

public DeleteBigQueryExportRequest.Builder setName(String value)

Required. The name of the BigQuery export to delete. The following list shows some examples of the format:

+ organizations/{organization}/locations/{location}/bigQueryExports/{export_id}

  • folders/{folder}/locations/{location}/bigQueryExports/{export_id}
  • projects/{project}/locations/{location}/bigQueryExports/{export_id}

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
DeleteBigQueryExportRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteBigQueryExportRequest.Builder setNameBytes(ByteString value)

Required. The name of the BigQuery export to delete. The following list shows some examples of the format:

+ organizations/{organization}/locations/{location}/bigQueryExports/{export_id}

  • folders/{folder}/locations/{location}/bigQueryExports/{export_id}
  • projects/{project}/locations/{location}/bigQueryExports/{export_id}

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
DeleteBigQueryExportRequest.Builder

This builder for chaining.