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-run/v1/2.0.0/com/google/api/services/run/v1/model/GoogleDevtoolsCloudbuildV1MavenArtifact.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ public final class GoogleDevtoolsCloudbuildV1MavenArtifact extends com.google.ap
44
44
privatejava.lang.StringgroupId;
45
45
46
46
/**
47
-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
48
-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
49
-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
47
+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
48
+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
49
+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -103,19 +103,19 @@ public GoogleDevtoolsCloudbuildV1MavenArtifact setGroupId(java.lang.String group
103
103
}
104
104
105
105
/**
106
-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
107
-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
108
-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
106
+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
107
+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
108
+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
109
109
* @return value or {@code null} for none
110
110
*/
111
111
publicjava.lang.StringgetPath() {
112
112
returnpath;
113
113
}
114
114
115
115
/**
116
-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
117
-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
118
-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
116
+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
117
+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
118
+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
Copy file name to clipboardExpand all lines: clients/google-api-services-run/v2/2.0.0/com/google/api/services/run/v2/model/GoogleDevtoolsCloudbuildV1MavenArtifact.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -44,9 +44,9 @@ public final class GoogleDevtoolsCloudbuildV1MavenArtifact extends com.google.ap
44
44
privatejava.lang.StringgroupId;
45
45
46
46
/**
47
-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
48
-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
49
-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
47
+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
48
+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
49
+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
50
50
* The value may be {@code null}.
51
51
*/
52
52
@com.google.api.client.util.Key
@@ -103,19 +103,19 @@ public GoogleDevtoolsCloudbuildV1MavenArtifact setGroupId(java.lang.String group
103
103
}
104
104
105
105
/**
106
-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
107
-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
108
-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
106
+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
107
+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
108
+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
109
109
* @return value or {@code null} for none
110
110
*/
111
111
publicjava.lang.StringgetPath() {
112
112
returnpath;
113
113
}
114
114
115
115
/**
116
-
* Path to an artifact in the build's workspace to be uploaded to Artifact Registry. This can be
117
-
* either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative
118
-
* path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
116
+
* Optional. Path to an artifact in the build's workspace to be uploaded to Artifact Registry.
117
+
* This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a
118
+
* relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
0 commit comments