@maxim_mazurok/gapi.client.run-v1 0.1.20251031 → 0.1.20251114
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +5 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://run.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251114
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -612,6 +612,8 @@ declare namespace gapi.client {
|
|
|
612
612
|
interface GoogleDevtoolsCloudbuildV1MavenArtifact {
|
|
613
613
|
/** Maven `artifactId` value used when uploading the artifact to Artifact Registry. */
|
|
614
614
|
artifactId?: string;
|
|
615
|
+
/** Optional. Path to a folder containing the files to upload to Artifact Registry. This can be either an absolute path, e.g. `/workspace/my-app/target/`, or a relative path from /workspace, e.g. `my-app/target/`. This field is mutually exclusive with the `path` field. */
|
|
616
|
+
deployFolder?: string;
|
|
615
617
|
/** Maven `groupId` value used when uploading the artifact to Artifact Registry. */
|
|
616
618
|
groupId?: string;
|
|
617
619
|
/** Optional. Path to an artifact in the build'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. */
|
|
@@ -804,7 +806,7 @@ declare namespace gapi.client {
|
|
|
804
806
|
nextPageToken?: string;
|
|
805
807
|
/** A list of operations that matches the specified filter in the request. */
|
|
806
808
|
operations?: GoogleLongrunningOperation[];
|
|
807
|
-
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections
|
|
809
|
+
/** Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations. */
|
|
808
810
|
unreachable?: string[];
|
|
809
811
|
}
|
|
810
812
|
interface GoogleLongrunningOperation {
|
|
@@ -3365,7 +3367,7 @@ declare namespace gapi.client {
|
|
|
3365
3367
|
prettyPrint?: boolean;
|
|
3366
3368
|
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
3367
3369
|
quotaUser?: string;
|
|
3368
|
-
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the
|
|
3370
|
+
/** When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation. */
|
|
3369
3371
|
returnPartialSuccess?: boolean;
|
|
3370
3372
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
3371
3373
|
upload_protocol?: string;
|