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.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where this reference list will be created. Format: projects/{project}/locations/{location}/instances/{instance}
↳ reference_list
↳ 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}
string
setParent
Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getReferenceList
Required. The reference list to create.
hasReferenceList
clearReferenceList
setReferenceList
Required. The reference list to create.
$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.
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.
var
string
$this
static::build
parent
string
Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Please see ReferenceListServiceClient::instanceName()
for help formatting this field.
referenceList
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:
- Starts with letter.
- Contains only letters, numbers and underscore.
- Has length less than 256.
- Must be unique.