Interface TargetArtifact.PhaseArtifactOrBuilder (1.39.0)

public static interface TargetArtifact.PhaseArtifactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobManifestsPath()

public abstract String getJobManifestsPath()

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The jobManifestsPath.

getJobManifestsPathBytes()

public abstract ByteString getJobManifestsPathBytes()

Output only. File path of the directory of rendered job manifests relative to the URI. This is only set if it is applicable.

string job_manifests_path = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for jobManifestsPath.

getManifestPath()

public abstract String getManifestPath()

Output only. File path of the rendered manifest relative to the URI.

string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The manifestPath.

getManifestPathBytes()

public abstract ByteString getManifestPathBytes()

Output only. File path of the rendered manifest relative to the URI.

string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for manifestPath.

getSkaffoldConfigPath()

public abstract String getSkaffoldConfigPath()

Output only. File path of the resolved Skaffold configuration relative to the URI.

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

Returns
TypeDescription
String

The skaffoldConfigPath.

getSkaffoldConfigPathBytes()

public abstract ByteString getSkaffoldConfigPathBytes()

Output only. File path of the resolved Skaffold configuration relative to the URI.

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

Returns
TypeDescription
ByteString

The bytes for skaffoldConfigPath.