Skip to content

Commit abf73d0

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were added: - schemas.BuildTrigger.properties.developerConnectEventConfig.$ref (Total Keys: 1) - schemas.DeveloperConnectEventConfig (Total Keys: 7)
1 parent 3f4faf3 commit abf73d0

6 files changed

+237
-27
lines changed

docs/dyn/cloudbuild_v1.projects.builds.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3>Method Details</h3>
203203
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
204204
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
205205
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
206-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
206+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
207207
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
208208
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
209209
},
@@ -617,7 +617,7 @@ <h3>Method Details</h3>
617617
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
618618
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
619619
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
620-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
620+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
621621
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
622622
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
623623
},
@@ -1062,7 +1062,7 @@ <h3>Method Details</h3>
10621062
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
10631063
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
10641064
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
1065-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
1065+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
10661066
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
10671067
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
10681068
},
@@ -1482,7 +1482,7 @@ <h3>Method Details</h3>
14821482
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
14831483
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
14841484
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
1485-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
1485+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
14861486
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
14871487
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
14881488
},

docs/dyn/cloudbuild_v1.projects.locations.builds.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h3>Method Details</h3>
202202
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
203203
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
204204
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
205-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
205+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
206206
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
207207
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
208208
},
@@ -616,7 +616,7 @@ <h3>Method Details</h3>
616616
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
617617
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
618618
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
619-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
619+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
620620
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
621621
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
622622
},
@@ -1061,7 +1061,7 @@ <h3>Method Details</h3>
10611061
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
10621062
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
10631063
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
1064-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
1064+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
10651065
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
10661066
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
10671067
},
@@ -1481,7 +1481,7 @@ <h3>Method Details</h3>
14811481
{ # A Maven artifact to upload to Artifact Registry upon successful completion of all build steps.
14821482
&quot;artifactId&quot;: &quot;A String&quot;, # Maven `artifactId` value used when uploading the artifact to Artifact Registry.
14831483
&quot;groupId&quot;: &quot;A String&quot;, # Maven `groupId` value used when uploading the artifact to Artifact Registry.
1484-
&quot;path&quot;: &quot;A String&quot;, # Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
1484+
&quot;path&quot;: &quot;A String&quot;, # Optional. Path to an artifact in the build&#x27;s workspace to be uploaded to Artifact Registry. This can be either an absolute path, e.g. /workspace/my-app/target/my-app-1.0.SNAPSHOT.jar or a relative path from /workspace, e.g. my-app/target/my-app-1.0.SNAPSHOT.jar.
14851485
&quot;repository&quot;: &quot;A String&quot;, # Artifact Registry repository, in the form &quot;https://$REGION-maven.pkg.dev/$PROJECT/$REPOSITORY&quot; Artifact in the workspace specified by path will be uploaded to Artifact Registry with this location as a prefix.
14861486
&quot;version&quot;: &quot;A String&quot;, # Maven `version` value used when uploading the artifact to Artifact Registry.
14871487
},

0 commit comments

Comments
 (0)