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 |
Google\Cloud\AppHub\V1\Criticality
Optional. User-defined criticality information. |
↳ environment |
Google\Cloud\AppHub\V1\Environment
Optional. User-defined environment information. |
↳ developer_owners |
array<Google\Cloud\AppHub\V1\ContactInfo>
Optional. Developer team that owns development and coding. |
↳ operator_owners |
array<Google\Cloud\AppHub\V1\ContactInfo>
Optional. Operator team that ensures runtime and operations. |
↳ business_owners |
array<Google\Cloud\AppHub\V1\ContactInfo>
Optional. Business team that ensures user needs are met and value is delivered |
getCriticality
Optional. User-defined criticality information.
Returns | |
---|---|
Type | Description |
Google\Cloud\AppHub\V1\Criticality|null |
hasCriticality
clearCriticality
setCriticality
Optional. User-defined criticality information.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AppHub\V1\Criticality
|
Returns | |
---|---|
Type | Description |
$this |
getEnvironment
Optional. User-defined environment information.
Returns | |
---|---|
Type | Description |
Google\Cloud\AppHub\V1\Environment|null |
hasEnvironment
clearEnvironment
setEnvironment
Optional. User-defined environment information.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AppHub\V1\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<Google\Cloud\AppHub\V1\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<Google\Cloud\AppHub\V1\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<Google\Cloud\AppHub\V1\ContactInfo>
|
Returns | |
---|---|
Type | Description |
$this |