Skip to content

Commit

Permalink
fix(cloudbuild): update the API
Browse files Browse the repository at this point in the history
#### cloudbuild:v1alpha1

The following keys were changed:
- schemas.Build.properties.serviceAccount.description

#### cloudbuild:v1alpha2

The following keys were changed:
- schemas.Build.properties.serviceAccount.description

#### cloudbuild:v1beta1

The following keys were changed:
- schemas.Build.properties.serviceAccount.description

#### cloudbuild:v1

The following keys were changed:
- schemas.Build.properties.serviceAccount.description
  • Loading branch information
yoshi-automation authored and sofisl committed Apr 6, 2021
1 parent 5fc76fa commit 276a2aa
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions discovery/cloudbuild-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@
}
}
},
"revision": "20210319",
"revision": "20210402",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ArtifactObjects": {
Expand Down Expand Up @@ -963,7 +963,7 @@
"type": "array"
},
"serviceAccount": {
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.",
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. ",
"type": "string"
},
"source": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudbuild-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
}
}
},
"revision": "20210319",
"revision": "20210402",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ArtifactObjects": {
Expand Down Expand Up @@ -450,7 +450,7 @@
"type": "array"
},
"serviceAccount": {
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.",
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. ",
"type": "string"
},
"source": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudbuild-v1alpha2.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}
}
},
"revision": "20210319",
"revision": "20210402",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ArtifactObjects": {
Expand Down Expand Up @@ -461,7 +461,7 @@
"type": "array"
},
"serviceAccount": {
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.",
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. ",
"type": "string"
},
"source": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudbuild-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
}
}
},
"revision": "20210319",
"revision": "20210402",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ArtifactObjects": {
Expand Down Expand Up @@ -461,7 +461,7 @@
"type": "array"
},
"serviceAccount": {
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.",
"description": "IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}`. ACCOUNT can be email address or uniqueId of the service account. ",
"type": "string"
},
"source": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudbuild/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export namespace cloudbuild_v1 {
*/
secrets?: Schema$Secret[];
/**
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account.
*/
serviceAccount?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudbuild/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export namespace cloudbuild_v1alpha1 {
*/
secrets?: Schema$Secret[];
/**
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account.
*/
serviceAccount?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudbuild/v1alpha2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export namespace cloudbuild_v1alpha2 {
*/
secrets?: Schema$Secret[];
/**
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account.
*/
serviceAccount?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/cloudbuild/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ export namespace cloudbuild_v1beta1 {
*/
secrets?: Schema$Secret[];
/**
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account. This field is in beta.
* IAM service account whose credentials will be used at build runtime. Must be of the format `projects/{PROJECT_ID\}/serviceAccounts/{ACCOUNT\}`. ACCOUNT can be email address or uniqueId of the service account.
*/
serviceAccount?: string | null;
/**
Expand Down

0 comments on commit 276a2aa

Please sign in to comment.