Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetInstanceRequest.
Request to get a Instance.
Generated from protobuf message google.cloud.chronicle.v1.GetInstanceRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the instance to retrieve. Format: |
getName
Required. The name of the instance to retrieve.
Format:
projects/{project_id}/locations/{location}/instances/{instance}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the instance to retrieve.
Format:
projects/{project_id}/locations/{location}/instances/{instance}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the instance to retrieve.
Format:
|
| Returns | |
|---|---|
| Type | Description |
GetInstanceRequest |
|