Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateReferenceListRequest.
A request to create a reference list.
Generated from protobuf message google.cloud.chronicle.v1.CreateReferenceListRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where this reference list will be created. Format: |
↳ reference_list |
ReferenceList
Required. The reference list to create. |
↳ reference_list_id |
string
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements: - Starts with letter. - Contains only letters, numbers and underscore. - Has length less than 256. - Must be unique. |
getParent
Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getReferenceList
Required. The reference list to create.
Returns | |
---|---|
Type | Description |
ReferenceList|null |
hasReferenceList
clearReferenceList
setReferenceList
Required. The reference list to create.
Parameter | |
---|---|
Name | Description |
var |
ReferenceList
|
Returns | |
---|---|
Type | Description |
$this |
getReferenceListId
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
Starts with letter.
Contains only letters, numbers and underscore.
- Has length less than 256.
- Must be unique.
Returns | |
---|---|
Type | Description |
string |
setReferenceListId
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
Starts with letter.
Contains only letters, numbers and underscore.
- Has length less than 256.
- Must be unique.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where this reference list will be created.
Format: |
referenceList |
ReferenceList
Required. The reference list to create. |
referenceListId |
string
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
|
Returns | |
---|---|
Type | Description |
CreateReferenceListRequest |