SaaS Runtime v1beta1 API - Class ComponentRef (1.0.0-beta04)

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

Reference documentation and code samples for the SaaS Runtime v1beta1 API class ComponentRef.

ComponentRef represents a reference to a component resource. Next ID: 4

Inheritance

object > ComponentRef

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

ComponentRef()

public ComponentRef()

ComponentRef(ComponentRef)

public ComponentRef(ComponentRef other)
Parameter
Name Description
other ComponentRef

Properties

Component

public string Component { get; set; }

Name of the component in composite.Components

Property Value
Type Description
string

CompositeRef

public CompositeRef CompositeRef { get; set; }

Reference to the Composite ApplicationTemplate.

Property Value
Type Description
CompositeRef

Revision

public string Revision { get; set; }

Revision of the component. If the component does not have a revision, this field will be explicitly set to the revision of the composite ApplicationTemplate.

Property Value
Type Description
string