public sealed class ComponentRef : IMessage<ComponentRef>, IEquatable<ComponentRef>, IDeepCloneable<ComponentRef>, IBufferMessage, IMessageReference documentation and code samples for the SaaS Runtime v1beta1 API class ComponentRef.
ComponentRef represents a reference to a component resource. Next ID: 4
Implements
IMessageComponentRef, IEquatableComponentRef, IDeepCloneableComponentRef, IBufferMessage, IMessageNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
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 |
|