Interface ComponentRefOrBuilder (0.23.0)

public interface ComponentRefOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getComponent()

public abstract String getComponent()

Name of the component in composite.Components

string component = 2;

Returns
Type Description
String

The component.

getComponentBytes()

public abstract ByteString getComponentBytes()

Name of the component in composite.Components

string component = 2;

Returns
Type Description
ByteString

The bytes for component.

getCompositeRef()

public abstract CompositeRef getCompositeRef()

Reference to the Composite ApplicationTemplate.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.CompositeRef composite_ref = 1;

Returns
Type Description
CompositeRef

The compositeRef.

getCompositeRefOrBuilder()

public abstract CompositeRefOrBuilder getCompositeRefOrBuilder()

Reference to the Composite ApplicationTemplate.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.CompositeRef composite_ref = 1;

Returns
Type Description
CompositeRefOrBuilder

getRevision()

public abstract String getRevision()

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.

string revision = 3;

Returns
Type Description
String

The revision.

getRevisionBytes()

public abstract ByteString getRevisionBytes()

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.

string revision = 3;

Returns
Type Description
ByteString

The bytes for revision.

hasCompositeRef()

public abstract boolean hasCompositeRef()

Reference to the Composite ApplicationTemplate.

.google.cloud.saasplatform.saasservicemgmt.v1beta1.CompositeRef composite_ref = 1;

Returns
Type Description
boolean

Whether the compositeRef field is set.