Class GetBigQueryExportRequest.Builder (2.91.0)

public static final class GetBigQueryExportRequest.Builder extends GeneratedMessage.Builder<GetBigQueryExportRequest.Builder> implements GetBigQueryExportRequestOrBuilder

Request message for retrieving a BigQuery export.

Protobuf type google.cloud.securitycenter.v2.GetBigQueryExportRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetBigQueryExportRequest build()
Returns
Type Description
GetBigQueryExportRequest

buildPartial()

public GetBigQueryExportRequest buildPartial()
Returns
Type Description
GetBigQueryExportRequest

clear()

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

clearName()

public GetBigQueryExportRequest.Builder clearName()

Required. Name of the BigQuery export to retrieve. 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
GetBigQueryExportRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetBigQueryExportRequest getDefaultInstanceForType()
Returns
Type Description
GetBigQueryExportRequest

getDescriptorForType()

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

getName()

public String getName()

Required. Name of the BigQuery export to retrieve. 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. Name of the BigQuery export to retrieve. 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(GetBigQueryExportRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetBigQueryExportRequest.Builder setName(String value)

Required. Name of the BigQuery export to retrieve. 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
GetBigQueryExportRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetBigQueryExportRequest.Builder setNameBytes(ByteString value)

Required. Name of the BigQuery export to retrieve. 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
GetBigQueryExportRequest.Builder

This builder for chaining.