You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-clouddeploy/v1/2.0.0/com/google/api/services/clouddeploy/v1/model/TargetArtifact.java
+9-6Lines changed: 9 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class TargetArtifact extends com.google.api.client.json.GenericJson
38
38
privatejava.lang.StringartifactUri;
39
39
40
40
/**
41
-
* Output only. File path of the rendered manifest relative to the URI.
41
+
* Output only. File path of the rendered manifest relative to the URI for the stable phase.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
@@ -58,7 +58,8 @@ public final class TargetArtifact extends com.google.api.client.json.GenericJson
58
58
}
59
59
60
60
/**
61
-
* Output only. File path of the resolved Skaffold configuration relative to the URI.
61
+
* Output only. File path of the resolved Skaffold configuration for the stable phase, relative to
62
+
* the URI.
62
63
* The value may be {@code null}.
63
64
*/
64
65
@com.google.api.client.util.Key
@@ -84,15 +85,15 @@ public TargetArtifact setArtifactUri(java.lang.String artifactUri) {
84
85
}
85
86
86
87
/**
87
-
* Output only. File path of the rendered manifest relative to the URI.
88
+
* Output only. File path of the rendered manifest relative to the URI for the stable phase.
88
89
* @return value or {@code null} for none
89
90
*/
90
91
publicjava.lang.StringgetManifestPath() {
91
92
returnmanifestPath;
92
93
}
93
94
94
95
/**
95
-
* Output only. File path of the rendered manifest relative to the URI.
96
+
* Output only. File path of the rendered manifest relative to the URI for the stable phase.
96
97
* @param manifestPath manifestPath or {@code null} for none
0 commit comments