public static final class GetBigQueryExportRequest.Builder extends GeneratedMessage.Builder<GetBigQueryExportRequest.Builder> implements GetBigQueryExportRequestOrBuilderRequest message for retrieving a BigQuery export.
Protobuf type google.cloud.securitycenter.v2.GetBigQueryExportRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetBigQueryExportRequest.BuilderImplements
GetBigQueryExportRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetBigQueryExportRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetBigQueryExportRequest.Builder |
|
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 |
StringThe 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 |
ByteStringThe bytes for name to set. |
| Returns | |
|---|---|
| Type | Description |
GetBigQueryExportRequest.Builder |
This builder for chaining. |