Reference documentation and code samples for the Google Cloud App Hub V1 Client class Attributes.
Consumer provided attributes.
Generated from protobuf message google.cloud.apphub.v1.Attributes
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ criticality |
Criticality
Optional. User-defined criticality information. |
↳ environment |
Environment
Optional. User-defined environment information. |
↳ developer_owners |
array<ContactInfo>
Optional. Developer team that owns development and coding. |
↳ operator_owners |
array<ContactInfo>
Optional. Operator team that ensures runtime and operations. |
↳ business_owners |
array<ContactInfo>
Optional. Business team that ensures user needs are met and value is delivered |
getCriticality
Optional. User-defined criticality information.
| Returns | |
|---|---|
| Type | Description |
Criticality|null |
|
hasCriticality
clearCriticality
setCriticality
Optional. User-defined criticality information.
| Parameter | |
|---|---|
| Name | Description |
var |
Criticality
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnvironment
Optional. User-defined environment information.
| Returns | |
|---|---|
| Type | Description |
Environment|null |
|
hasEnvironment
clearEnvironment
setEnvironment
Optional. User-defined environment information.
| Parameter | |
|---|---|
| Name | Description |
var |
Environment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDeveloperOwners
Optional. Developer team that owns development and coding.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setDeveloperOwners
Optional. Developer team that owns development and coding.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ContactInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getOperatorOwners
Optional. Operator team that ensures runtime and operations.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setOperatorOwners
Optional. Operator team that ensures runtime and operations.
| Parameter | |
|---|---|
| Name | Description |
var |
array<ContactInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getBusinessOwners
Optional. Business team that ensures user needs are met and value is delivered
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setBusinessOwners
Optional. Business team that ensures user needs are met and value is delivered
| Parameter | |
|---|---|
| Name | Description |
var |
array<ContactInfo>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|