Reference documentation and code samples for the Google Cloud Chronicle V1 Client class ProvisionBigQueryExportRequest.
The request message to provision BigQuery Export configuration.
Generated from protobuf message google.cloud.chronicle.v1.ProvisionBigQueryExportRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The instance for which BigQuery export is being provisioned. Format: projects/{project}/locations/{location}/instances/{instance} |
getParent
Required. The instance for which BigQuery export is being provisioned.
Format: projects/{project}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The instance for which BigQuery export is being provisioned.
Format: projects/{project}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. The instance for which BigQuery export is being provisioned. Format: projects/{project}/locations/{location}/instances/{instance} Please see BigQueryExportServiceClient::instanceName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ProvisionBigQueryExportRequest |
|