Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateRetrohuntRequest.
Request message for CreateRetrohunt method.
Generated from protobuf message google.cloud.chronicle.v1.CreateRetrohuntRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent of retrohunt, which is a rule. Format: |
↳ retrohunt |
Retrohunt
Required. The retrohunt to create. |
getParent
Required. The parent of retrohunt, which is a rule.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent of retrohunt, which is a rule.
Format:
projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRetrohunt
Required. The retrohunt to create.
| Returns | |
|---|---|
| Type | Description |
Retrohunt|null |
|
hasRetrohunt
clearRetrohunt
setRetrohunt
Required. The retrohunt to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Retrohunt
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent of retrohunt, which is a rule.
Format:
|
retrohunt |
Retrohunt
Required. The retrohunt to create. |
| Returns | |
|---|---|
| Type | Description |
CreateRetrohuntRequest |
|