Skip to content

Commit a50a288

Browse files
yoshi-automationsofisl
authored andcommitted
feat(iam)!: update the API
BREAKING CHANGE: This release has breaking changes. #### iam:v2beta The following keys were changed: - schemas.GoogleCloudCommonOperationMetadata.properties.cancelRequested.description #### iam:v1 The following keys were deleted: - schemas.WorkforcePool.properties.name.readOnly - schemas.WorkforcePoolProvider.properties.name.readOnly - schemas.WorkforcePoolProviderKey.properties.name.readOnly The following keys were changed: - resources.locations.resources.workforcePools.methods.create.parameters.location.description - resources.locations.resources.workforcePools.methods.create.parameters.workforcePoolId.description - resources.locations.resources.workforcePools.methods.patch.parameters.name.description - resources.locations.resources.workforcePools.resources.providers.methods.patch.parameters.name.description - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.name.description - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.name.description - schemas.GoogleIamAdminV1WorkforcePoolProviderOidc.properties.clientSecret.description - schemas.GoogleIamAdminV1WorkforcePoolProviderOidc.properties.jwksJson.description - schemas.GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue.properties.plainText.description - schemas.GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig.properties.additionalScopes.description - schemas.OauthClient.properties.allowedScopes.description - schemas.OauthClient.properties.name.description - schemas.OauthClientCredential.properties.name.description - schemas.Oidc.properties.allowedAudiences.description - schemas.OperationMetadata.properties.cancelRequested.description - schemas.Permission.properties.description.description - schemas.WorkforcePool.properties.description.description - schemas.WorkforcePool.properties.disabled.description - schemas.WorkforcePool.properties.displayName.description - schemas.WorkforcePool.properties.name.description - schemas.WorkforcePool.properties.sessionDuration.description - schemas.WorkforcePoolProvider.properties.attributeCondition.description - schemas.WorkforcePoolProvider.properties.description.description - schemas.WorkforcePoolProvider.properties.disabled.description - schemas.WorkforcePoolProvider.properties.displayName.description - schemas.WorkforcePoolProvider.properties.name.description - schemas.WorkforcePoolProviderKey.properties.name.description - schemas.WorkloadIdentityPool.properties.description.description - schemas.WorkloadIdentityPool.properties.disabled.description - schemas.WorkloadIdentityPool.properties.displayName.description - schemas.WorkloadIdentityPoolProvider.properties.attributeCondition.description - schemas.WorkloadIdentityPoolProvider.properties.attributeMapping.description - schemas.WorkloadIdentityPoolProvider.properties.description.description - schemas.WorkloadIdentityPoolProvider.properties.disabled.description - schemas.WorkloadIdentityPoolProvider.properties.displayName.description #### iam:v2 The following keys were changed: - schemas.GoogleCloudCommonOperationMetadata.properties.cancelRequested.description
1 parent f853121 commit a50a288

File tree

6 files changed

+77
-80
lines changed

6 files changed

+77
-80
lines changed

‎discovery/iam-v1.json

Lines changed: 36 additions & 39 deletions
Large diffs are not rendered by default.

‎discovery/iam-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
}
294294
}
295295
},
296-
"revision": "20240530",
296+
"revision": "20241114",
297297
"rootUrl": "https://iam.googleapis.com/",
298298
"schemas": {
299299
"CloudControl2SharedOperationsReconciliationOperationMetadata": {
@@ -337,7 +337,7 @@
337337
"type": "string"
338338
},
339339
"cancelRequested": {
340-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
340+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
341341
"readOnly": true,
342342
"type": "boolean"
343343
},

‎discovery/iam-v2beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@
293293
}
294294
}
295295
},
296-
"revision": "20240530",
296+
"revision": "20241114",
297297
"rootUrl": "https://iam.googleapis.com/",
298298
"schemas": {
299299
"CloudControl2SharedOperationsReconciliationOperationMetadata": {
@@ -337,7 +337,7 @@
337337
"type": "string"
338338
},
339339
"cancelRequested": {
340-
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
340+
"description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have google.longrunning.Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
341341
"readOnly": true,
342342
"type": "boolean"
343343
},

0 commit comments

Comments
 (0)