Class: Google::Cloud::AppHub::V1::Attributes
- Inherits:
-
Object
- Object
- Google::Cloud::AppHub::V1::Attributes
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apphub/v1/attributes.rb
Overview
Consumer provided attributes.
Instance Attribute Summary collapse
-
#business_owners ⇒ ::Array<::Google::Cloud::AppHub::V1::ContactInfo>
Optional.
-
#criticality ⇒ ::Google::Cloud::AppHub::V1::Criticality
Optional.
-
#developer_owners ⇒ ::Array<::Google::Cloud::AppHub::V1::ContactInfo>
Optional.
-
#environment ⇒ ::Google::Cloud::AppHub::V1::Environment
Optional.
-
#operator_owners ⇒ ::Array<::Google::Cloud::AppHub::V1::ContactInfo>
Optional.
Instance Attribute Details
#business_owners ⇒ ::Array<::Google::Cloud::AppHub::V1::ContactInfo>
Returns Optional. Business team that ensures user needs are met and value is delivered.
41 42 43 44 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 41 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#criticality ⇒ ::Google::Cloud::AppHub::V1::Criticality
Returns Optional. User-defined criticality information.
41 42 43 44 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 41 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#developer_owners ⇒ ::Array<::Google::Cloud::AppHub::V1::ContactInfo>
Returns Optional. Developer team that owns development and coding.
41 42 43 44 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 41 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::Google::Cloud::AppHub::V1::Environment
Returns Optional. User-defined environment information.
41 42 43 44 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 41 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operator_owners ⇒ ::Array<::Google::Cloud::AppHub::V1::ContactInfo>
Returns Optional. Operator team that ensures runtime and operations.
41 42 43 44 |
# File 'proto_docs/google/cloud/apphub/v1/attributes.rb', line 41 class Attributes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |