Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetReferenceListRequest.
A request to get details about a reference list.
Generated from protobuf message google.cloud.chronicle.v1.GetReferenceListRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the reference list to retrieve. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
↳ view
int
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
getName
Required. The resource name of the reference list to retrieve.
Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
string
setName
Required. The resource name of the reference list to retrieve.
Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
var
string
$this
getView
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
int
setView
How much of the ReferenceList to view. Defaults to REFERENCE_LIST_VIEW_FULL.
var
int
$this
static::build
name
string
Required. The resource name of the reference list to retrieve.
Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}
Please see ReferenceListServiceClient::referenceListName()
for help formatting this field.