App Hub v1 API - Class Attributes (1.0.0-beta02)

public sealed class Attributes : IMessage<Attributes>, IEquatable<Attributes>, IDeepCloneable<Attributes>, IBufferMessage, IMessage

Reference documentation and code samples for the App Hub v1 API class Attributes.

Consumer provided attributes.

Inheritance

object > Attributes

Namespace

Google.Cloud.AppHub.V1

Assembly

Google.Cloud.AppHub.V1.dll

Constructors

Attributes()

public Attributes()

Attributes(Attributes)

public Attributes(Attributes other)
Parameter
Name Description
other Attributes

Properties

BusinessOwners

public RepeatedField<ContactInfo> BusinessOwners { get; }

Optional. Business team that ensures user needs are met and value is delivered

Property Value
Type Description
RepeatedFieldContactInfo

Criticality

public Criticality Criticality { get; set; }

Optional. User-defined criticality information.

Property Value
Type Description
Criticality

DeveloperOwners

public RepeatedField<ContactInfo> DeveloperOwners { get; }

Optional. Developer team that owns development and coding.

Property Value
Type Description
RepeatedFieldContactInfo

Environment

public Environment Environment { get; set; }

Optional. User-defined environment information.

Property Value
Type Description
Environment

OperatorOwners

public RepeatedField<ContactInfo> OperatorOwners { get; }

Optional. Operator team that ensures runtime and operations.

Property Value
Type Description
RepeatedFieldContactInfo