Interface KfpArtifactOrBuilder (1.61.0)

public interface KfpArtifactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Output only. Resource name of the KFP artifact. Since users don't directly interact with this resource, the name will be derived from the associated version. For example, when version = ".../versions/sha256:abcdef...", the name will be ".../kfpArtifacts/sha256:abcdef...".

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Resource name of the KFP artifact. Since users don't directly interact with this resource, the name will be derived from the associated version. For example, when version = ".../versions/sha256:abcdef...", the name will be ".../kfpArtifacts/sha256:abcdef...".

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getVersion()

public abstract String getVersion()

The version associated with the KFP artifact. Must follow the Semantic Versioning standard.

string version = 2;

Returns
Type Description
String

The version.

getVersionBytes()

public abstract ByteString getVersionBytes()

The version associated with the KFP artifact. Must follow the Semantic Versioning standard.

string version = 2;

Returns
Type Description
ByteString

The bytes for version.