Class GetBigQueryExportRequest.Builder (2.50.0)

public static final class GetBigQueryExportRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetBigQueryExportRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetBigQueryExportRequest.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public GetBigQueryExportRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetBigQueryExportRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetBigQueryExportRequest.Builder
Overrides

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetBigQueryExportRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetBigQueryExportRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetBigQueryExportRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetBigQueryExportRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetBigQueryExportRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final GetBigQueryExportRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetBigQueryExportRequest.Builder
Overrides