Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class DeploymentDiagnosticData.
The deployment diagnostic data.
Generated from protobuf message google.cloud.oracledatabase.v1.DeploymentDiagnosticData
Namespace
Google \ Cloud \ OracleDatabase \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ namespace |
string
Output only. The namespace name. |
↳ bucket |
string
Output only. The bucket name. |
↳ object |
string
Output only. The object name. |
↳ diagnostic_state |
int
Output only. The diagnostic state. |
↳ diagnostic_start_time |
Google\Protobuf\Timestamp
Output only. The time diagnostic start. |
↳ diagnostic_end_time |
Google\Protobuf\Timestamp
Output only. The time diagnostic end. |
getNamespace
Output only. The namespace name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNamespace
Output only. The namespace name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBucket
Output only. The bucket name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setBucket
Output only. The bucket name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getObject
Output only. The object name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setObject
Output only. The object name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDiagnosticState
Output only. The diagnostic state.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DiagnosticState. |
setDiagnosticState
Output only. The diagnostic state.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DiagnosticState. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDiagnosticStartTime
Output only. The time diagnostic start.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasDiagnosticStartTime
clearDiagnosticStartTime
setDiagnosticStartTime
Output only. The time diagnostic start.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDiagnosticEndTime
Output only. The time diagnostic end.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasDiagnosticEndTime
clearDiagnosticEndTime
setDiagnosticEndTime
Output only. The time diagnostic end.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|