public interface TargetArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPhaseArtifacts(String key)
Output only.
|
String |
getArtifactUri()
Output only.
|
com.google.protobuf.ByteString |
getArtifactUriBytes()
Output only.
|
String |
getManifestPath()
Output only.
|
com.google.protobuf.ByteString |
getManifestPathBytes()
Output only.
|
Map<String,TargetArtifact.PhaseArtifact> |
getPhaseArtifacts()
Deprecated.
|
int |
getPhaseArtifactsCount()
Output only.
|
Map<String,TargetArtifact.PhaseArtifact> |
getPhaseArtifactsMap()
Output only.
|
TargetArtifact.PhaseArtifact |
getPhaseArtifactsOrDefault(String key,
TargetArtifact.PhaseArtifact defaultValue)
Output only.
|
TargetArtifact.PhaseArtifact |
getPhaseArtifactsOrThrow(String key)
Output only.
|
String |
getSkaffoldConfigPath()
Output only.
|
com.google.protobuf.ByteString |
getSkaffoldConfigPathBytes()
Output only.
|
TargetArtifact.UriCase |
getUriCase() |
boolean |
hasArtifactUri()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasArtifactUri()
Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
string artifact_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getArtifactUri()
Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
string artifact_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getArtifactUriBytes()
Output only. URI of a directory containing the artifacts. This contains deployment configuration used by Skaffold during a rollout, and all paths are relative to this location.
string artifact_uri = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];String getSkaffoldConfigPath()
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getSkaffoldConfigPathBytes()
Output only. File path of the resolved Skaffold configuration relative to the URI.
string skaffold_config_path = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];String getManifestPath()
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getManifestPathBytes()
Output only. File path of the rendered manifest relative to the URI.
string manifest_path = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getPhaseArtifactsCount()
Output only. Map from the phase ID to the phase artifacts for the `Target`.
map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsPhaseArtifacts(String key)
Output only. Map from the phase ID to the phase artifacts for the `Target`.
map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,TargetArtifact.PhaseArtifact> getPhaseArtifacts()
getPhaseArtifactsMap() instead.Map<String,TargetArtifact.PhaseArtifact> getPhaseArtifactsMap()
Output only. Map from the phase ID to the phase artifacts for the `Target`.
map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
TargetArtifact.PhaseArtifact getPhaseArtifactsOrDefault(String key, TargetArtifact.PhaseArtifact defaultValue)
Output only. Map from the phase ID to the phase artifacts for the `Target`.
map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
TargetArtifact.PhaseArtifact getPhaseArtifactsOrThrow(String key)
Output only. Map from the phase ID to the phase artifacts for the `Target`.
map<string, .google.cloud.deploy.v1.TargetArtifact.PhaseArtifact> phase_artifacts = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
TargetArtifact.UriCase getUriCase()
Copyright © 2024 Google LLC. All rights reserved.