Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: run the generator #3462

Merged
merged 276 commits into from May 2, 2024
Merged

feat: run the generator #3462

merged 276 commits into from May 2, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    a154191 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afaf07c View commit details
    Browse the repository at this point in the history
  3. feat(appengine): update the API

    #### appengine:v1alpha
    
    The following keys were added:
    - schemas.ProjectEvent.properties.phase.description
    
    The following keys were changed:
    - schemas.ProjectEvent.properties.phase.enum
    - schemas.ProjectEvent.properties.state.description
    
    #### appengine:v1beta
    
    The following keys were added:
    - schemas.ProjectEvent.properties.phase.description
    
    The following keys were changed:
    - schemas.ProjectEvent.properties.phase.enum
    - schemas.ProjectEvent.properties.state.description
    
    #### appengine:v1
    
    The following keys were added:
    - schemas.ProjectEvent.properties.phase.description
    
    The following keys were changed:
    - schemas.ProjectEvent.properties.phase.enum
    - schemas.ProjectEvent.properties.state.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f471226 View commit details
    Browse the repository at this point in the history
  4. feat(apphub): update the API

    #### apphub:v1alpha
    
    The following keys were added:
    - schemas.Criticality.properties.level.deprecated
    - schemas.Criticality.properties.missionCritical.deprecated
    - schemas.Environment.properties.environment.deprecated
    
    The following keys were changed:
    - schemas.Criticality.properties.level.description
    - schemas.Criticality.properties.missionCritical.description
    - schemas.Environment.properties.environment.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cd87461 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f434ce6 View commit details
    Browse the repository at this point in the history
  6. feat(artifactregistry): update the API

    #### artifactregistry:v1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.description
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.flatPath
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.httpMethod
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.id
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.mediaUpload.accept
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.mediaUpload.protocols.resumable.multipart
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.mediaUpload.protocols.resumable.path
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.mediaUpload.protocols.simple.multipart
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.mediaUpload.protocols.simple.path
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.parameterOrder
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.parameters.parent.description
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.parameters.parent.location
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.parameters.parent.pattern
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.parameters.parent.required
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.parameters.parent.type
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.path
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.request.$ref
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.response.$ref
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.scopes
    - resources.projects.resources.locations.resources.repositories.resources.genericArtifacts.methods.upload.supportsMediaUpload
    - schemas.GenericArtifact.description
    - schemas.GenericArtifact.id
    - schemas.GenericArtifact.properties.createTime.description
    - schemas.GenericArtifact.properties.createTime.format
    - schemas.GenericArtifact.properties.createTime.readOnly
    - schemas.GenericArtifact.properties.createTime.type
    - schemas.GenericArtifact.properties.name.description
    - schemas.GenericArtifact.properties.name.type
    - schemas.GenericArtifact.properties.updateTime.description
    - schemas.GenericArtifact.properties.updateTime.format
    - schemas.GenericArtifact.properties.updateTime.readOnly
    - schemas.GenericArtifact.properties.updateTime.type
    - schemas.GenericArtifact.properties.version.description
    - schemas.GenericArtifact.properties.version.type
    - schemas.GenericArtifact.type
    - schemas.UploadGenericArtifactMediaResponse.description
    - schemas.UploadGenericArtifactMediaResponse.id
    - schemas.UploadGenericArtifactMediaResponse.properties.operation.$ref
    - schemas.UploadGenericArtifactMediaResponse.properties.operation.description
    - schemas.UploadGenericArtifactMediaResponse.type
    - schemas.UploadGenericArtifactMetadata.description
    - schemas.UploadGenericArtifactMetadata.id
    - schemas.UploadGenericArtifactMetadata.type
    - schemas.UploadGenericArtifactRequest.description
    - schemas.UploadGenericArtifactRequest.id
    - schemas.UploadGenericArtifactRequest.properties.filename.description
    - schemas.UploadGenericArtifactRequest.properties.filename.type
    - schemas.UploadGenericArtifactRequest.properties.name.deprecated
    - schemas.UploadGenericArtifactRequest.properties.name.description
    - schemas.UploadGenericArtifactRequest.properties.name.type
    - schemas.UploadGenericArtifactRequest.properties.packageId.description
    - schemas.UploadGenericArtifactRequest.properties.packageId.type
    - schemas.UploadGenericArtifactRequest.properties.versionId.description
    - schemas.UploadGenericArtifactRequest.properties.versionId.type
    - schemas.UploadGenericArtifactRequest.type
    
    The following keys were changed:
    - schemas.Repository.properties.format.enum
    - schemas.Repository.properties.format.enumDescriptions
    - schemas.Repository.properties.mode.enum
    - schemas.Repository.properties.mode.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d99f5b1 View commit details
    Browse the repository at this point in the history
  7. fix(assuredworkloads): update the API

    #### assuredworkloads:v1beta1
    
    The following keys were changed:
    - schemas.GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata.properties.complianceRegime.enum
    - schemas.GoogleCloudAssuredworkloadsV1beta1CreateWorkloadOperationMetadata.properties.complianceRegime.enumDescriptions
    - schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.complianceRegime.enum
    - schemas.GoogleCloudAssuredworkloadsV1beta1Workload.properties.complianceRegime.enumDescriptions
    
    #### assuredworkloads:v1
    
    The following keys were changed:
    - schemas.GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata.properties.complianceRegime.enum
    - schemas.GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata.properties.complianceRegime.enumDescriptions
    - schemas.GoogleCloudAssuredworkloadsV1Workload.properties.complianceRegime.enum
    - schemas.GoogleCloudAssuredworkloadsV1Workload.properties.complianceRegime.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    aea42c3 View commit details
    Browse the repository at this point in the history
  8. feat(authorizedbuyersmarketplace): update the API

    #### authorizedbuyersmarketplace:v1
    
    The following keys were added:
    - resources.bidders.resources.auctionPackages.methods.list.description
    - resources.bidders.resources.auctionPackages.methods.list.flatPath
    - resources.bidders.resources.auctionPackages.methods.list.httpMethod
    - resources.bidders.resources.auctionPackages.methods.list.id
    - resources.bidders.resources.auctionPackages.methods.list.parameterOrder
    - resources.bidders.resources.auctionPackages.methods.list.parameters.filter.description
    - resources.bidders.resources.auctionPackages.methods.list.parameters.filter.location
    - resources.bidders.resources.auctionPackages.methods.list.parameters.filter.type
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageSize.description
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageSize.format
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageSize.location
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageSize.type
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageToken.description
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageToken.location
    - resources.bidders.resources.auctionPackages.methods.list.parameters.pageToken.type
    - resources.bidders.resources.auctionPackages.methods.list.parameters.parent.description
    - resources.bidders.resources.auctionPackages.methods.list.parameters.parent.location
    - resources.bidders.resources.auctionPackages.methods.list.parameters.parent.pattern
    - resources.bidders.resources.auctionPackages.methods.list.parameters.parent.required
    - resources.bidders.resources.auctionPackages.methods.list.parameters.parent.type
    - resources.bidders.resources.auctionPackages.methods.list.path
    - resources.bidders.resources.auctionPackages.methods.list.response.$ref
    - resources.bidders.resources.auctionPackages.methods.list.scopes
    - resources.buyers.resources.auctionPackages.methods.list.parameters.filter.description
    - resources.buyers.resources.auctionPackages.methods.list.parameters.filter.location
    - resources.buyers.resources.auctionPackages.methods.list.parameters.filter.type
    - schemas.AuctionPackage.properties.eligibleSeatIds.description
    - schemas.AuctionPackage.properties.eligibleSeatIds.items.type
    - schemas.AuctionPackage.properties.eligibleSeatIds.readOnly
    - schemas.AuctionPackage.properties.eligibleSeatIds.type
    - schemas.AuctionPackage.properties.subscribedBuyers.description
    - schemas.AuctionPackage.properties.subscribedBuyers.items.type
    - schemas.AuctionPackage.properties.subscribedBuyers.readOnly
    - schemas.AuctionPackage.properties.subscribedBuyers.type
    - schemas.AuctionPackage.properties.subscribedMediaPlanners.description
    - schemas.AuctionPackage.properties.subscribedMediaPlanners.items.$ref
    - schemas.AuctionPackage.properties.subscribedMediaPlanners.readOnly
    - schemas.AuctionPackage.properties.subscribedMediaPlanners.type
    
    The following keys were changed:
    - resources.buyers.resources.auctionPackages.methods.list.description
    - resources.buyers.resources.auctionPackages.methods.list.parameters.parent.description
    - schemas.AuctionPackage.properties.subscribedClients.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ed63d5d View commit details
    Browse the repository at this point in the history
  9. feat(backupdr): update the API

    #### backupdr:v1
    
    The following keys were added:
    - schemas.ManagementServer.properties.baProxyUri.description
    - schemas.ManagementServer.properties.baProxyUri.items.type
    - schemas.ManagementServer.properties.baProxyUri.readOnly
    - schemas.ManagementServer.properties.baProxyUri.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5129a46 View commit details
    Browse the repository at this point in the history
  10. fix(batch): update the API

    #### batch:v1
    
    The following keys were changed:
    - schemas.AllocationPolicy.properties.serviceAccount.description
    - schemas.LocationPolicy.properties.allowedLocations.description
    - schemas.ServiceAccount.properties.email.description
    - schemas.ServiceAccount.properties.scopes.description
    - schemas.TaskExecution.properties.exitCode.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    91b7c9d View commit details
    Browse the repository at this point in the history
  11. feat(beyondcorp)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### beyondcorp:v1alpha
    
    The following keys were deleted:
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.flatPath
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.httpMethod
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.id
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.requestId.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.requestId.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.requestId.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.securityGatewayId.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.securityGatewayId.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.parameters.securityGatewayId.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.path
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.request.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.response.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.create.scopes
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.flatPath
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.id
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.validateOnly.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.validateOnly.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.parameters.validateOnly.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.path
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.delete.scopes
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.flatPath
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.httpMethod
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.id
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.path
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.response.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.get.scopes
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.flatPath
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.httpMethod
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.id
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.path
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.response.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.list.scopes
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.flatPath
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.id
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.requestId.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.requestId.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.requestId.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.path
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.global.resources.securityGateways.methods.patch.scopes
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.description
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.id
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.properties.egressIpAddresses.description
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.properties.egressIpAddresses.items.type
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.properties.egressIpAddresses.readOnly
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.properties.egressIpAddresses.type
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.properties.region.description
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.properties.region.type
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaRegionConfig.type
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.regionConfigs.description
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.regionConfigs.items.$ref
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.regionConfigs.type
    
    The following keys were added:
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.flatPath
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.httpMethod
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.id
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameterOrder
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.name.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.name.location
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.name.pattern
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.name.required
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.name.type
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.requestId.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.requestId.location
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.parameters.requestId.type
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.path
    - resources.organizations.resources.locations.resources.subscriptions.methods.cancel.response.$ref
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.flatPath
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.httpMethod
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.id
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameterOrder
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.name.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.name.location
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.name.pattern
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.name.required
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.name.type
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.requestId.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.requestId.location
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.requestId.type
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.updateMask.description
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.updateMask.format
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.updateMask.location
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.parameters.updateMask.type
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.path
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.request.$ref
    - resources.organizations.resources.locations.resources.subscriptions.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.create.description
    - resources.projects.resources.locations.resources.securityGateways.methods.create.flatPath
    - resources.projects.resources.locations.resources.securityGateways.methods.create.httpMethod
    - resources.projects.resources.locations.resources.securityGateways.methods.create.id
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.requestId.description
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.requestId.location
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.requestId.type
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.securityGatewayId.description
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.securityGatewayId.location
    - resources.projects.resources.locations.resources.securityGateways.methods.create.parameters.securityGatewayId.type
    - resources.projects.resources.locations.resources.securityGateways.methods.create.path
    - resources.projects.resources.locations.resources.securityGateways.methods.create.request.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.create.response.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.create.scopes
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.description
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.flatPath
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.id
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.validateOnly.description
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.validateOnly.location
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.parameters.validateOnly.type
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.path
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.delete.scopes
    - resources.projects.resources.locations.resources.securityGateways.methods.get.description
    - resources.projects.resources.locations.resources.securityGateways.methods.get.flatPath
    - resources.projects.resources.locations.resources.securityGateways.methods.get.httpMethod
    - resources.projects.resources.locations.resources.securityGateways.methods.get.id
    - resources.projects.resources.locations.resources.securityGateways.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.securityGateways.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.securityGateways.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.securityGateways.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.securityGateways.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.securityGateways.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.securityGateways.methods.get.path
    - resources.projects.resources.locations.resources.securityGateways.methods.get.response.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.get.scopes
    - resources.projects.resources.locations.resources.securityGateways.methods.list.description
    - resources.projects.resources.locations.resources.securityGateways.methods.list.flatPath
    - resources.projects.resources.locations.resources.securityGateways.methods.list.httpMethod
    - resources.projects.resources.locations.resources.securityGateways.methods.list.id
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.securityGateways.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.securityGateways.methods.list.path
    - resources.projects.resources.locations.resources.securityGateways.methods.list.response.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.list.scopes
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.description
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.flatPath
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.id
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.requestId.description
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.requestId.location
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.requestId.type
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.path
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.securityGateways.methods.patch.scopes
    - schemas.AppGateway.properties.satisfiesPzi.description
    - schemas.AppGateway.properties.satisfiesPzi.readOnly
    - schemas.AppGateway.properties.satisfiesPzi.type
    - schemas.AppGateway.properties.satisfiesPzs.description
    - schemas.AppGateway.properties.satisfiesPzs.readOnly
    - schemas.AppGateway.properties.satisfiesPzs.type
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection.properties.satisfiesPzi.description
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection.properties.satisfiesPzi.readOnly
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection.properties.satisfiesPzi.type
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection.properties.satisfiesPzs.description
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection.properties.satisfiesPzs.readOnly
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1alphaAppConnection.properties.satisfiesPzs.type
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.description
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.id
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.properties.effectiveCancellationTime.description
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.properties.effectiveCancellationTime.format
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.properties.effectiveCancellationTime.type
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaCancelSubscriptionResponse.type
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.properties.billingAccount.description
    - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.properties.billingAccount.type
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.externalIps.description
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.externalIps.items.type
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.externalIps.readOnly
    - schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaSecurityGateway.properties.externalIps.type
    
    #### beyondcorp:v1
    
    The following keys were added:
    - schemas.AppGateway.properties.satisfiesPzi.description
    - schemas.AppGateway.properties.satisfiesPzi.readOnly
    - schemas.AppGateway.properties.satisfiesPzi.type
    - schemas.AppGateway.properties.satisfiesPzs.description
    - schemas.AppGateway.properties.satisfiesPzs.readOnly
    - schemas.AppGateway.properties.satisfiesPzs.type
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.properties.satisfiesPzi.description
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.properties.satisfiesPzi.readOnly
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.properties.satisfiesPzi.type
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.properties.satisfiesPzs.description
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.properties.satisfiesPzs.readOnly
    - schemas.GoogleCloudBeyondcorpAppconnectionsV1AppConnection.properties.satisfiesPzs.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    702f405 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43f5a00 View commit details
    Browse the repository at this point in the history
  13. feat(bigquery): update the API

    #### bigquery:v2
    
    The following keys were added:
    - endpoints
    - resources.routines.methods.getIamPolicy.description
    - resources.routines.methods.getIamPolicy.flatPath
    - resources.routines.methods.getIamPolicy.httpMethod
    - resources.routines.methods.getIamPolicy.id
    - resources.routines.methods.getIamPolicy.parameterOrder
    - resources.routines.methods.getIamPolicy.parameters.resource.description
    - resources.routines.methods.getIamPolicy.parameters.resource.location
    - resources.routines.methods.getIamPolicy.parameters.resource.pattern
    - resources.routines.methods.getIamPolicy.parameters.resource.required
    - resources.routines.methods.getIamPolicy.parameters.resource.type
    - resources.routines.methods.getIamPolicy.path
    - resources.routines.methods.getIamPolicy.request.$ref
    - resources.routines.methods.getIamPolicy.response.$ref
    - resources.routines.methods.getIamPolicy.scopes
    - resources.routines.methods.setIamPolicy.description
    - resources.routines.methods.setIamPolicy.flatPath
    - resources.routines.methods.setIamPolicy.httpMethod
    - resources.routines.methods.setIamPolicy.id
    - resources.routines.methods.setIamPolicy.parameterOrder
    - resources.routines.methods.setIamPolicy.parameters.resource.description
    - resources.routines.methods.setIamPolicy.parameters.resource.location
    - resources.routines.methods.setIamPolicy.parameters.resource.pattern
    - resources.routines.methods.setIamPolicy.parameters.resource.required
    - resources.routines.methods.setIamPolicy.parameters.resource.type
    - resources.routines.methods.setIamPolicy.path
    - resources.routines.methods.setIamPolicy.request.$ref
    - resources.routines.methods.setIamPolicy.response.$ref
    - resources.routines.methods.setIamPolicy.scopes
    - schemas.Dataset.properties.externalCatalogDatasetOptions.$ref
    - schemas.Dataset.properties.externalCatalogDatasetOptions.description
    - schemas.Dataset.properties.restrictions.$ref
    - schemas.Dataset.properties.restrictions.description
    - schemas.Dataset.properties.restrictions.readOnly
    - schemas.DifferentialPrivacyPolicy.description
    - schemas.DifferentialPrivacyPolicy.id
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudget.description
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudget.format
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudget.type
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudgetRemaining.description
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudgetRemaining.format
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudgetRemaining.readOnly
    - schemas.DifferentialPrivacyPolicy.properties.deltaBudgetRemaining.type
    - schemas.DifferentialPrivacyPolicy.properties.deltaPerQuery.description
    - schemas.DifferentialPrivacyPolicy.properties.deltaPerQuery.format
    - schemas.DifferentialPrivacyPolicy.properties.deltaPerQuery.type
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudget.description
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudget.format
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudget.type
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudgetRemaining.description
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudgetRemaining.format
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudgetRemaining.readOnly
    - schemas.DifferentialPrivacyPolicy.properties.epsilonBudgetRemaining.type
    - schemas.DifferentialPrivacyPolicy.properties.maxEpsilonPerQuery.description
    - schemas.DifferentialPrivacyPolicy.properties.maxEpsilonPerQuery.format
    - schemas.DifferentialPrivacyPolicy.properties.maxEpsilonPerQuery.type
    - schemas.DifferentialPrivacyPolicy.properties.maxGroupsContributed.description
    - schemas.DifferentialPrivacyPolicy.properties.maxGroupsContributed.format
    - schemas.DifferentialPrivacyPolicy.properties.maxGroupsContributed.type
    - schemas.DifferentialPrivacyPolicy.properties.privacyUnitColumn.description
    - schemas.DifferentialPrivacyPolicy.properties.privacyUnitColumn.type
    - schemas.DifferentialPrivacyPolicy.type
    - schemas.ExternalCatalogDatasetOptions.description
    - schemas.ExternalCatalogDatasetOptions.id
    - schemas.ExternalCatalogDatasetOptions.properties.defaultStorageLocationUri.description
    - schemas.ExternalCatalogDatasetOptions.properties.defaultStorageLocationUri.type
    - schemas.ExternalCatalogDatasetOptions.properties.parameters.additionalProperties.type
    - schemas.ExternalCatalogDatasetOptions.properties.parameters.description
    - schemas.ExternalCatalogDatasetOptions.properties.parameters.type
    - schemas.ExternalCatalogDatasetOptions.type
    - schemas.ExternalCatalogTableOptions.description
    - schemas.ExternalCatalogTableOptions.id
    - schemas.ExternalCatalogTableOptions.properties.connectionId.description
    - schemas.ExternalCatalogTableOptions.properties.connectionId.type
    - schemas.ExternalCatalogTableOptions.properties.parameters.additionalProperties.type
    - schemas.ExternalCatalogTableOptions.properties.parameters.description
    - schemas.ExternalCatalogTableOptions.properties.parameters.type
    - schemas.ExternalCatalogTableOptions.properties.storageDescriptor.$ref
    - schemas.ExternalCatalogTableOptions.properties.storageDescriptor.description
    - schemas.ExternalCatalogTableOptions.type
    - schemas.ForeignTypeInfo.description
    - schemas.ForeignTypeInfo.id
    - schemas.ForeignTypeInfo.properties.typeSystem.description
    - schemas.ForeignTypeInfo.properties.typeSystem.enum
    - schemas.ForeignTypeInfo.properties.typeSystem.enumDescriptions
    - schemas.ForeignTypeInfo.properties.typeSystem.type
    - schemas.ForeignTypeInfo.type
    - schemas.JoinRestrictionPolicy.description
    - schemas.JoinRestrictionPolicy.id
    - schemas.JoinRestrictionPolicy.properties.joinAllowedColumns.description
    - schemas.JoinRestrictionPolicy.properties.joinAllowedColumns.items.type
    - schemas.JoinRestrictionPolicy.properties.joinAllowedColumns.type
    - schemas.JoinRestrictionPolicy.properties.joinCondition.description
    - schemas.JoinRestrictionPolicy.properties.joinCondition.enum
    - schemas.JoinRestrictionPolicy.properties.joinCondition.enumDescriptions
    - schemas.JoinRestrictionPolicy.properties.joinCondition.type
    - schemas.JoinRestrictionPolicy.type
    - schemas.ParquetOptions.properties.mapTargetType.description
    - schemas.ParquetOptions.properties.mapTargetType.enum
    - schemas.ParquetOptions.properties.mapTargetType.enumDescriptions
    - schemas.ParquetOptions.properties.mapTargetType.type
    - schemas.PartitionSkew.description
    - schemas.PartitionSkew.id
    - schemas.PartitionSkew.properties.skewSources.description
    - schemas.PartitionSkew.properties.skewSources.items.$ref
    - schemas.PartitionSkew.properties.skewSources.readOnly
    - schemas.PartitionSkew.properties.skewSources.type
    - schemas.PartitionSkew.type
    - schemas.PrivacyPolicy.properties.differentialPrivacyPolicy.$ref
    - schemas.PrivacyPolicy.properties.differentialPrivacyPolicy.description
    - schemas.PrivacyPolicy.properties.joinRestrictionPolicy.$ref
    - schemas.PrivacyPolicy.properties.joinRestrictionPolicy.description
    - schemas.RestrictionConfig.id
    - schemas.RestrictionConfig.properties.type.description
    - schemas.RestrictionConfig.properties.type.enum
    - schemas.RestrictionConfig.properties.type.enumDescriptions
    - schemas.RestrictionConfig.properties.type.readOnly
    - schemas.RestrictionConfig.properties.type.type
    - schemas.RestrictionConfig.type
    - schemas.SerDeInfo.description
    - schemas.SerDeInfo.id
    - schemas.SerDeInfo.properties.name.description
    - schemas.SerDeInfo.properties.name.type
    - schemas.SerDeInfo.properties.parameters.additionalProperties.type
    - schemas.SerDeInfo.properties.parameters.description
    - schemas.SerDeInfo.properties.parameters.type
    - schemas.SerDeInfo.properties.serializationLibrary.description
    - schemas.SerDeInfo.properties.serializationLibrary.type
    - schemas.SerDeInfo.type
    - schemas.SkewSource.description
    - schemas.SkewSource.id
    - schemas.SkewSource.properties.stageId.description
    - schemas.SkewSource.properties.stageId.format
    - schemas.SkewSource.properties.stageId.readOnly
    - schemas.SkewSource.properties.stageId.type
    - schemas.SkewSource.type
    - schemas.StagePerformanceStandaloneInsight.properties.partitionSkew.$ref
    - schemas.StagePerformanceStandaloneInsight.properties.partitionSkew.description
    - schemas.StagePerformanceStandaloneInsight.properties.partitionSkew.readOnly
    - schemas.StorageDescriptor.description
    - schemas.StorageDescriptor.id
    - schemas.StorageDescriptor.properties.inputFormat.description
    - schemas.StorageDescriptor.properties.inputFormat.type
    - schemas.StorageDescriptor.properties.locationUri.description
    - schemas.StorageDescriptor.properties.locationUri.type
    - schemas.StorageDescriptor.properties.outputFormat.description
    - schemas.StorageDescriptor.properties.outputFormat.type
    - schemas.StorageDescriptor.properties.serdeInfo.$ref
    - schemas.StorageDescriptor.properties.serdeInfo.description
    - schemas.StorageDescriptor.type
    - schemas.Table.properties.externalCatalogTableOptions.$ref
    - schemas.Table.properties.externalCatalogTableOptions.description
    - schemas.Table.properties.restrictions.$ref
    - schemas.Table.properties.restrictions.description
    - schemas.Table.properties.restrictions.readOnly
    - schemas.TableFieldSchema.properties.foreignTypeDefinition.description
    - schemas.TableFieldSchema.properties.foreignTypeDefinition.type
    - schemas.TableSchema.properties.foreignTypeInfo.$ref
    - schemas.TableSchema.properties.foreignTypeInfo.description
    
    The following keys were changed:
    - resources.datasets.methods.list.parameters.filter.description
    - schemas.CsvOptions.properties.nullMarker.description
    - schemas.Dataset.properties.type.description
    - schemas.JobConfigurationLoad.properties.copyFilesOnly.description
    - schemas.JobStatistics.properties.reservationUsage.items.properties.name.description
    - schemas.JobStatistics2.properties.reservationUsage.items.properties.name.description
    - schemas.MaterializedView.properties.rejectedReason.enumDescriptions
    - schemas.MaterializedViewDefinition.properties.allowNonIncrementalDefinition.description
    - schemas.MlStatistics.properties.modelType.enum
    - schemas.MlStatistics.properties.modelType.enumDescriptions
    - schemas.Model.properties.modelType.enum
    - schemas.Model.properties.modelType.enumDescriptions
    - schemas.TableReplicationInfo.properties.replicationIntervalMs.description
    - schemas.UndeleteDatasetRequest.properties.deletionTime.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e03abb1 View commit details
    Browse the repository at this point in the history
  14. feat(bigqueryconnection): update the API

    #### bigqueryconnection:v1
    
    The following keys were added:
    - schemas.ConnectorConfiguration.properties.asset.$ref
    - schemas.ConnectorConfiguration.properties.asset.description
    - schemas.ConnectorConfiguration.properties.network.$ref
    - schemas.ConnectorConfiguration.properties.network.description
    - schemas.ConnectorConfigurationAsset.description
    - schemas.ConnectorConfigurationAsset.id
    - schemas.ConnectorConfigurationAsset.properties.database.description
    - schemas.ConnectorConfigurationAsset.properties.database.type
    - schemas.ConnectorConfigurationAsset.properties.googleCloudResource.description
    - schemas.ConnectorConfigurationAsset.properties.googleCloudResource.type
    - schemas.ConnectorConfigurationAsset.type
    - schemas.ConnectorConfigurationNetwork.description
    - schemas.ConnectorConfigurationNetwork.id
    - schemas.ConnectorConfigurationNetwork.properties.privateServiceConnect.$ref
    - schemas.ConnectorConfigurationNetwork.properties.privateServiceConnect.description
    - schemas.ConnectorConfigurationNetwork.type
    - schemas.ConnectorConfigurationPrivateServiceConnect.description
    - schemas.ConnectorConfigurationPrivateServiceConnect.id
    - schemas.ConnectorConfigurationPrivateServiceConnect.properties.networkAttachment.description
    - schemas.ConnectorConfigurationPrivateServiceConnect.properties.networkAttachment.type
    - schemas.ConnectorConfigurationPrivateServiceConnect.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4ce699f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b029562 View commit details
    Browse the repository at this point in the history
  16. fix(bigquerydatatransfer): update the API

    #### bigquerydatatransfer:v1
    
    The following keys were changed:
    - resources.projects.methods.enrollDataSources.parameters.name.description
    - resources.projects.resources.locations.methods.enrollDataSources.parameters.name.description
    - resources.projects.resources.locations.methods.unenrollDataSources.parameters.name.description
    - resources.projects.resources.locations.resources.transferConfigs.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.transferConfigs.methods.startManualRuns.parameters.parent.description
    - resources.projects.resources.transferConfigs.methods.patch.parameters.name.description
    - resources.projects.resources.transferConfigs.methods.startManualRuns.parameters.parent.description
    - schemas.TransferConfig.properties.name.description
    - schemas.TransferRun.properties.name.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6204b6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a1ad643 View commit details
    Browse the repository at this point in the history
  18. feat(bigtableadmin): update the API

    #### bigtableadmin:v2
    
    The following keys were added:
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.flatPath
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.httpMethod
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.id
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.parameterOrder
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.parameters.resource.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.parameters.resource.location
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.parameters.resource.pattern
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.parameters.resource.required
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.parameters.resource.type
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.path
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.request.$ref
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.response.$ref
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.getIamPolicy.scopes
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.flatPath
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.httpMethod
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.id
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.parameterOrder
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.parameters.resource.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.parameters.resource.location
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.parameters.resource.pattern
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.parameters.resource.required
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.parameters.resource.type
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.path
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.request.$ref
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.response.$ref
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.setIamPolicy.scopes
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.flatPath
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.httpMethod
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.id
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.parameterOrder
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.parameters.resource.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.parameters.resource.location
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.parameters.resource.pattern
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.parameters.resource.required
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.parameters.resource.type
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.path
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.request.$ref
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.response.$ref
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.testIamPermissions.scopes
    - schemas.Instance.properties.satisfiesPzi.description
    - schemas.Instance.properties.satisfiesPzi.readOnly
    - schemas.Instance.properties.satisfiesPzi.type
    
    The following keys were changed:
    - resources.projects.resources.instances.resources.clusters.resources.backups.methods.getIamPolicy.description
    - resources.projects.resources.instances.resources.clusters.resources.backups.methods.setIamPolicy.description
    - resources.projects.resources.instances.resources.clusters.resources.backups.methods.testIamPermissions.description
    - resources.projects.resources.instances.resources.tables.methods.getIamPolicy.description
    - resources.projects.resources.instances.resources.tables.methods.setIamPolicy.description
    - resources.projects.resources.instances.resources.tables.methods.testIamPermissions.description
    - resources.projects.resources.instances.resources.tables.resources.authorizedViews.methods.list.parameters.view.description
    - schemas.AuthorizedView.description
    - schemas.CreateAuthorizedViewMetadata.properties.originalRequest.description
    - schemas.DataBoostIsolationReadOnly.description
    - schemas.UpdateAuthorizedViewRequest.properties.authorizedView.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2b115fb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    eac4aa9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7efd2f1 View commit details
    Browse the repository at this point in the history
  21. feat(blockchainnodeengine): update the API

    #### blockchainnodeengine:v1
    
    The following keys were added:
    - schemas.EthereumDetails.properties.network.enumDeprecated
    
    The following keys were changed:
    - schemas.EthereumDetails.properties.network.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    13549a8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    610dc81 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    97fd6f2 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    71f31f1 View commit details
    Browse the repository at this point in the history
  25. fix(calendar): update the API

    #### calendar:v3
    
    The following keys were changed:
    - resources.events.methods.list.parameters.eventTypes.description
    - resources.events.methods.watch.parameters.eventTypes.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9375b08 View commit details
    Browse the repository at this point in the history
  26. fix(certificatemanager): update the API

    #### certificatemanager:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.certificateIssuanceConfigs.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.certificateMaps.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.certificateMaps.resources.certificateMapEntries.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.certificates.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.dnsAuthorizations.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.trustConfigs.methods.list.parameters.orderBy.description
    - schemas.TrustConfig.properties.allowlistedCertificates.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c4a55cd View commit details
    Browse the repository at this point in the history
  27. feat(chat): update the API

    #### chat:v1
    
    The following keys were added:
    - auth.oauth2.scopes.https://www.googleapis.com/auth/chat.users.readstate.description
    - auth.oauth2.scopes.https://www.googleapis.com/auth/chat.users.readstate.readonly.description
    - resources.spaces.resources.members.methods.patch.description
    - resources.spaces.resources.members.methods.patch.flatPath
    - resources.spaces.resources.members.methods.patch.httpMethod
    - resources.spaces.resources.members.methods.patch.id
    - resources.spaces.resources.members.methods.patch.parameterOrder
    - resources.spaces.resources.members.methods.patch.parameters.name.description
    - resources.spaces.resources.members.methods.patch.parameters.name.location
    - resources.spaces.resources.members.methods.patch.parameters.name.pattern
    - resources.spaces.resources.members.methods.patch.parameters.name.required
    - resources.spaces.resources.members.methods.patch.parameters.name.type
    - resources.spaces.resources.members.methods.patch.parameters.updateMask.description
    - resources.spaces.resources.members.methods.patch.parameters.updateMask.format
    - resources.spaces.resources.members.methods.patch.parameters.updateMask.location
    - resources.spaces.resources.members.methods.patch.parameters.updateMask.type
    - resources.spaces.resources.members.methods.patch.path
    - resources.spaces.resources.members.methods.patch.request.$ref
    - resources.spaces.resources.members.methods.patch.response.$ref
    - resources.spaces.resources.members.methods.patch.scopes
    - resources.spaces.resources.spaceEvents.methods.get.description
    - resources.spaces.resources.spaceEvents.methods.get.flatPath
    - resources.spaces.resources.spaceEvents.methods.get.httpMethod
    - resources.spaces.resources.spaceEvents.methods.get.id
    - resources.spaces.resources.spaceEvents.methods.get.parameterOrder
    - resources.spaces.resources.spaceEvents.methods.get.parameters.name.description
    - resources.spaces.resources.spaceEvents.methods.get.parameters.name.location
    - resources.spaces.resources.spaceEvents.methods.get.parameters.name.pattern
    - resources.spaces.resources.spaceEvents.methods.get.parameters.name.required
    - resources.spaces.resources.spaceEvents.methods.get.parameters.name.type
    - resources.spaces.resources.spaceEvents.methods.get.path
    - resources.spaces.resources.spaceEvents.methods.get.response.$ref
    - resources.spaces.resources.spaceEvents.methods.get.scopes
    - resources.spaces.resources.spaceEvents.methods.list.description
    - resources.spaces.resources.spaceEvents.methods.list.flatPath
    - resources.spaces.resources.spaceEvents.methods.list.httpMethod
    - resources.spaces.resources.spaceEvents.methods.list.id
    - resources.spaces.resources.spaceEvents.methods.list.parameterOrder
    - resources.spaces.resources.spaceEvents.methods.list.parameters.filter.description
    - resources.spaces.resources.spaceEvents.methods.list.parameters.filter.location
    - resources.spaces.resources.spaceEvents.methods.list.parameters.filter.type
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageSize.description
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageSize.format
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageSize.location
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageSize.type
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageToken.description
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageToken.location
    - resources.spaces.resources.spaceEvents.methods.list.parameters.pageToken.type
    - resources.spaces.resources.spaceEvents.methods.list.parameters.parent.description
    - resources.spaces.resources.spaceEvents.methods.list.parameters.parent.location
    - resources.spaces.resources.spaceEvents.methods.list.parameters.parent.pattern
    - resources.spaces.resources.spaceEvents.methods.list.parameters.parent.required
    - resources.spaces.resources.spaceEvents.methods.list.parameters.parent.type
    - resources.spaces.resources.spaceEvents.methods.list.path
    - resources.spaces.resources.spaceEvents.methods.list.response.$ref
    - resources.spaces.resources.spaceEvents.methods.list.scopes
    - resources.users.resources.spaces.methods.getSpaceReadState.description
    - resources.users.resources.spaces.methods.getSpaceReadState.flatPath
    - resources.users.resources.spaces.methods.getSpaceReadState.httpMethod
    - resources.users.resources.spaces.methods.getSpaceReadState.id
    - resources.users.resources.spaces.methods.getSpaceReadState.parameterOrder
    - resources.users.resources.spaces.methods.getSpaceReadState.parameters.name.description
    - resources.users.resources.spaces.methods.getSpaceReadState.parameters.name.location
    - resources.users.resources.spaces.methods.getSpaceReadState.parameters.name.pattern
    - resources.users.resources.spaces.methods.getSpaceReadState.parameters.name.required
    - resources.users.resources.spaces.methods.getSpaceReadState.parameters.name.type
    - resources.users.resources.spaces.methods.getSpaceReadState.path
    - resources.users.resources.spaces.methods.getSpaceReadState.response.$ref
    - resources.users.resources.spaces.methods.getSpaceReadState.scopes
    - resources.users.resources.spaces.methods.updateSpaceReadState.description
    - resources.users.resources.spaces.methods.updateSpaceReadState.flatPath
    - resources.users.resources.spaces.methods.updateSpaceReadState.httpMethod
    - resources.users.resources.spaces.methods.updateSpaceReadState.id
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameterOrder
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.name.description
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.name.location
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.name.pattern
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.name.required
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.name.type
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.updateMask.description
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.updateMask.format
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.updateMask.location
    - resources.users.resources.spaces.methods.updateSpaceReadState.parameters.updateMask.type
    - resources.users.resources.spaces.methods.updateSpaceReadState.path
    - resources.users.resources.spaces.methods.updateSpaceReadState.request.$ref
    - resources.users.resources.spaces.methods.updateSpaceReadState.response.$ref
    - resources.users.resources.spaces.methods.updateSpaceReadState.scopes
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.description
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.flatPath
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.httpMethod
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.id
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.parameterOrder
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.parameters.name.description
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.parameters.name.location
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.parameters.name.pattern
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.parameters.name.required
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.parameters.name.type
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.path
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.response.$ref
    - resources.users.resources.spaces.resources.threads.methods.getThreadReadState.scopes
    - schemas.AccessoryWidget.description
    - schemas.AccessoryWidget.id
    - schemas.AccessoryWidget.properties.buttonList.$ref
    - schemas.AccessoryWidget.properties.buttonList.description
    - schemas.AccessoryWidget.type
    - schemas.AttachmentDataRef.description
    - schemas.CompleteImportSpaceResponse.description
    - schemas.CustomEmoji.properties.uid.readOnly
    - schemas.ListMembershipsResponse.description
    - schemas.ListMessagesResponse.description
    - schemas.ListReactionsResponse.description
    - schemas.ListSpaceEventsResponse.description
    - schemas.ListSpaceEventsResponse.id
    - schemas.ListSpaceEventsResponse.properties.nextPageToken.description
    - schemas.ListSpaceEventsResponse.properties.nextPageToken.type
    - schemas.ListSpaceEventsResponse.properties.spaceEvents.description
    - schemas.ListSpaceEventsResponse.properties.spaceEvents.items.$ref
    - schemas.ListSpaceEventsResponse.properties.spaceEvents.type
    - schemas.ListSpaceEventsResponse.type
    - schemas.ListSpacesResponse.description
    - schemas.MembershipBatchCreatedEventData.description
    - schemas.MembershipBatchCreatedEventData.id
    - schemas.MembershipBatchCreatedEventData.properties.memberships.description
    - schemas.MembershipBatchCreatedEventData.properties.memberships.items.$ref
    - schemas.MembershipBatchCreatedEventData.properties.memberships.type
    - schemas.MembershipBatchCreatedEventData.type
    - schemas.MembershipBatchDeletedEventData.description
    - schemas.MembershipBatchDeletedEventData.id
    - schemas.MembershipBatchDeletedEventData.properties.memberships.description
    - schemas.MembershipBatchDeletedEventData.properties.memberships.items.$ref
    - schemas.MembershipBatchDeletedEventData.properties.memberships.type
    - schemas.MembershipBatchDeletedEventData.type
    - schemas.MembershipBatchUpdatedEventData.description
    - schemas.MembershipBatchUpdatedEventData.id
    - schemas.MembershipBatchUpdatedEventData.properties.memberships.description
    - schemas.MembershipBatchUpdatedEventData.properties.memberships.items.$ref
    - schemas.MembershipBatchUpdatedEventData.properties.memberships.type
    - schemas.MembershipBatchUpdatedEventData.type
    - schemas.MembershipCreatedEventData.description
    - schemas.MembershipCreatedEventData.id
    - schemas.MembershipCreatedEventData.properties.membership.$ref
    - schemas.MembershipCreatedEventData.properties.membership.description
    - schemas.MembershipCreatedEventData.type
    - schemas.MembershipDeletedEventData.description
    - schemas.MembershipDeletedEventData.id
    - schemas.MembershipDeletedEventData.properties.membership.$ref
    - schemas.MembershipDeletedEventData.properties.membership.description
    - schemas.MembershipDeletedEventData.type
    - schemas.MembershipUpdatedEventData.description
    - schemas.MembershipUpdatedEventData.id
    - schemas.MembershipUpdatedEventData.properties.membership.$ref
    - schemas.MembershipUpdatedEventData.properties.membership.description
    - schemas.MembershipUpdatedEventData.type
    - schemas.Message.properties.accessoryWidgets.description
    - schemas.Message.properties.accessoryWidgets.items.$ref
    - schemas.Message.properties.accessoryWidgets.type
    - schemas.MessageBatchCreatedEventData.description
    - schemas.MessageBatchCreatedEventData.id
    - schemas.MessageBatchCreatedEventData.properties.messages.description
    - schemas.MessageBatchCreatedEventData.properties.messages.items.$ref
    - schemas.MessageBatchCreatedEventData.properties.messages.type
    - schemas.MessageBatchCreatedEventData.type
    - schemas.MessageBatchDeletedEventData.description
    - schemas.MessageBatchDeletedEventData.id
    - schemas.MessageBatchDeletedEventData.properties.messages.description
    - schemas.MessageBatchDeletedEventData.properties.messages.items.$ref
    - schemas.MessageBatchDeletedEventData.properties.messages.type
    - schemas.MessageBatchDeletedEventData.type
    - schemas.MessageBatchUpdatedEventData.description
    - schemas.MessageBatchUpdatedEventData.id
    - schemas.MessageBatchUpdatedEventData.properties.messages.description
    - schemas.MessageBatchUpdatedEventData.properties.messages.items.$ref
    - schemas.MessageBatchUpdatedEventData.properties.messages.type
    - schemas.MessageBatchUpdatedEventData.type
    - schemas.MessageCreatedEventData.description
    - schemas.MessageCreatedEventData.id
    - schemas.MessageCreatedEventData.properties.message.$ref
    - schemas.MessageCreatedEventData.properties.message.description
    - schemas.MessageCreatedEventData.type
    - schemas.MessageDeletedEventData.description
    - schemas.MessageDeletedEventData.id
    - schemas.MessageDeletedEventData.properties.message.$ref
    - schemas.MessageDeletedEventData.properties.message.description
    - schemas.MessageDeletedEventData.type
    - schemas.MessageUpdatedEventData.description
    - schemas.MessageUpdatedEventData.id
    - schemas.MessageUpdatedEventData.properties.message.$ref
    - schemas.MessageUpdatedEventData.properties.message.description
    - schemas.MessageUpdatedEventData.type
    - schemas.ReactionBatchCreatedEventData.description
    - schemas.ReactionBatchCreatedEventData.id
    - schemas.ReactionBatchCreatedEventData.properties.reactions.description
    - schemas.ReactionBatchCreatedEventData.properties.reactions.items.$ref
    - schemas.ReactionBatchCreatedEventData.properties.reactions.type
    - schemas.ReactionBatchCreatedEventData.type
    - schemas.ReactionBatchDeletedEventData.description
    - schemas.ReactionBatchDeletedEventData.id
    - schemas.ReactionBatchDeletedEventData.properties.reactions.description
    - schemas.ReactionBatchDeletedEventData.properties.reactions.items.$ref
    - schemas.ReactionBatchDeletedEventData.properties.reactions.type
    - schemas.ReactionBatchDeletedEventData.type
    - schemas.ReactionCreatedEventData.description
    - schemas.ReactionCreatedEventData.id
    - schemas.ReactionCreatedEventData.properties.reaction.$ref
    - schemas.ReactionCreatedEventData.properties.reaction.description
    - schemas.ReactionCreatedEventData.type
    - schemas.ReactionDeletedEventData.description
    - schemas.ReactionDeletedEventData.id
    - schemas.ReactionDeletedEventData.properties.reaction.$ref
    - schemas.ReactionDeletedEventData.properties.reaction.description
    - schemas.ReactionDeletedEventData.type
    - schemas.SetUpSpaceRequest.description
    - schemas.SpaceBatchUpdatedEventData.description
    - schemas.SpaceBatchUpdatedEventData.id
    - schemas.SpaceBatchUpdatedEventData.properties.spaces.description
    - schemas.SpaceBatchUpdatedEventData.properties.spaces.items.$ref
    - schemas.SpaceBatchUpdatedEventData.properties.spaces.type
    - schemas.SpaceBatchUpdatedEventData.type
    - schemas.SpaceEvent.description
    - schemas.SpaceEvent.id
    - schemas.SpaceEvent.properties.eventTime.description
    - schemas.SpaceEvent.properties.eventTime.format
    - schemas.SpaceEvent.properties.eventTime.type
    - schemas.SpaceEvent.properties.eventType.description
    - schemas.SpaceEvent.properties.eventType.type
    - schemas.SpaceEvent.properties.membershipBatchCreatedEventData.$ref
    - schemas.SpaceEvent.properties.membershipBatchCreatedEventData.description
    - schemas.SpaceEvent.properties.membershipBatchDeletedEventData.$ref
    - schemas.SpaceEvent.properties.membershipBatchDeletedEventData.description
    - schemas.SpaceEvent.properties.membershipBatchUpdatedEventData.$ref
    - schemas.SpaceEvent.properties.membershipBatchUpdatedEventData.description
    - schemas.SpaceEvent.properties.membershipCreatedEventData.$ref
    - schemas.SpaceEvent.properties.membershipCreatedEventData.description
    - schemas.SpaceEvent.properties.membershipDeletedEventData.$ref
    - schemas.SpaceEvent.properties.membershipDeletedEventData.description
    - schemas.SpaceEvent.properties.membershipUpdatedEventData.$ref
    - schemas.SpaceEvent.properties.membershipUpdatedEventData.description
    - schemas.SpaceEvent.properties.messageBatchCreatedEventData.$ref
    - schemas.SpaceEvent.properties.messageBatchCreatedEventData.description
    - schemas.SpaceEvent.properties.messageBatchDeletedEventData.$ref
    - schemas.SpaceEvent.properties.messageBatchDeletedEventData.description
    - schemas.SpaceEvent.properties.messageBatchUpdatedEventData.$ref
    - schemas.SpaceEvent.properties.messageBatchUpdatedEventData.description
    - schemas.SpaceEvent.properties.messageCreatedEventData.$ref
    - schemas.SpaceEvent.properties.messageCreatedEventData.description
    - schemas.SpaceEvent.properties.messageDeletedEventData.$ref
    - schemas.SpaceEvent.properties.messageDeletedEventData.description
    - schemas.SpaceEvent.properties.messageUpdatedEventData.$ref
    - schemas.SpaceEvent.properties.messageUpdatedEventData.description
    - schemas.SpaceEvent.properties.name.description
    - schemas.SpaceEvent.properties.name.type
    - schemas.SpaceEvent.properties.reactionBatchCreatedEventData.$ref
    - schemas.SpaceEvent.properties.reactionBatchCreatedEventData.description
    - schemas.SpaceEvent.properties.reactionBatchDeletedEventData.$ref
    - schemas.SpaceEvent.properties.reactionBatchDeletedEventData.description
    - schemas.SpaceEvent.properties.reactionCreatedEventData.$ref
    - schemas.SpaceEvent.properties.reactionCreatedEventData.description
    - schemas.SpaceEvent.properties.reactionDeletedEventData.$ref
    - schemas.SpaceEvent.properties.reactionDeletedEventData.description
    - schemas.SpaceEvent.properties.spaceBatchUpdatedEventData.$ref
    - schemas.SpaceEvent.properties.spaceBatchUpdatedEventData.description
    - schemas.SpaceEvent.properties.spaceUpdatedEventData.$ref
    - schemas.SpaceEvent.properties.spaceUpdatedEventData.description
    - schemas.SpaceEvent.type
    - schemas.SpaceReadState.description
    - schemas.SpaceReadState.id
    - schemas.SpaceReadState.properties.lastReadTime.description
    - schemas.SpaceReadState.properties.lastReadTime.format
    - schemas.SpaceReadState.properties.lastReadTime.type
    - schemas.SpaceReadState.properties.name.description
    - schemas.SpaceReadState.properties.name.type
    - schemas.SpaceReadState.type
    - schemas.SpaceUpdatedEventData.description
    - schemas.SpaceUpdatedEventData.id
    - schemas.SpaceUpdatedEventData.properties.space.$ref
    - schemas.SpaceUpdatedEventData.properties.space.description
    - schemas.SpaceUpdatedEventData.type
    - schemas.ThreadReadState.description
    - schemas.ThreadReadState.id
    - schemas.ThreadReadState.properties.lastReadTime.description
    - schemas.ThreadReadState.properties.lastReadTime.format
    - schemas.ThreadReadState.properties.lastReadTime.type
    - schemas.ThreadReadState.properties.name.description
    - schemas.ThreadReadState.properties.name.type
    - schemas.ThreadReadState.type
    - schemas.UploadAttachmentRequest.description
    - schemas.UploadAttachmentResponse.description
    
    The following keys were changed:
    - resources.media.methods.upload.description
    - resources.spaces.methods.completeImport.description
    - resources.spaces.methods.create.description
    - resources.spaces.methods.delete.description
    - resources.spaces.methods.findDirectMessage.description
    - resources.spaces.methods.findDirectMessage.parameters.name.description
    - resources.spaces.methods.get.description
    - resources.spaces.methods.list.description
    - resources.spaces.methods.list.parameters.filter.description
    - resources.spaces.methods.patch.description
    - resources.spaces.methods.setup.description
    - resources.spaces.resources.members.methods.create.description
    - resources.spaces.resources.members.methods.delete.description
    - resources.spaces.resources.members.methods.get.description
    - resources.spaces.resources.members.methods.get.parameters.name.description
    - resources.spaces.resources.members.methods.list.description
    - resources.spaces.resources.members.methods.list.parameters.filter.description
    - resources.spaces.resources.members.methods.list.parameters.showInvited.description
    - resources.spaces.resources.messages.methods.create.description
    - resources.spaces.resources.messages.methods.create.parameters.messageId.description
    - resources.spaces.resources.messages.methods.create.parameters.threadKey.description
    - resources.spaces.resources.messages.methods.delete.description
    - resources.spaces.resources.messages.methods.delete.parameters.force.description
    - resources.spaces.resources.messages.methods.delete.parameters.name.description
    - resources.spaces.resources.messages.methods.get.description
    - resources.spaces.resources.messages.methods.get.parameters.name.description
    - resources.spaces.resources.messages.methods.list.description
    - resources.spaces.resources.messages.methods.patch.description
    - resources.spaces.resources.messages.methods.patch.parameters.allowMissing.description
    - resources.spaces.resources.messages.methods.patch.parameters.name.description
    - resources.spaces.resources.messages.methods.patch.parameters.updateMask.description
    - resources.spaces.resources.messages.methods.update.description
    - resources.spaces.resources.messages.methods.update.parameters.allowMissing.description
    - resources.spaces.resources.messages.methods.update.parameters.name.description
    - resources.spaces.resources.messages.methods.update.parameters.updateMask.description
    - resources.spaces.resources.messages.resources.attachments.methods.get.description
    - resources.spaces.resources.messages.resources.reactions.methods.create.description
    - resources.spaces.resources.messages.resources.reactions.methods.delete.description
    - resources.spaces.resources.messages.resources.reactions.methods.list.description
    - resources.spaces.resources.messages.resources.reactions.methods.list.parameters.filter.description
    - schemas.ActionResponse.properties.dialogAction.description
    - schemas.ActionResponse.properties.type.enumDescriptions
    - schemas.ActionStatus.description
    - schemas.Annotation.description
    - schemas.Attachment.properties.source.enumDescriptions
    - schemas.CardWithId.description
    - schemas.CustomEmoji.properties.uid.description
    - schemas.DeprecatedEvent.properties.action.description
    - schemas.DeprecatedEvent.properties.common.description
    - schemas.DeprecatedEvent.properties.configCompleteRedirectUrl.description
    - schemas.DeprecatedEvent.properties.dialogEventType.description
    - schemas.DeprecatedEvent.properties.isDialogEvent.description
    - schemas.DeprecatedEvent.properties.type.enumDescriptions
    - schemas.DialogAction.description
    - schemas.DialogAction.properties.actionStatus.description
    - schemas.DialogAction.properties.dialog.description
    - schemas.DriveLinkData.properties.driveDataRef.description
    - schemas.GoogleAppsCardV1Action.properties.function.description
    - schemas.GoogleAppsCardV1Action.properties.interaction.description
    - schemas.GoogleAppsCardV1Action.properties.interaction.enumDescriptions
    - schemas.GoogleAppsCardV1Action.properties.persistValues.description
    - schemas.GoogleAppsCardV1ActionParameter.description
    - schemas.GoogleAppsCardV1Button.description
    - schemas.GoogleAppsCardV1Button.properties.altText.description
    - schemas.GoogleAppsCardV1ButtonList.description
    - schemas.GoogleAppsCardV1Card.description
    - schemas.GoogleAppsCardV1Card.properties.fixedFooter.description
    - schemas.GoogleAppsCardV1Card.properties.sections.description
    - schemas.GoogleAppsCardV1CardFixedFooter.description
    - schemas.GoogleAppsCardV1CardHeader.description
    - schemas.GoogleAppsCardV1Columns.description
    - schemas.GoogleAppsCardV1DateTimePicker.description
    - schemas.GoogleAppsCardV1DateTimePicker.properties.name.description
    - schemas.GoogleAppsCardV1DecoratedText.description
    - schemas.GoogleAppsCardV1DecoratedText.properties.endIcon.description
    - schemas.GoogleAppsCardV1DecoratedText.properties.text.description
    - schemas.GoogleAppsCardV1Divider.description
    - schemas.GoogleAppsCardV1Grid.description
    - schemas.GoogleAppsCardV1Icon.description
    - schemas.GoogleAppsCardV1Icon.properties.altText.description
    - schemas.GoogleAppsCardV1Icon.properties.iconUrl.description
    - schemas.GoogleAppsCardV1Icon.properties.knownIcon.description
    - schemas.GoogleAppsCardV1Icon.properties.materialIcon.description
    - schemas.GoogleAppsCardV1Image.description
    - schemas.GoogleAppsCardV1Image.properties.imageUrl.description
    - schemas.GoogleAppsCardV1MaterialIcon.description
    - schemas.GoogleAppsCardV1MaterialIcon.properties.fill.description
    - schemas.GoogleAppsCardV1MaterialIcon.properties.grade.description
    - schemas.GoogleAppsCardV1MaterialIcon.properties.name.description
    - schemas.GoogleAppsCardV1MaterialIcon.properties.weight.description
    - schemas.GoogleAppsCardV1Section.properties.header.description
    - schemas.GoogleAppsCardV1SelectionInput.description
    - schemas.GoogleAppsCardV1SelectionInput.properties.multiSelectMinQueryLength.description
    - schemas.GoogleAppsCardV1SelectionInput.properties.name.description
    - schemas.GoogleAppsCardV1SelectionInput.properties.onChangeAction.description
    - schemas.GoogleAppsCardV1SelectionInput.properties.type.enumDescriptions
    - schemas.GoogleAppsCardV1SelectionItem.properties.startIconUri.description
    - schemas.GoogleAppsCardV1SelectionItem.properties.value.description
    - schemas.GoogleAppsCardV1SwitchControl.properties.name.description
    - schemas.GoogleAppsCardV1SwitchControl.properties.value.description
    - schemas.GoogleAppsCardV1TextInput.description
    - schemas.GoogleAppsCardV1TextInput.properties.name.description
    - schemas.GoogleAppsCardV1TextInput.properties.onChangeAction.description
    - schemas.GoogleAppsCardV1TextInput.properties.value.description
    - schemas.GoogleAppsCardV1TextParagraph.description
    - schemas.GoogleAppsCardV1Widget.properties.image.description
    - schemas.GoogleAppsCardV1Widget.properties.textParagraph.description
    - schemas.KeyValue.properties.bottomLabel.description
    - schemas.KeyValue.properties.content.description
    - schemas.KeyValue.properties.topLabel.description
    - schemas.Membership.properties.member.description
    - schemas.Membership.properties.role.description
    - schemas.Message.properties.cardsV2.description
    - schemas.Message.properties.clientAssignedMessageId.description
    - schemas.Message.properties.formattedText.description
    - schemas.Message.properties.matchedUrl.description
    - schemas.Message.properties.name.description
    - schemas.Message.properties.privateMessageViewer.description
    - schemas.Message.properties.sender.description
    - schemas.Message.properties.space.description
    - schemas.Message.properties.text.description
    - schemas.Message.properties.thread.description
    - schemas.Section.properties.header.description
    - schemas.SlashCommand.description
    - schemas.Space.properties.displayName.description
    - schemas.Space.properties.externalUserAllowed.description
    - schemas.Space.properties.type.enumDescriptions
    - schemas.TextParagraph.description
    - schemas.Thread.description
    - schemas.User.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7dbe2da View commit details
    Browse the repository at this point in the history
  28. fix(checks): update the API

    #### checks:v1alpha
    
    The following keys were changed:
    - schemas.GoogleChecksReportV1alphaCheck.properties.type.enum
    - schemas.GoogleChecksReportV1alphaCheck.properties.type.enumDescriptions
    - schemas.GoogleChecksReportV1alphaCheckCitation.properties.type.enum
    - schemas.GoogleChecksReportV1alphaCheckCitation.properties.type.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bdac3dc View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    e643add View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3d71a25 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    98a2fb7 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    abc39c5 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    382b5ff View commit details
    Browse the repository at this point in the history
  34. feat(cloudasset): update the API

    #### cloudasset:v1p1beta1
    
    The following keys were changed:
    - resources.iamPolicies.methods.searchAll.description
    - resources.resources.methods.searchAll.description
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressFrom.properties.identities.description
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressTo.properties.externalResources.description
    - schemas.GoogleIdentityAccesscontextmanagerV1IngressFrom.properties.identities.description
    
    #### cloudasset:v1p5beta1
    
    The following keys were changed:
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressFrom.properties.identities.description
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressTo.properties.externalResources.description
    - schemas.GoogleIdentityAccesscontextmanagerV1IngressFrom.properties.identities.description
    
    #### cloudasset:v1p7beta1
    
    The following keys were changed:
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressFrom.properties.identities.description
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressTo.properties.externalResources.description
    - schemas.GoogleIdentityAccesscontextmanagerV1IngressFrom.properties.identities.description
    
    #### cloudasset:v1beta1
    
    The following keys were changed:
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressFrom.properties.identities.description
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressTo.properties.externalResources.description
    - schemas.GoogleIdentityAccesscontextmanagerV1IngressFrom.properties.identities.description
    
    #### cloudasset:v1
    
    The following keys were added:
    - schemas.Tag.properties.tagKeyId.description
    - schemas.Tag.properties.tagKeyId.type
    
    The following keys were changed:
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressFrom.properties.identities.description
    - schemas.GoogleIdentityAccesscontextmanagerV1EgressTo.properties.externalResources.description
    - schemas.GoogleIdentityAccesscontextmanagerV1IngressFrom.properties.identities.description
    - schemas.ResourceSearchResult.properties.effectiveTags.description
    - schemas.ResourceSearchResult.properties.tags.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4e40e0d View commit details
    Browse the repository at this point in the history
  35. fix(cloudbilling): update the API

    #### cloudbilling:v1beta
    
    The following keys were changed:
    - schemas.GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9ceff64 View commit details
    Browse the repository at this point in the history
  36. feat(cloudbuild): update the API

    #### cloudbuild:v1
    
    The following keys were added:
    - schemas.Build.properties.gitConfig.$ref
    - schemas.Build.properties.gitConfig.description
    - schemas.DeveloperConnectConfig.description
    - schemas.DeveloperConnectConfig.id
    - schemas.DeveloperConnectConfig.properties.dir.description
    - schemas.DeveloperConnectConfig.properties.dir.type
    - schemas.DeveloperConnectConfig.properties.gitRepositoryLink.description
    - schemas.DeveloperConnectConfig.properties.gitRepositoryLink.type
    - schemas.DeveloperConnectConfig.properties.revision.description
    - schemas.DeveloperConnectConfig.properties.revision.type
    - schemas.DeveloperConnectConfig.type
    - schemas.GitConfig.description
    - schemas.GitConfig.id
    - schemas.GitConfig.properties.http.$ref
    - schemas.GitConfig.properties.http.description
    - schemas.GitConfig.type
    - schemas.HttpConfig.description
    - schemas.HttpConfig.id
    - schemas.HttpConfig.properties.proxySecretVersionName.description
    - schemas.HttpConfig.properties.proxySecretVersionName.type
    - schemas.HttpConfig.type
    - schemas.Source.properties.developerConnectConfig.$ref
    - schemas.Source.properties.developerConnectConfig.description
    
    #### cloudbuild:v2
    
    The following keys were added:
    - schemas.PipelineRun.properties.pipelineSpecYaml.description
    - schemas.PipelineRun.properties.pipelineSpecYaml.readOnly
    - schemas.PipelineRun.properties.pipelineSpecYaml.type
    - schemas.Step.properties.params.description
    - schemas.Step.properties.params.items.$ref
    - schemas.Step.properties.params.type
    - schemas.Step.properties.ref.$ref
    - schemas.Step.properties.ref.description
    - schemas.StepRef.description
    - schemas.StepRef.id
    - schemas.StepRef.properties.name.description
    - schemas.StepRef.properties.name.type
    - schemas.StepRef.properties.params.description
    - schemas.StepRef.properties.params.items.$ref
    - schemas.StepRef.properties.params.type
    - schemas.StepRef.properties.resolver.description
    - schemas.StepRef.properties.resolver.enum
    - schemas.StepRef.properties.resolver.enumDescriptions
    - schemas.StepRef.properties.resolver.type
    - schemas.StepRef.type
    - schemas.TaskResult.properties.value.$ref
    - schemas.TaskResult.properties.value.description
    
    The following keys were changed:
    - schemas.PipelineRef.properties.resolver.enum
    - schemas.PipelineRef.properties.resolver.enumDescriptions
    - schemas.TaskRef.properties.resolver.enum
    - schemas.TaskRef.properties.resolver.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    144cf54 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7cea6a2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    3accb5e View commit details
    Browse the repository at this point in the history
  39. feat(clouddeploy): update the API

    #### clouddeploy:v1
    
    The following keys were added:
    - schemas.SkaffoldGCBRepoSource.description
    - schemas.SkaffoldGCBRepoSource.id
    - schemas.SkaffoldGCBRepoSource.properties.path.description
    - schemas.SkaffoldGCBRepoSource.properties.path.type
    - schemas.SkaffoldGCBRepoSource.properties.ref.description
    - schemas.SkaffoldGCBRepoSource.properties.ref.type
    - schemas.SkaffoldGCBRepoSource.properties.repository.description
    - schemas.SkaffoldGCBRepoSource.properties.repository.type
    - schemas.SkaffoldGCBRepoSource.type
    - schemas.SkaffoldModules.properties.googleCloudBuildRepo.$ref
    - schemas.SkaffoldModules.properties.googleCloudBuildRepo.description
    
    The following keys were changed:
    - schemas.AnthosCluster.properties.membership.description
    - schemas.GkeCluster.properties.cluster.description
    - schemas.SkaffoldGitSource.properties.ref.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9cdfc72 View commit details
    Browse the repository at this point in the history
  40. fix(clouderrorreporting): update the API

    #### clouderrorreporting:v1beta1
    
    The following keys were changed:
    - resources.projects.resources.events.methods.report.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a15ddf0 View commit details
    Browse the repository at this point in the history
  41. fix(cloudfunctions): update the API

    #### cloudfunctions:v1
    
    The following keys were changed:
    - schemas.CloudFunction.properties.dockerRepository.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8e3b9d7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    015b740 View commit details
    Browse the repository at this point in the history
  43. fix(cloudkms): update the API

    #### cloudkms:v1
    
    The following keys were changed:
    - schemas.PublicKey.properties.pem.description
    - schemas.PublicKey.properties.pemCrc32c.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1447472 View commit details
    Browse the repository at this point in the history
  44. fix(cloudprofiler): update the API

    #### cloudprofiler:v2
    
    The following keys were changed:
    - resources.projects.resources.profiles.methods.list.parameters.pageSize.description
    - resources.projects.resources.profiles.methods.list.parameters.pageToken.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7e14103 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    f0d32a2 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    a6bee83 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d3095cf View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    cd22dc2 View commit details
    Browse the repository at this point in the history
  49. feat(cloudsupport): update the API

    #### cloudsupport:v2beta
    
    The following keys were added:
    - resources.caseClassifications.methods.search.parameters.product.productLine.description
    - resources.caseClassifications.methods.search.parameters.product.productLine.enum
    - resources.caseClassifications.methods.search.parameters.product.productLine.enumDescriptions
    - resources.caseClassifications.methods.search.parameters.product.productLine.location
    - resources.caseClassifications.methods.search.parameters.product.productLine.type
    - resources.cases.methods.list.parameters.productLine.description
    - resources.cases.methods.list.parameters.productLine.enum
    - resources.cases.methods.list.parameters.productLine.enumDescriptions
    - resources.cases.methods.list.parameters.productLine.location
    - resources.cases.methods.list.parameters.productLine.type
    - resources.cases.methods.showFeed.description
    - resources.cases.methods.showFeed.flatPath
    - resources.cases.methods.showFeed.httpMethod
    - resources.cases.methods.showFeed.id
    - resources.cases.methods.showFeed.parameterOrder
    - resources.cases.methods.showFeed.parameters.orderBy.description
    - resources.cases.methods.showFeed.parameters.orderBy.location
    - resources.cases.methods.showFeed.parameters.orderBy.type
    - resources.cases.methods.showFeed.parameters.pageSize.description
    - resources.cases.methods.showFeed.parameters.pageSize.format
    - resources.cases.methods.showFeed.parameters.pageSize.location
    - resources.cases.methods.showFeed.parameters.pageSize.type
    - resources.cases.methods.showFeed.parameters.pageToken.description
    - resources.cases.methods.showFeed.parameters.pageToken.location
    - resources.cases.methods.showFeed.parameters.pageToken.type
    - resources.cases.methods.showFeed.parameters.parent.description
    - resources.cases.methods.showFeed.parameters.parent.location
    - resources.cases.methods.showFeed.parameters.parent.pattern
    - resources.cases.methods.showFeed.parameters.parent.required
    - resources.cases.methods.showFeed.parameters.parent.type
    - resources.cases.methods.showFeed.path
    - resources.cases.methods.showFeed.response.$ref
    - resources.cases.methods.showFeed.scopes
    - schemas.CaseClassification.properties.product.$ref
    - schemas.CaseClassification.properties.product.description
    - schemas.Comment.properties.plainTextBody.deprecated
    - schemas.EmailMessage.description
    - schemas.EmailMessage.id
    - schemas.EmailMessage.properties.actor.$ref
    - schemas.EmailMessage.properties.actor.description
    - schemas.EmailMessage.properties.actor.readOnly
    - schemas.EmailMessage.properties.bodyContent.$ref
    - schemas.EmailMessage.properties.bodyContent.description
    - schemas.EmailMessage.properties.bodyContent.readOnly
    - schemas.EmailMessage.properties.ccEmailAddresses.description
    - schemas.EmailMessage.properties.ccEmailAddresses.items.type
    - schemas.EmailMessage.properties.ccEmailAddresses.readOnly
    - schemas.EmailMessage.properties.ccEmailAddresses.type
    - schemas.EmailMessage.properties.createTime.description
    - schemas.EmailMessage.properties.createTime.format
    - schemas.EmailMessage.properties.createTime.readOnly
    - schemas.EmailMessage.properties.createTime.type
    - schemas.EmailMessage.properties.name.description
    - schemas.EmailMessage.properties.name.type
    - schemas.EmailMessage.properties.recipientEmailAddresses.description
    - schemas.EmailMessage.properties.recipientEmailAddresses.items.type
    - schemas.EmailMessage.properties.recipientEmailAddresses.readOnly
    - schemas.EmailMessage.properties.recipientEmailAddresses.type
    - schemas.EmailMessage.properties.subject.description
    - schemas.EmailMessage.properties.subject.readOnly
    - schemas.EmailMessage.properties.subject.type
    - schemas.EmailMessage.type
    - schemas.FeedItem.description
    - schemas.FeedItem.id
    - schemas.FeedItem.properties.attachment.$ref
    - schemas.FeedItem.properties.attachment.description
    - schemas.FeedItem.properties.attachment.readOnly
    - schemas.FeedItem.properties.comment.$ref
    - schemas.FeedItem.properties.comment.description
    - schemas.FeedItem.properties.comment.readOnly
    - schemas.FeedItem.properties.deletedAttachment.$ref
    - schemas.FeedItem.properties.deletedAttachment.description
    - schemas.FeedItem.properties.deletedAttachment.readOnly
    - schemas.FeedItem.properties.emailMessage.$ref
    - schemas.FeedItem.properties.emailMessage.description
    - schemas.FeedItem.properties.emailMessage.readOnly
    - schemas.FeedItem.properties.eventTime.description
    - schemas.FeedItem.properties.eventTime.format
    - schemas.FeedItem.properties.eventTime.readOnly
    - schemas.FeedItem.properties.eventTime.type
    - schemas.FeedItem.type
    - schemas.Product.description
    - schemas.Product.id
    - schemas.Product.properties.productLine.description
    - schemas.Product.properties.productLine.enum
    - schemas.Product.properties.productLine.enumDescriptions
    - schemas.Product.properties.productLine.type
    - schemas.Product.type
    - schemas.ShowFeedResponse.description
    - schemas.ShowFeedResponse.id
    - schemas.ShowFeedResponse.properties.feedItems.description
    - schemas.ShowFeedResponse.properties.feedItems.items.$ref
    - schemas.ShowFeedResponse.properties.feedItems.type
    - schemas.ShowFeedResponse.properties.nextPageToken.description
    - schemas.ShowFeedResponse.properties.nextPageToken.type
    - schemas.ShowFeedResponse.type
    - schemas.TextContent.description
    - schemas.TextContent.id
    - schemas.TextContent.properties.plainText.description
    - schemas.TextContent.properties.plainText.type
    - schemas.TextContent.type
    
    The following keys were changed:
    - schemas.Comment.description
    - schemas.Comment.properties.body.description
    - schemas.Comment.properties.createTime.description
    - schemas.Comment.properties.creator.description
    - schemas.Comment.properties.name.description
    - schemas.Comment.properties.plainTextBody.description
    
    #### cloudsupport:v2
    
    The following keys were added:
    - schemas.Comment.properties.plainTextBody.deprecated
    
    The following keys were changed:
    - schemas.Comment.description
    - schemas.Comment.properties.body.description
    - schemas.Comment.properties.createTime.description
    - schemas.Comment.properties.creator.description
    - schemas.Comment.properties.name.description
    - schemas.Comment.properties.plainTextBody.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5013869 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ff5a90a View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    90cfd1f View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    e9c4c6d View commit details
    Browse the repository at this point in the history
  53. feat(compute)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### compute:alpha
    
    The following keys were deleted:
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.locality.description
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.locality.enum
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.locality.enumDescriptions
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.locality.type
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.style.description
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.style.enum
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.style.enumDescriptions
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.style.type
    
    The following keys were added:
    - resources.firewallPolicies.methods.addPacketMirroringRule.description
    - resources.firewallPolicies.methods.addPacketMirroringRule.flatPath
    - resources.firewallPolicies.methods.addPacketMirroringRule.httpMethod
    - resources.firewallPolicies.methods.addPacketMirroringRule.id
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameterOrder
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.description
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.location
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.required
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.type
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.requestId.description
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.requestId.location
    - resources.firewallPolicies.methods.addPacketMirroringRule.parameters.requestId.type
    - resources.firewallPolicies.methods.addPacketMirroringRule.path
    - resources.firewallPolicies.methods.addPacketMirroringRule.request.$ref
    - resources.firewallPolicies.methods.addPacketMirroringRule.response.$ref
    - resources.firewallPolicies.methods.addPacketMirroringRule.scopes
    - resources.firewallPolicies.methods.getPacketMirroringRule.description
    - resources.firewallPolicies.methods.getPacketMirroringRule.flatPath
    - resources.firewallPolicies.methods.getPacketMirroringRule.httpMethod
    - resources.firewallPolicies.methods.getPacketMirroringRule.id
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameterOrder
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.description
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.location
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.required
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.type
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.priority.description
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.priority.format
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.priority.location
    - resources.firewallPolicies.methods.getPacketMirroringRule.parameters.priority.type
    - resources.firewallPolicies.methods.getPacketMirroringRule.path
    - resources.firewallPolicies.methods.getPacketMirroringRule.response.$ref
    - resources.firewallPolicies.methods.getPacketMirroringRule.scopes
    - resources.firewallPolicies.methods.patchPacketMirroringRule.description
    - resources.firewallPolicies.methods.patchPacketMirroringRule.flatPath
    - resources.firewallPolicies.methods.patchPacketMirroringRule.httpMethod
    - resources.firewallPolicies.methods.patchPacketMirroringRule.id
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameterOrder
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.description
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.location
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.required
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.type
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.priority.description
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.priority.format
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.priority.location
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.priority.type
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.requestId.description
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.requestId.location
    - resources.firewallPolicies.methods.patchPacketMirroringRule.parameters.requestId.type
    - resources.firewallPolicies.methods.patchPacketMirroringRule.path
    - resources.firewallPolicies.methods.patchPacketMirroringRule.request.$ref
    - resources.firewallPolicies.methods.patchPacketMirroringRule.response.$ref
    - resources.firewallPolicies.methods.patchPacketMirroringRule.scopes
    - resources.firewallPolicies.methods.removePacketMirroringRule.description
    - resources.firewallPolicies.methods.removePacketMirroringRule.flatPath
    - resources.firewallPolicies.methods.removePacketMirroringRule.httpMethod
    - resources.firewallPolicies.methods.removePacketMirroringRule.id
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameterOrder
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.description
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.location
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.required
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.type
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.priority.description
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.priority.format
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.priority.location
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.priority.type
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.requestId.description
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.requestId.location
    - resources.firewallPolicies.methods.removePacketMirroringRule.parameters.requestId.type
    - resources.firewallPolicies.methods.removePacketMirroringRule.path
    - resources.firewallPolicies.methods.removePacketMirroringRule.response.$ref
    - resources.firewallPolicies.methods.removePacketMirroringRule.scopes
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.description
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.flatPath
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.httpMethod
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.id
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameterOrder
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.description
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.location
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.required
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.firewallPolicy.type
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.maxPriority.description
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.maxPriority.format
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.maxPriority.location
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.maxPriority.type
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.minPriority.description
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.minPriority.format
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.minPriority.location
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.minPriority.type
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.project.description
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.project.location
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.project.pattern
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.project.required
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.project.type
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.requestId.description
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.requestId.location
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.parameters.requestId.type
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.path
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.request.$ref
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.response.$ref
    - resources.networkFirewallPolicies.methods.addPacketMirroringRule.scopes
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.description
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.flatPath
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.httpMethod
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.id
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameterOrder
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.description
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.location
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.required
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.firewallPolicy.type
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.priority.description
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.priority.format
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.priority.location
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.priority.type
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.project.description
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.project.location
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.project.pattern
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.project.required
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.parameters.project.type
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.path
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.response.$ref
    - resources.networkFirewallPolicies.methods.getPacketMirroringRule.scopes
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.description
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.flatPath
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.httpMethod
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.id
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameterOrder
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.description
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.location
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.required
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.firewallPolicy.type
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.priority.description
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.priority.format
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.priority.location
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.priority.type
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.project.description
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.project.location
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.project.pattern
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.project.required
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.project.type
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.requestId.description
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.requestId.location
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.parameters.requestId.type
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.path
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.request.$ref
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.response.$ref
    - resources.networkFirewallPolicies.methods.patchPacketMirroringRule.scopes
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.description
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.flatPath
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.httpMethod
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.id
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameterOrder
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.description
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.location
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.pattern
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.required
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.firewallPolicy.type
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.priority.description
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.priority.format
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.priority.location
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.priority.type
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.project.description
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.project.location
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.project.pattern
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.project.required
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.project.type
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.requestId.description
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.requestId.location
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.parameters.requestId.type
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.path
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.response.$ref
    - resources.networkFirewallPolicies.methods.removePacketMirroringRule.scopes
    - resources.routers.methods.patchNamedSet.description
    - resources.routers.methods.patchNamedSet.flatPath
    - resources.routers.methods.patchNamedSet.httpMethod
    - resources.routers.methods.patchNamedSet.id
    - resources.routers.methods.patchNamedSet.parameterOrder
    - resources.routers.methods.patchNamedSet.parameters.project.description
    - resources.routers.methods.patchNamedSet.parameters.project.location
    - resources.routers.methods.patchNamedSet.parameters.project.pattern
    - resources.routers.methods.patchNamedSet.parameters.project.required
    - resources.routers.methods.patchNamedSet.parameters.project.type
    - resources.routers.methods.patchNamedSet.parameters.region.description
    - resources.routers.methods.patchNamedSet.parameters.region.location
    - resources.routers.methods.patchNamedSet.parameters.region.pattern
    - resources.routers.methods.patchNamedSet.parameters.region.required
    - resources.routers.methods.patchNamedSet.parameters.region.type
    - resources.routers.methods.patchNamedSet.parameters.requestId.description
    - resources.routers.methods.patchNamedSet.parameters.requestId.location
    - resources.routers.methods.patchNamedSet.parameters.requestId.type
    - resources.routers.methods.patchNamedSet.parameters.router.description
    - resources.routers.methods.patchNamedSet.parameters.router.location
    - resources.routers.methods.patchNamedSet.parameters.router.pattern
    - resources.routers.methods.patchNamedSet.parameters.router.required
    - resources.routers.methods.patchNamedSet.parameters.router.type
    - resources.routers.methods.patchNamedSet.path
    - resources.routers.methods.patchNamedSet.request.$ref
    - resources.routers.methods.patchNamedSet.response.$ref
    - resources.routers.methods.patchNamedSet.scopes
    - resources.routers.methods.patchRoutePolicy.description
    - resources.routers.methods.patchRoutePolicy.flatPath
    - resources.routers.methods.patchRoutePolicy.httpMethod
    - resources.routers.methods.patchRoutePolicy.id
    - resources.routers.methods.patchRoutePolicy.parameterOrder
    - resources.routers.methods.patchRoutePolicy.parameters.project.description
    - resources.routers.methods.patchRoutePolicy.parameters.project.location
    - resources.routers.methods.patchRoutePolicy.parameters.project.pattern
    - resources.routers.methods.patchRoutePolicy.parameters.project.required
    - resources.routers.methods.patchRoutePolicy.parameters.project.type
    - resources.routers.methods.patchRoutePolicy.parameters.region.description
    - resources.routers.methods.patchRoutePolicy.parameters.region.location
    - resources.routers.methods.patchRoutePolicy.parameters.region.pattern
    - resources.routers.methods.patchRoutePolicy.parameters.region.required
    - resources.routers.methods.patchRoutePolicy.parameters.region.type
    - resources.routers.methods.patchRoutePolicy.parameters.requestId.description
    - resources.routers.methods.patchRoutePolicy.parameters.requestId.location
    - resources.routers.methods.patchRoutePolicy.parameters.requestId.type
    - resources.routers.methods.patchRoutePolicy.parameters.router.description
    - resources.routers.methods.patchRoutePolicy.parameters.router.location
    - resources.routers.methods.patchRoutePolicy.parameters.router.pattern
    - resources.routers.methods.patchRoutePolicy.parameters.router.required
    - resources.routers.methods.patchRoutePolicy.parameters.router.type
    - resources.routers.methods.patchRoutePolicy.path
    - resources.routers.methods.patchRoutePolicy.request.$ref
    - resources.routers.methods.patchRoutePolicy.response.$ref
    - resources.routers.methods.patchRoutePolicy.scopes
    - schemas.BackendService.properties.externalManagedMigrationState.description
    - schemas.BackendService.properties.externalManagedMigrationState.enum
    - schemas.BackendService.properties.externalManagedMigrationState.enumDescriptions
    - schemas.BackendService.properties.externalManagedMigrationState.type
    - schemas.BackendService.properties.externalManagedMigrationTestingPercentage.description
    - schemas.BackendService.properties.externalManagedMigrationTestingPercentage.format
    - schemas.BackendService.properties.externalManagedMigrationTestingPercentage.type
    - schemas.BackendService.properties.networkPassThroughLbTrafficPolicy.$ref
    - schemas.BackendService.properties.networkPassThroughLbTrafficPolicy.description
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicy.id
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicy.properties.zonalAffinity.$ref
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicy.properties.zonalAffinity.description
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicy.type
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.id
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spillover.description
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spillover.enum
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spillover.enumDescriptions
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spillover.type
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spilloverRatio.description
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spilloverRatio.format
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.properties.spilloverRatio.type
    - schemas.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.type
    - schemas.FirewallPolicy.properties.packetMirroringRules.description
    - schemas.FirewallPolicy.properties.packetMirroringRules.items.$ref
    - schemas.FirewallPolicy.properties.packetMirroringRules.type
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationState.description
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationState.enum
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationState.enumDescriptions
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationState.type
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationTestingPercentage.description
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationTestingPercentage.format
    - schemas.ForwardingRule.properties.externalManagedBackendBucketMigrationTestingPercentage.type
    - schemas.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.description
    - schemas.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.format
    - schemas.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.type
    - schemas.Interconnect.properties.aaiEnabled.description
    - schemas.Interconnect.properties.aaiEnabled.type
    - schemas.Interconnect.properties.applicationAwareInterconnect.$ref
    - schemas.Interconnect.properties.applicationAwareInterconnect.description
    - schemas.InterconnectApplicationAwareInterconnect.description
    - schemas.InterconnectApplicationAwareInterconnect.id
    - schemas.InterconnectApplicationAwareInterconnect.properties.bandwidthPercentagePolicy.$ref
    - schemas.InterconnectApplicationAwareInterconnect.properties.profileDescription.description
    - schemas.InterconnectApplicationAwareInterconnect.properties.profileDescription.type
    - schemas.InterconnectApplicationAwareInterconnect.properties.strictPriorityPolicy.$ref
    - schemas.InterconnectApplicationAwareInterconnect.type
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.description
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.id
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.percentage.description
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.percentage.format
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.percentage.type
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.trafficClass.description
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.trafficClass.enum
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.trafficClass.enumDescriptions
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.properties.trafficClass.type
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentage.type
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy.id
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy.properties.bandwidthPercentages.description
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy.properties.bandwidthPercentages.items.$ref
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy.properties.bandwidthPercentages.type
    - schemas.InterconnectApplicationAwareInterconnectBandwidthPercentagePolicy.type
    - schemas.InterconnectApplicationAwareInterconnectStrictPriorityPolicy.description
    - schemas.InterconnectApplicationAwareInterconnectStrictPriorityPolicy.id
    - schemas.InterconnectApplicationAwareInterconnectStrictPriorityPolicy.type
    - schemas.NetworkEndpoint.properties.clientDestinationPort.description
    - schemas.NetworkEndpoint.properties.clientDestinationPort.format
    - schemas.NetworkEndpoint.properties.clientDestinationPort.type
    - schemas.NetworkEndpoint.properties.clientPort.deprecated
    - schemas.NetworkEndpointGroup.properties.clientPortMappingMode.deprecated
    - schemas.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.description
    - schemas.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.format
    - schemas.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.type
    - schemas.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.description
    - schemas.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.format
    - schemas.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.priority.type
    
    The following keys were changed:
    - schemas.AllocationSpecificSKUReservation.description
    - schemas.Commitment.properties.type.enum
    - schemas.Commitment.properties.type.enumDescriptions
    - schemas.ErrorInfo.properties.metadatas.description
    - schemas.HealthCheck.properties.type.enum
    - schemas.HealthCheck.properties.type.enumDescriptions
    - schemas.Instance.properties.upcomingMaintenance.description
    - schemas.InstanceGroupManagerStatusStateful.properties.perInstanceConfigs.description
    - schemas.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.type.enum
    - schemas.InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.type.enumDescriptions
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.description
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.enum
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.enumDescriptions
    - schemas.NetworkPlacement.description
    - schemas.NetworkPlacementNetworkFeatures.properties.allowAutoModeSubnet.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowAutoModeSubnet.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowCloudNat.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowCloudNat.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowCloudRouter.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowCloudRouter.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowInterconnect.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowInterconnect.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowLoadBalancing.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowLoadBalancing.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowMultiNicInSameNetwork.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowMultiNicInSameNetwork.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowPacketMirroring.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowPacketMirroring.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowPrivateGoogleAccess.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowPrivateGoogleAccess.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowPsc.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowPsc.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowSameNetworkUnicast.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowSameNetworkUnicast.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowStaticRoutes.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowStaticRoutes.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowVpcPeering.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowVpcPeering.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowVpn.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowVpn.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowedSubnetPurposes.items.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowedSubnetPurposes.items.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.allowedSubnetStackTypes.items.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.allowedSubnetStackTypes.items.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.multicast.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.multicast.enumDescriptions
    - schemas.NetworkPlacementNetworkFeatures.properties.unicast.enum
    - schemas.NetworkPlacementNetworkFeatures.properties.unicast.enumDescriptions
    - schemas.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.type.enum
    - schemas.NetworksGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.type.enumDescriptions
    - schemas.PacketMirroring.properties.filter.description
    - schemas.PacketMirroringFilter.properties.cidrRanges.description
    - schemas.PathMatcher.properties.defaultRouteAction.description
    - schemas.PathMatcher.properties.defaultService.description
    - schemas.PathMatcher.properties.defaultUrlRedirect.description
    - schemas.Quota.properties.metric.enum
    - schemas.Quota.properties.metric.enumDescriptions
    - schemas.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.type.enum
    - schemas.RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy.properties.type.enumDescriptions
    - schemas.ResourcePolicyGroupPlacementPolicy.description
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.collocation.enum
    - schemas.ResourcePolicyGroupPlacementPolicy.properties.collocation.enumDescriptions
    - schemas.ResourceStatusLastInstanceTerminationDetails.properties.terminationReason.enum
    - schemas.ResourceStatusLastInstanceTerminationDetails.properties.terminationReason.enumDescriptions
    - schemas.RouterBgpPeer.properties.enableIpv6.description
    - schemas.RouterBgpPeer.properties.exportPolicies.description
    - schemas.RouterBgpPeer.properties.importPolicies.description
    - schemas.RouterBgpPeer.properties.ipAddress.description
    - schemas.RouterBgpPeer.properties.peerIpAddress.description
    - schemas.RouterInterface.properties.ipRange.description
    - schemas.RouterStatusBgpPeerStatus.properties.enableIpv6.description
    - schemas.ServiceAttachment.properties.consumerAcceptLists.description
    - schemas.ServiceAttachment.properties.consumerRejectLists.description
    - schemas.ServiceAttachment.properties.propagatedConnectionLimit.description
    - schemas.TargetHttpsProxy.properties.httpFilters.description
    - schemas.UrlMap.properties.defaultService.description
    
    #### compute:beta
    
    The following keys were added:
    - schemas.ForwardingRule.properties.ipCollection.description
    - schemas.ForwardingRule.properties.ipCollection.type
    - schemas.NetworkEndpoint.properties.clientDestinationPort.description
    - schemas.NetworkEndpoint.properties.clientDestinationPort.format
    - schemas.NetworkEndpoint.properties.clientDestinationPort.type
    - schemas.NetworkEndpoint.properties.clientPort.deprecated
    - schemas.NetworkEndpointGroup.properties.clientPortMappingMode.deprecated
    - schemas.PublicDelegatedPrefix.properties.allocatablePrefixLength.description
    - schemas.PublicDelegatedPrefix.properties.allocatablePrefixLength.format
    - schemas.PublicDelegatedPrefix.properties.allocatablePrefixLength.type
    - schemas.PublicDelegatedPrefix.properties.mode.description
    - schemas.PublicDelegatedPrefix.properties.mode.enum
    - schemas.PublicDelegatedPrefix.properties.mode.enumDescriptions
    - schemas.PublicDelegatedPrefix.properties.mode.type
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.allocatablePrefixLength.description
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.allocatablePrefixLength.format
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.allocatablePrefixLength.type
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.description
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.enum
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.enumDescriptions
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.type
    - schemas.Region.properties.quotaStatusWarning.description
    - schemas.Region.properties.quotaStatusWarning.properties.code.description
    - schemas.Region.properties.quotaStatusWarning.properties.code.enum
    - schemas.Region.properties.quotaStatusWarning.properties.code.enumDeprecated
    - schemas.Region.properties.quotaStatusWarning.properties.code.enumDescriptions
    - schemas.Region.properties.quotaStatusWarning.properties.code.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.description
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.key.description
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.key.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.value.description
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.value.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.type
    - schemas.Region.properties.quotaStatusWarning.properties.message.description
    - schemas.Region.properties.quotaStatusWarning.properties.message.type
    - schemas.Region.properties.quotaStatusWarning.type
    - schemas.RouterBgpPeer.properties.exportPolicies.description
    - schemas.RouterBgpPeer.properties.exportPolicies.items.type
    - schemas.RouterBgpPeer.properties.exportPolicies.type
    - schemas.RouterBgpPeer.properties.importPolicies.description
    - schemas.RouterBgpPeer.properties.importPolicies.items.type
    - schemas.RouterBgpPeer.properties.importPolicies.type
    - schemas.TargetHttpsProxy.properties.tlsEarlyData.description
    - schemas.TargetHttpsProxy.properties.tlsEarlyData.enum
    - schemas.TargetHttpsProxy.properties.tlsEarlyData.enumDescriptions
    - schemas.TargetHttpsProxy.properties.tlsEarlyData.type
    
    The following keys were changed:
    - schemas.AllocationSpecificSKUReservation.description
    - schemas.ErrorInfo.properties.metadatas.description
    - schemas.InstanceGroupManagerStatusStateful.properties.perInstanceConfigs.description
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.description
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.enum
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.enumDescriptions
    - schemas.PacketMirroring.properties.filter.description
    - schemas.PacketMirroringFilter.properties.cidrRanges.description
    - schemas.PathMatcher.properties.defaultRouteAction.description
    - schemas.PathMatcher.properties.defaultService.description
    - schemas.PathMatcher.properties.defaultUrlRedirect.description
    - schemas.Quota.properties.metric.enum
    - schemas.Quota.properties.metric.enumDescriptions
    - schemas.ResourcePolicyGroupPlacementPolicy.description
    - schemas.RouterBgpPeer.properties.enableIpv6.description
    - schemas.RouterBgpPeer.properties.ipAddress.description
    - schemas.RouterBgpPeer.properties.peerIpAddress.description
    - schemas.RouterInterface.properties.ipRange.description
    - schemas.RouterStatusBgpPeerStatus.properties.enableIpv6.description
    - schemas.ServiceAttachment.properties.consumerAcceptLists.description
    - schemas.ServiceAttachment.properties.consumerRejectLists.description
    - schemas.ServiceAttachment.properties.propagatedConnectionLimit.description
    - schemas.TargetHttpsProxy.properties.httpFilters.description
    - schemas.UrlMap.properties.defaultService.description
    
    #### compute:v1
    
    The following keys were added:
    - resources.nodeGroups.methods.performMaintenance.description
    - resources.nodeGroups.methods.performMaintenance.flatPath
    - resources.nodeGroups.methods.performMaintenance.httpMethod
    - resources.nodeGroups.methods.performMaintenance.id
    - resources.nodeGroups.methods.performMaintenance.parameterOrder
    - resources.nodeGroups.methods.performMaintenance.parameters.nodeGroup.description
    - resources.nodeGroups.methods.performMaintenance.parameters.nodeGroup.location
    - resources.nodeGroups.methods.performMaintenance.parameters.nodeGroup.pattern
    - resources.nodeGroups.methods.performMaintenance.parameters.nodeGroup.required
    - resources.nodeGroups.methods.performMaintenance.parameters.nodeGroup.type
    - resources.nodeGroups.methods.performMaintenance.parameters.project.description
    - resources.nodeGroups.methods.performMaintenance.parameters.project.location
    - resources.nodeGroups.methods.performMaintenance.parameters.project.pattern
    - resources.nodeGroups.methods.performMaintenance.parameters.project.required
    - resources.nodeGroups.methods.performMaintenance.parameters.project.type
    - resources.nodeGroups.methods.performMaintenance.parameters.requestId.description
    - resources.nodeGroups.methods.performMaintenance.parameters.requestId.location
    - resources.nodeGroups.methods.performMaintenance.parameters.requestId.type
    - resources.nodeGroups.methods.performMaintenance.parameters.zone.description
    - resources.nodeGroups.methods.performMaintenance.parameters.zone.location
    - resources.nodeGroups.methods.performMaintenance.parameters.zone.pattern
    - resources.nodeGroups.methods.performMaintenance.parameters.zone.required
    - resources.nodeGroups.methods.performMaintenance.parameters.zone.type
    - resources.nodeGroups.methods.performMaintenance.path
    - resources.nodeGroups.methods.performMaintenance.request.$ref
    - resources.nodeGroups.methods.performMaintenance.response.$ref
    - resources.nodeGroups.methods.performMaintenance.scopes
    - schemas.ForwardingRule.properties.ipCollection.description
    - schemas.ForwardingRule.properties.ipCollection.type
    - schemas.NodeGroup.properties.maintenanceInterval.description
    - schemas.NodeGroup.properties.maintenanceInterval.enum
    - schemas.NodeGroup.properties.maintenanceInterval.enumDescriptions
    - schemas.NodeGroup.properties.maintenanceInterval.type
    - schemas.NodeGroupNode.properties.upcomingMaintenance.$ref
    - schemas.NodeGroupNode.properties.upcomingMaintenance.description
    - schemas.NodeGroupsPerformMaintenanceRequest.id
    - schemas.NodeGroupsPerformMaintenanceRequest.properties.nodes.description
    - schemas.NodeGroupsPerformMaintenanceRequest.properties.nodes.items.type
    - schemas.NodeGroupsPerformMaintenanceRequest.properties.nodes.type
    - schemas.NodeGroupsPerformMaintenanceRequest.properties.startTime.description
    - schemas.NodeGroupsPerformMaintenanceRequest.properties.startTime.type
    - schemas.NodeGroupsPerformMaintenanceRequest.type
    - schemas.PublicDelegatedPrefix.properties.allocatablePrefixLength.description
    - schemas.PublicDelegatedPrefix.properties.allocatablePrefixLength.format
    - schemas.PublicDelegatedPrefix.properties.allocatablePrefixLength.type
    - schemas.PublicDelegatedPrefix.properties.mode.description
    - schemas.PublicDelegatedPrefix.properties.mode.enum
    - schemas.PublicDelegatedPrefix.properties.mode.enumDescriptions
    - schemas.PublicDelegatedPrefix.properties.mode.type
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.allocatablePrefixLength.description
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.allocatablePrefixLength.format
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.allocatablePrefixLength.type
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.description
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.enum
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.enumDescriptions
    - schemas.PublicDelegatedPrefixPublicDelegatedSubPrefix.properties.mode.type
    - schemas.Region.properties.quotaStatusWarning.description
    - schemas.Region.properties.quotaStatusWarning.properties.code.description
    - schemas.Region.properties.quotaStatusWarning.properties.code.enum
    - schemas.Region.properties.quotaStatusWarning.properties.code.enumDeprecated
    - schemas.Region.properties.quotaStatusWarning.properties.code.enumDescriptions
    - schemas.Region.properties.quotaStatusWarning.properties.code.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.description
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.key.description
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.key.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.value.description
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.properties.value.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.items.type
    - schemas.Region.properties.quotaStatusWarning.properties.data.type
    - schemas.Region.properties.quotaStatusWarning.properties.message.description
    - schemas.Region.properties.quotaStatusWarning.properties.message.type
    - schemas.Region.properties.quotaStatusWarning.type
    - schemas.RouterBgp.properties.identifierRange.description
    - schemas.RouterBgp.properties.identifierRange.type
    - schemas.RouterBgpPeer.properties.enableIpv4.description
    - schemas.RouterBgpPeer.properties.enableIpv4.type
    - schemas.RouterBgpPeer.properties.exportPolicies.description
    - schemas.RouterBgpPeer.properties.exportPolicies.items.type
    - schemas.RouterBgpPeer.properties.exportPolicies.type
    - schemas.RouterBgpPeer.properties.importPolicies.description
    - schemas.RouterBgpPeer.properties.importPolicies.items.type
    - schemas.RouterBgpPeer.properties.importPolicies.type
    - schemas.RouterBgpPeer.properties.ipv4NexthopAddress.description
    - schemas.RouterBgpPeer.properties.ipv4NexthopAddress.type
    - schemas.RouterBgpPeer.properties.peerIpv4NexthopAddress.description
    - schemas.RouterBgpPeer.properties.peerIpv4NexthopAddress.type
    - schemas.RouterInterface.properties.ipVersion.description
    - schemas.RouterInterface.properties.ipVersion.enum
    - schemas.RouterInterface.properties.ipVersion.enumDescriptions
    - schemas.RouterInterface.properties.ipVersion.type
    - schemas.RouterStatusBgpPeerStatus.properties.enableIpv4.description
    - schemas.RouterStatusBgpPeerStatus.properties.enableIpv4.type
    - schemas.RouterStatusBgpPeerStatus.properties.ipv4NexthopAddress.description
    - schemas.RouterStatusBgpPeerStatus.properties.ipv4NexthopAddress.type
    - schemas.RouterStatusBgpPeerStatus.properties.peerIpv4NexthopAddress.description
    - schemas.RouterStatusBgpPeerStatus.properties.peerIpv4NexthopAddress.type
    
    The following keys were changed:
    - schemas.AllocationSpecificSKUReservation.description
    - schemas.ErrorInfo.properties.metadatas.description
    - schemas.InstanceGroupManagerStatusStateful.properties.perInstanceConfigs.description
    - schemas.NetworkEndpointGroup.properties.networkEndpointType.description
    - schemas.PacketMirroring.properties.filter.description
    - schemas.PacketMirroringFilter.properties.cidrRanges.description
    - schemas.PathMatcher.properties.defaultRouteAction.description
    - schemas.PathMatcher.properties.defaultService.description
    - schemas.PathMatcher.properties.defaultUrlRedirect.description
    - schemas.Quota.properties.metric.enum
    - schemas.Quota.properties.metric.enumDescriptions
    - schemas.ResourcePolicyGroupPlacementPolicy.description
    - schemas.RouterBgpPeer.properties.enableIpv6.description
    - schemas.RouterBgpPeer.properties.ipAddress.description
    - schemas.RouterBgpPeer.properties.peerIpAddress.description
    - schemas.RouterInterface.properties.ipRange.description
    - schemas.RouterStatusBgpPeerStatus.properties.enableIpv6.description
    - schemas.RouterStatusBgpPeerStatus.properties.statusReason.enum
    - schemas.RouterStatusBgpPeerStatus.properties.statusReason.enumDescriptions
    - schemas.ServiceAttachment.properties.consumerAcceptLists.description
    - schemas.ServiceAttachment.properties.consumerRejectLists.description
    - schemas.UrlMap.properties.defaultService.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    991b6e8 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    43306c3 View commit details
    Browse the repository at this point in the history
  55. feat(connectors): update the API

    #### connectors:v1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.connections.methods.search.description
    - resources.projects.resources.locations.resources.connections.methods.search.flatPath
    - resources.projects.resources.locations.resources.connections.methods.search.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.search.id
    - resources.projects.resources.locations.resources.connections.methods.search.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.name.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.name.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.name.pattern
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.name.required
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.name.type
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.format
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.type
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageToken.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageToken.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageToken.type
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.query.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.query.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.query.type
    - resources.projects.resources.locations.resources.connections.methods.search.path
    - resources.projects.resources.locations.resources.connections.methods.search.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.search.scopes
    - schemas.BillingConfig.description
    - schemas.BillingConfig.id
    - schemas.BillingConfig.properties.billingCategory.description
    - schemas.BillingConfig.properties.billingCategory.enum
    - schemas.BillingConfig.properties.billingCategory.enumDescriptions
    - schemas.BillingConfig.properties.billingCategory.readOnly
    - schemas.BillingConfig.properties.billingCategory.type
    - schemas.BillingConfig.type
    - schemas.Connection.properties.billingConfig.$ref
    - schemas.Connection.properties.billingConfig.description
    - schemas.Connection.properties.billingConfig.readOnly
    - schemas.CustomConnector.properties.activeConnectorVersions.readOnly
    - schemas.CustomConnector.properties.allConnectorVersions.description
    - schemas.CustomConnector.properties.allConnectorVersions.items.type
    - schemas.CustomConnector.properties.allConnectorVersions.readOnly
    - schemas.CustomConnector.properties.allConnectorVersions.type
    - schemas.RuntimeEntitySchema.properties.operations.description
    - schemas.RuntimeEntitySchema.properties.operations.items.enum
    - schemas.RuntimeEntitySchema.properties.operations.items.enumDescriptions
    - schemas.RuntimeEntitySchema.properties.operations.items.type
    - schemas.RuntimeEntitySchema.properties.operations.type
    - schemas.SearchConnectionInstance.description
    - schemas.SearchConnectionInstance.id
    - schemas.SearchConnectionInstance.properties.actionSchema.$ref
    - schemas.SearchConnectionInstance.properties.actionSchema.description
    - schemas.SearchConnectionInstance.properties.actionSchema.readOnly
    - schemas.SearchConnectionInstance.properties.connection.$ref
    - schemas.SearchConnectionInstance.properties.connection.description
    - schemas.SearchConnectionInstance.properties.connection.readOnly
    - schemas.SearchConnectionInstance.properties.entitySchema.$ref
    - schemas.SearchConnectionInstance.properties.entitySchema.description
    - schemas.SearchConnectionInstance.properties.entitySchema.readOnly
    - schemas.SearchConnectionInstance.type
    - schemas.SearchConnectionsResponse.description
    - schemas.SearchConnectionsResponse.id
    - schemas.SearchConnectionsResponse.properties.connections.description
    - schemas.SearchConnectionsResponse.properties.connections.items.$ref
    - schemas.SearchConnectionsResponse.properties.connections.type
    - schemas.SearchConnectionsResponse.properties.nextPageToken.description
    - schemas.SearchConnectionsResponse.properties.nextPageToken.type
    - schemas.SearchConnectionsResponse.properties.unreachable.description
    - schemas.SearchConnectionsResponse.properties.unreachable.items.type
    - schemas.SearchConnectionsResponse.properties.unreachable.type
    - schemas.SearchConnectionsResponse.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.connections.methods.patch.parameters.updateMask.description
    - schemas.CustomConnector.properties.activeConnectorVersions.description
    
    #### connectors:v2
    
    The following keys were added:
    - schemas.EntityType.properties.operations.items.enum
    - schemas.EntityType.properties.operations.items.enumDescriptions
    - schemas.EntityType.properties.operations.items.type
    - schemas.EntityType.properties.operations.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    684a61d View commit details
    Browse the repository at this point in the history
  56. feat(contactcenteraiplatform): update the API

    #### contactcenteraiplatform:v1alpha1
    
    The following keys were added:
    - schemas.ContactCenter.properties.early.$ref
    - schemas.ContactCenter.properties.early.description
    - schemas.ContactCenter.properties.normal.$ref
    - schemas.ContactCenter.properties.normal.description
    - schemas.Early.description
    - schemas.Early.id
    - schemas.Early.type
    - schemas.Normal.description
    - schemas.Normal.id
    - schemas.Normal.type
    
    The following keys were changed:
    - schemas.ContactCenter.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1937be2 View commit details
    Browse the repository at this point in the history
  57. feat(contactcenterinsights): update the API

    #### contactcenterinsights:v1
    
    The following keys were added:
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.id
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.agentAction.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.agentAction.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.condition.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.condition.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.description.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.description.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.displayName.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.displayName.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.metadata.additionalProperties.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.metadata.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.metadata.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.systemAction.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.properties.systemAction.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingInstruction.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.agentActionSuggestions.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.agentActionSuggestions.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.agentActionSuggestions.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.applicableInstructions.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.applicableInstructions.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.applicableInstructions.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.sampleResponses.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.sampleResponses.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.sampleResponses.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.suggestionEval.$ref
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.suggestionEval.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.suggestionReasoning.$ref
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.properties.suggestionReasoning.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion.properties.agentAction.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion.properties.agentAction.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentActionSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.id
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.actionActionSuggestionEval.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.actionActionSuggestionEval.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.sampleResponseEval.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.sampleResponseEval.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionEval.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.id
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.agentActionTaken.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.agentActionTaken.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.issueSummary.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.issueSummary.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse.id
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse.properties.responseText.description
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse.properties.responseText.type
    - schemas.GoogleCloudContactcenterinsightsV1AgentCoachingSuggestionSampleResponse.type
    - schemas.GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.properties.silence.$ref
    - schemas.GoogleCloudContactcenterinsightsV1AnalysisResultCallAnalysisMetadata.properties.silence.description
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.description
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.id
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.properties.silenceDuration.description
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.properties.silenceDuration.format
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.properties.silenceDuration.type
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.properties.silencePercentage.description
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.properties.silencePercentage.format
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.properties.silencePercentage.type
    - schemas.GoogleCloudContactcenterinsightsV1ConversationLevelSilence.type
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.properties.labels.description
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.properties.labels.items.type
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.properties.labels.type
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.properties.response.description
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.properties.response.type
    - schemas.GoogleCloudContactcenterinsightsV1FreeFormSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.properties.agentCoachingSuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.properties.agentCoachingSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.properties.freeFormSuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.properties.freeFormSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.properties.summarySuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.properties.summarySuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1GeneratorSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.description
    - schemas.GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.id
    - schemas.GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.properties.generatorSuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.properties.generatorSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1GetGeneratorSuggestionResponse.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.properties.suggestedQuery.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.properties.suggestedQuery.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.properties.suggestedQueryAnswer.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.properties.suggestedQueryAnswer.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponse.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.answerText.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.answerText.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.faqSource.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.faqSource.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.generativeSource.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.generativeSource.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.intentMatchingSource.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.intentMatchingSource.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.matchConfidence.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.matchConfidence.format
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.properties.matchConfidence.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswer.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.document.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.document.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.question.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.question.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.properties.snippets.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.properties.snippets.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.properties.snippets.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.document.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.document.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.text.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.text.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.title.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.title.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.uri.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.uri.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.title.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.title.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.uri.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.uri.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.id
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.properties.queryText.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.properties.queryText.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.properties.score.description
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.properties.score.format
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.properties.score.type
    - schemas.GoogleCloudContactcenterinsightsV1GetKnowledgeAssistResponseSuggestedQuery.type
    - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.generatorSuggestionResult.$ref
    - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.generatorSuggestionResult.description
    - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.knowledgeAssistResult.$ref
    - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.knowledgeAssistResult.description
    - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.knowledgeSearchResult.$ref
    - schemas.GoogleCloudContactcenterinsightsV1RuntimeAnnotation.properties.knowledgeSearchResult.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.id
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answer.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answer.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerRecord.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerRecord.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerSources.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerSources.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerSources.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerType.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerType.enum
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerType.enumDescriptions
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.answerType.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.confidenceScore.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.confidenceScore.format
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.properties.confidenceScore.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswer.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.id
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.document.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.document.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.snippet.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.snippet.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.title.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.title.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.uri.description
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.properties.uri.type
    - schemas.GoogleCloudContactcenterinsightsV1SearchKnowledgeAnswerAnswerSource.type
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestion.properties.summarySections.description
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestion.properties.summarySections.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestion.properties.summarySections.type
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.description
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.id
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.properties.section.description
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.properties.section.type
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.properties.summary.description
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.properties.summary.type
    - schemas.GoogleCloudContactcenterinsightsV1SummarySuggestionSummarySection.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.agentAction.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.agentAction.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.condition.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.condition.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.description.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.description.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.displayName.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.displayName.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.metadata.additionalProperties.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.metadata.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.metadata.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.systemAction.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.properties.systemAction.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingInstruction.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.agentActionSuggestions.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.agentActionSuggestions.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.agentActionSuggestions.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.applicableInstructions.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.applicableInstructions.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.applicableInstructions.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.sampleResponses.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.sampleResponses.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.sampleResponses.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.suggestionEval.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.suggestionEval.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.suggestionReasoning.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.properties.suggestionReasoning.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion.properties.agentAction.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion.properties.agentAction.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentActionSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.actionActionSuggestionEval.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.actionActionSuggestionEval.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.sampleResponseEval.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.properties.sampleResponseEval.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionEval.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.agentActionTaken.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.agentActionTaken.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.issueSummary.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.properties.issueSummary.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionAgentCoachingSuggestionReasoning.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse.properties.responseText.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse.properties.responseText.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AgentCoachingSuggestionSampleResponse.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata.properties.silence.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1AnalysisResultCallAnalysisMetadata.properties.silence.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.properties.silenceDuration.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.properties.silenceDuration.format
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.properties.silenceDuration.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.properties.silencePercentage.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.properties.silencePercentage.format
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.properties.silencePercentage.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1ConversationLevelSilence.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.properties.labels.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.properties.labels.items.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.properties.labels.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.properties.response.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.properties.response.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1FreeFormSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.properties.agentCoachingSuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.properties.agentCoachingSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.properties.freeFormSuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.properties.freeFormSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.properties.summarySuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.properties.summarySuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GeneratorSuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse.properties.generatorSuggestion.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse.properties.generatorSuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetGeneratorSuggestionResponse.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.properties.suggestedQuery.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.properties.suggestedQuery.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.properties.suggestedQueryAnswer.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.properties.suggestedQueryAnswer.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponse.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.answerText.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.answerText.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.faqSource.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.faqSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.generativeSource.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.generativeSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.intentMatchingSource.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.intentMatchingSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.matchConfidence.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.matchConfidence.format
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.properties.matchConfidence.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswer.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.document.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.document.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.question.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.properties.question.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerFaqSource.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.properties.snippets.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.properties.snippets.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.properties.snippets.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSource.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.document.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.document.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.text.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.text.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.title.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.title.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.uri.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.properties.uri.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerGenerativeSourceSnippet.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.title.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.title.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.uri.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.properties.uri.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseKnowledgeAnswerIntentMatchingSource.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.properties.queryText.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.properties.queryText.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.properties.score.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.properties.score.format
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.properties.score.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1GetKnowledgeAssistResponseSuggestedQuery.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.generatorSuggestionResult.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.generatorSuggestionResult.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.knowledgeAssistResult.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.knowledgeAssistResult.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.knowledgeSearchResult.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1RuntimeAnnotation.properties.knowledgeSearchResult.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answer.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answer.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerRecord.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerRecord.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerSources.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerSources.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerSources.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerType.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerType.enum
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerType.enumDescriptions
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.answerType.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.confidenceScore.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.confidenceScore.format
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.properties.confidenceScore.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswer.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.document.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.document.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.snippet.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.snippet.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.title.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.title.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.uri.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.properties.uri.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SearchKnowledgeAnswerAnswerSource.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion.properties.summarySections.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion.properties.summarySections.items.$ref
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion.properties.summarySections.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestion.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.id
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.properties.section.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.properties.section.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.properties.summary.description
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.properties.summary.type
    - schemas.GoogleCloudContactcenterinsightsV1alpha1SummarySuggestionSummarySection.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0a82421 View commit details
    Browse the repository at this point in the history
  58. feat(container): update the API

    #### container:v1beta1
    
    The following keys were added:
    - schemas.AdvancedMachineFeatures.properties.enableNestedVirtualization.description
    - schemas.AdvancedMachineFeatures.properties.enableNestedVirtualization.type
    - schemas.CertificateAuthorityDomainConfig.description
    - schemas.CertificateAuthorityDomainConfig.id
    - schemas.CertificateAuthorityDomainConfig.properties.fqdns.description
    - schemas.CertificateAuthorityDomainConfig.properties.fqdns.items.type
    - schemas.CertificateAuthorityDomainConfig.properties.fqdns.type
    - schemas.CertificateAuthorityDomainConfig.properties.gcpSecretManagerCertificateConfig.$ref
    - schemas.CertificateAuthorityDomainConfig.properties.gcpSecretManagerCertificateConfig.description
    - schemas.CertificateAuthorityDomainConfig.type
    - schemas.Cluster.properties.compliancePostureConfig.$ref
    - schemas.Cluster.properties.compliancePostureConfig.description
    - schemas.ClusterUpdate.properties.desiredContainerdConfig.$ref
    - schemas.ClusterUpdate.properties.desiredContainerdConfig.description
    - schemas.ClusterUpdate.properties.privateClusterConfig.$ref
    - schemas.ClusterUpdate.properties.privateClusterConfig.deprecated
    - schemas.ClusterUpdate.properties.privateClusterConfig.description
    - schemas.CompliancePostureConfig.description
    - schemas.CompliancePostureConfig.id
    - schemas.CompliancePostureConfig.properties.complianceStandards.description
    - schemas.CompliancePostureConfig.properties.complianceStandards.items.$ref
    - schemas.CompliancePostureConfig.properties.complianceStandards.type
    - schemas.CompliancePostureConfig.properties.mode.description
    - schemas.CompliancePostureConfig.properties.mode.enum
    - schemas.CompliancePostureConfig.properties.mode.enumDescriptions
    - schemas.CompliancePostureConfig.properties.mode.type
    - schemas.CompliancePostureConfig.type
    - schemas.ComplianceStandard.description
    - schemas.ComplianceStandard.id
    - schemas.ComplianceStandard.properties.standard.description
    - schemas.ComplianceStandard.properties.standard.type
    - schemas.ComplianceStandard.type
    - schemas.ContainerdConfig.description
    - schemas.ContainerdConfig.id
    - schemas.ContainerdConfig.properties.privateRegistryAccessConfig.$ref
    - schemas.ContainerdConfig.properties.privateRegistryAccessConfig.description
    - schemas.ContainerdConfig.type
    - schemas.DNSConfig.properties.additiveVpcScopeDnsDomain.description
    - schemas.DNSConfig.properties.additiveVpcScopeDnsDomain.type
    - schemas.GCPSecretManagerCertificateConfig.description
    - schemas.GCPSecretManagerCertificateConfig.id
    - schemas.GCPSecretManagerCertificateConfig.properties.secretUri.description
    - schemas.GCPSecretManagerCertificateConfig.properties.secretUri.type
    - schemas.GCPSecretManagerCertificateConfig.type
    - schemas.HugepagesConfig.description
    - schemas.HugepagesConfig.id
    - schemas.HugepagesConfig.properties.hugepageSize1g.description
    - schemas.HugepagesConfig.properties.hugepageSize1g.format
    - schemas.HugepagesConfig.properties.hugepageSize1g.type
    - schemas.HugepagesConfig.properties.hugepageSize2m.description
    - schemas.HugepagesConfig.properties.hugepageSize2m.format
    - schemas.HugepagesConfig.properties.hugepageSize2m.type
    - schemas.HugepagesConfig.type
    - schemas.LinuxNodeConfig.properties.hugepages.$ref
    - schemas.LinuxNodeConfig.properties.hugepages.description
    - schemas.NodeConfig.properties.containerdConfig.$ref
    - schemas.NodeConfig.properties.containerdConfig.description
    - schemas.NodeConfigDefaults.properties.containerdConfig.$ref
    - schemas.NodeConfigDefaults.properties.containerdConfig.description
    - schemas.PrivateRegistryAccessConfig.description
    - schemas.PrivateRegistryAccessConfig.id
    - schemas.PrivateRegistryAccessConfig.properties.certificateAuthorityDomainConfig.description
    - schemas.PrivateRegistryAccessConfig.properties.certificateAuthorityDomainConfig.items.$ref
    - schemas.PrivateRegistryAccessConfig.properties.certificateAuthorityDomainConfig.type
    - schemas.PrivateRegistryAccessConfig.properties.enabled.description
    - schemas.PrivateRegistryAccessConfig.properties.enabled.type
    - schemas.PrivateRegistryAccessConfig.type
    - schemas.UpdateNodePoolRequest.properties.accelerators.description
    - schemas.UpdateNodePoolRequest.properties.accelerators.items.$ref
    - schemas.UpdateNodePoolRequest.properties.accelerators.type
    - schemas.UpdateNodePoolRequest.properties.containerdConfig.$ref
    - schemas.UpdateNodePoolRequest.properties.containerdConfig.description
    
    The following keys were changed:
    - schemas.ClusterUpdate.properties.desiredInTransitEncryptionConfig.description
    - schemas.ClusterUpdate.properties.desiredPrivateClusterConfig.description
    - schemas.GPUSharingConfig.properties.gpuSharingStrategy.enum
    - schemas.GPUSharingConfig.properties.gpuSharingStrategy.enumDescriptions
    - schemas.PolicyBinding.properties.name.description
    - schemas.SecurityPostureConfig.properties.mode.enum
    - schemas.SecurityPostureConfig.properties.mode.enumDescriptions
    
    #### container:v1
    
    The following keys were added:
    - schemas.AdvancedMachineFeatures.properties.enableNestedVirtualization.description
    - schemas.AdvancedMachineFeatures.properties.enableNestedVirtualization.type
    - schemas.CertificateAuthorityDomainConfig.description
    - schemas.CertificateAuthorityDomainConfig.id
    - schemas.CertificateAuthorityDomainConfig.properties.fqdns.description
    - schemas.CertificateAuthorityDomainConfig.properties.fqdns.items.type
    - schemas.CertificateAuthorityDomainConfig.properties.fqdns.type
    - schemas.CertificateAuthorityDomainConfig.properties.gcpSecretManagerCertificateConfig.$ref
    - schemas.CertificateAuthorityDomainConfig.properties.gcpSecretManagerCertificateConfig.description
    - schemas.CertificateAuthorityDomainConfig.type
    - schemas.ClusterUpdate.properties.desiredContainerdConfig.$ref
    - schemas.ClusterUpdate.properties.desiredContainerdConfig.description
    - schemas.ContainerdConfig.description
    - schemas.ContainerdConfig.id
    - schemas.ContainerdConfig.properties.privateRegistryAccessConfig.$ref
    - schemas.ContainerdConfig.properties.privateRegistryAccessConfig.description
    - schemas.ContainerdConfig.type
    - schemas.DNSConfig.properties.additiveVpcScopeDnsDomain.description
    - schemas.DNSConfig.properties.additiveVpcScopeDnsDomain.type
    - schemas.DatabaseEncryption.properties.currentState.description
    - schemas.DatabaseEncryption.properties.currentState.enum
    - schemas.DatabaseEncryption.properties.currentState.enumDescriptions
    - schemas.DatabaseEncryption.properties.currentState.readOnly
    - schemas.DatabaseEncryption.properties.currentState.type
    - schemas.DatabaseEncryption.properties.decryptionKeys.description
    - schemas.DatabaseEncryption.properties.decryptionKeys.items.type
    - schemas.DatabaseEncryption.properties.decryptionKeys.readOnly
    - schemas.DatabaseEncryption.properties.decryptionKeys.type
    - schemas.DatabaseEncryption.properties.lastOperationErrors.description
    - schemas.DatabaseEncryption.properties.lastOperationErrors.items.$ref
    - schemas.DatabaseEncryption.properties.lastOperationErrors.readOnly
    - schemas.DatabaseEncryption.properties.lastOperationErrors.type
    - schemas.GCPSecretManagerCertificateConfig.description
    - schemas.GCPSecretManagerCertificateConfig.id
    - schemas.GCPSecretManagerCertificateConfig.properties.secretUri.description
    - schemas.GCPSecretManagerCertificateConfig.properties.secretUri.type
    - schemas.GCPSecretManagerCertificateConfig.type
    - schemas.HugepagesConfig.description
    - schemas.HugepagesConfig.id
    - schemas.HugepagesConfig.properties.hugepageSize1g.description
    - schemas.HugepagesConfig.properties.hugepageSize1g.format
    - schemas.HugepagesConfig.properties.hugepageSize1g.type
    - schemas.HugepagesConfig.properties.hugepageSize2m.description
    - schemas.HugepagesConfig.properties.hugepageSize2m.format
    - schemas.HugepagesConfig.properties.hugepageSize2m.type
    - schemas.HugepagesConfig.type
    - schemas.LinuxNodeConfig.properties.hugepages.$ref
    - schemas.LinuxNodeConfig.properties.hugepages.description
    - schemas.NodeConfig.properties.containerdConfig.$ref
    - schemas.NodeConfig.properties.containerdConfig.description
    - schemas.NodeConfigDefaults.properties.containerdConfig.$ref
    - schemas.NodeConfigDefaults.properties.containerdConfig.description
    - schemas.OperationError.description
    - schemas.OperationError.id
    - schemas.OperationError.properties.errorMessage.description
    - schemas.OperationError.properties.errorMessage.type
    - schemas.OperationError.properties.keyName.description
    - schemas.OperationError.properties.keyName.type
    - schemas.OperationError.properties.timestamp.description
    - schemas.OperationError.properties.timestamp.format
    - schemas.OperationError.properties.timestamp.type
    - schemas.OperationError.type
    - schemas.PrivateRegistryAccessConfig.description
    - schemas.PrivateRegistryAccessConfig.id
    - schemas.PrivateRegistryAccessConfig.properties.certificateAuthorityDomainConfig.description
    - schemas.PrivateRegistryAccessConfig.properties.certificateAuthorityDomainConfig.items.$ref
    - schemas.PrivateRegistryAccessConfig.properties.certificateAuthorityDomainConfig.type
    - schemas.PrivateRegistryAccessConfig.properties.enabled.description
    - schemas.PrivateRegistryAccessConfig.properties.enabled.type
    - schemas.PrivateRegistryAccessConfig.type
    - schemas.UpdateNodePoolRequest.properties.accelerators.description
    - schemas.UpdateNodePoolRequest.properties.accelerators.items.$ref
    - schemas.UpdateNodePoolRequest.properties.accelerators.type
    - schemas.UpdateNodePoolRequest.properties.containerdConfig.$ref
    - schemas.UpdateNodePoolRequest.properties.containerdConfig.description
    
    The following keys were changed:
    - schemas.ClusterUpdate.properties.desiredPrivateClusterConfig.description
    - schemas.GPUSharingConfig.properties.gpuSharingStrategy.enum
    - schemas.GPUSharingConfig.properties.gpuSharingStrategy.enumDescriptions
    - schemas.NetworkConfig.properties.inTransitEncryptionConfig.description
    - schemas.SecurityPostureConfig.properties.mode.enum
    - schemas.SecurityPostureConfig.properties.mode.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    05bf0f9 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    ab11820 View commit details
    Browse the repository at this point in the history
  60. feat(content)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### content:v2.1
    
    The following keys were deleted:
    - schemas.LoyaltyPoints.id
    - schemas.LoyaltyPoints.properties.name.description
    - schemas.LoyaltyPoints.properties.name.type
    - schemas.LoyaltyPoints.properties.pointsValue.description
    - schemas.LoyaltyPoints.properties.pointsValue.format
    - schemas.LoyaltyPoints.properties.pointsValue.type
    - schemas.LoyaltyPoints.properties.ratio.description
    - schemas.LoyaltyPoints.properties.ratio.format
    - schemas.LoyaltyPoints.properties.ratio.type
    - schemas.LoyaltyPoints.type
    - schemas.Product.properties.loyaltyPoints.$ref
    - schemas.Product.properties.loyaltyPoints.description
    
    The following keys were added:
    - resources.merchantsupport.methods.triggeraction.description
    - resources.merchantsupport.methods.triggeraction.flatPath
    - resources.merchantsupport.methods.triggeraction.httpMethod
    - resources.merchantsupport.methods.triggeraction.id
    - resources.merchantsupport.methods.triggeraction.parameterOrder
    - resources.merchantsupport.methods.triggeraction.parameters.languageCode.description
    - resources.merchantsupport.methods.triggeraction.parameters.languageCode.location
    - resources.merchantsupport.methods.triggeraction.parameters.languageCode.type
    - resources.merchantsupport.methods.triggeraction.parameters.merchantId.description
    - resources.merchantsupport.methods.triggeraction.parameters.merchantId.format
    - resources.merchantsupport.methods.triggeraction.parameters.merchantId.location
    - resources.merchantsupport.methods.triggeraction.parameters.merchantId.required
    - resources.merchantsupport.methods.triggeraction.parameters.merchantId.type
    - resources.merchantsupport.methods.triggeraction.path
    - resources.merchantsupport.methods.triggeraction.request.$ref
    - resources.merchantsupport.methods.triggeraction.response.$ref
    - resources.merchantsupport.methods.triggeraction.scopes
    - schemas.Action.properties.builtinUserInputAction.$ref
    - schemas.Action.properties.builtinUserInputAction.description
    - schemas.ActionFlow.description
    - schemas.ActionFlow.id
    - schemas.ActionFlow.properties.dialogButtonLabel.description
    - schemas.ActionFlow.properties.dialogButtonLabel.type
    - schemas.ActionFlow.properties.dialogCallout.$ref
    - schemas.ActionFlow.properties.dialogCallout.description
    - schemas.ActionFlow.properties.dialogMessage.$ref
    - schemas.ActionFlow.properties.dialogMessage.description
    - schemas.ActionFlow.properties.dialogTitle.description
    - schemas.ActionFlow.properties.dialogTitle.type
    - schemas.ActionFlow.properties.id.description
    - schemas.ActionFlow.properties.id.type
    - schemas.ActionFlow.properties.inputs.description
    - schemas.ActionFlow.properties.inputs.items.$ref
    - schemas.ActionFlow.properties.inputs.type
    - schemas.ActionFlow.properties.label.description
    - schemas.ActionFlow.properties.label.type
    - schemas.ActionFlow.type
    - schemas.ActionInput.description
    - schemas.ActionInput.id
    - schemas.ActionInput.properties.actionFlowId.description
    - schemas.ActionInput.properties.actionFlowId.type
    - schemas.ActionInput.properties.inputValues.description
    - schemas.ActionInput.properties.inputValues.items.$ref
    - schemas.ActionInput.properties.inputValues.type
    - schemas.ActionInput.type
    - schemas.BuiltInUserInputAction.description
    - schemas.BuiltInUserInputAction.id
    - schemas.BuiltInUserInputAction.properties.actionContext.description
    - schemas.BuiltInUserInputAction.properties.actionContext.type
    - schemas.BuiltInUserInputAction.properties.flows.description
    - schemas.BuiltInUserInputAction.properties.flows.items.$ref
    - schemas.BuiltInUserInputAction.properties.flows.type
    - schemas.BuiltInUserInputAction.type
    - schemas.Callout.description
    - schemas.Callout.id
    - schemas.Callout.properties.fullMessage.$ref
    - schemas.Callout.properties.fullMessage.description
    - schemas.Callout.properties.styleHint.description
    - schemas.Callout.properties.styleHint.enum
    - schemas.Callout.properties.styleHint.enumDescriptions
    - schemas.Callout.properties.styleHint.type
    - schemas.Callout.type
    - schemas.FreeShippingThreshold.description
    - schemas.FreeShippingThreshold.id
    - schemas.FreeShippingThreshold.properties.country.description
    - schemas.FreeShippingThreshold.properties.country.type
    - schemas.FreeShippingThreshold.properties.priceThreshold.$ref
    - schemas.FreeShippingThreshold.properties.priceThreshold.description
    - schemas.FreeShippingThreshold.type
    - schemas.InputField.description
    - schemas.InputField.id
    - schemas.InputField.properties.checkboxInput.$ref
    - schemas.InputField.properties.checkboxInput.description
    - schemas.InputField.properties.choiceInput.$ref
    - schemas.InputField.properties.choiceInput.description
    - schemas.InputField.properties.id.description
    - schemas.InputField.properties.id.type
    - schemas.InputField.properties.label.$ref
    - schemas.InputField.properties.label.description
    - schemas.InputField.properties.required.description
    - schemas.InputField.properties.required.type
    - schemas.InputField.properties.textInput.$ref
    - schemas.InputField.properties.textInput.description
    - schemas.InputField.type
    - schemas.InputFieldCheckboxInput.description
    - schemas.InputFieldCheckboxInput.id
    - schemas.InputFieldCheckboxInput.type
    - schemas.InputFieldChoiceInput.description
    - schemas.InputFieldChoiceInput.id
    - schemas.InputFieldChoiceInput.properties.options.description
    - schemas.InputFieldChoiceInput.properties.options.items.$ref
    - schemas.InputFieldChoiceInput.properties.options.type
    - schemas.InputFieldChoiceInput.type
    - schemas.InputFieldChoiceInputChoiceInputOption.description
    - schemas.InputFieldChoiceInputChoiceInputOption.id
    - schemas.InputFieldChoiceInputChoiceInputOption.properties.additionalInput.$ref
    - schemas.InputFieldChoiceInputChoiceInputOption.properties.additionalInput.description
    - schemas.InputFieldChoiceInputChoiceInputOption.properties.id.description
    - schemas.InputFieldChoiceInputChoiceInputOption.properties.id.type
    - schemas.InputFieldChoiceInputChoiceInputOption.properties.label.$ref
    - schemas.InputFieldChoiceInputChoiceInputOption.properties.label.description
    - schemas.InputFieldChoiceInputChoiceInputOption.type
    - schemas.InputFieldTextInput.description
    - schemas.InputFieldTextInput.id
    - schemas.InputFieldTextInput.properties.additionalInfo.$ref
    - schemas.InputFieldTextInput.properties.additionalInfo.description
    - schemas.InputFieldTextInput.properties.ariaLabel.description
    - schemas.InputFieldTextInput.properties.ariaLabel.type
    - schemas.InputFieldTextInput.properties.formatInfo.description
    - schemas.InputFieldTextInput.properties.formatInfo.type
    - schemas.InputFieldTextInput.properties.type.description
    - schemas.InputFieldTextInput.properties.type.enum
    - schemas.InputFieldTextInput.properties.type.enumDescriptions
    - schemas.InputFieldTextInput.properties.type.type
    - schemas.InputFieldTextInput.type
    - schemas.InputValue.description
    - schemas.InputValue.id
    - schemas.InputValue.properties.checkboxInputValue.$ref
    - schemas.InputValue.properties.checkboxInputValue.description
    - schemas.InputValue.properties.choiceInputValue.$ref
    - schemas.InputValue.properties.choiceInputValue.description
    - schemas.InputValue.properties.inputFieldId.description
    - schemas.InputValue.properties.inputFieldId.type
    - schemas.InputValue.properties.textInputValue.$ref
    - schemas.InputValue.properties.textInputValue.description
    - schemas.InputValue.type
    - schemas.InputValueCheckboxInputValue.description
    - schemas.InputValueCheckboxInputValue.id
    - schemas.InputValueCheckboxInputValue.properties.value.description
    - schemas.InputValueCheckboxInputValue.properties.value.type
    - schemas.InputValueCheckboxInputValue.type
    - schemas.InputValueChoiceInputValue.description
    - schemas.InputValueChoiceInputValue.id
    - schemas.InputValueChoiceInputValue.properties.choiceInputOptionId.description
    - schemas.InputValueChoiceInputValue.properties.choiceInputOptionId.type
    - schemas.InputValueChoiceInputValue.type
    - schemas.InputValueTextInputValue.description
    - schemas.InputValueTextInputValue.id
    - schemas.InputValueTextInputValue.properties.value.description
    - schemas.InputValueTextInputValue.properties.value.type
    - schemas.InputValueTextInputValue.type
    - schemas.Installment.description
    - schemas.Installment.properties.creditType.description
    - schemas.Installment.properties.creditType.type
    - schemas.Installment.properties.downpayment.$ref
    - schemas.Installment.properties.downpayment.description
    - schemas.LoyaltyProgram.description
    - schemas.LoyaltyProgram.id
    - schemas.LoyaltyProgram.properties.cashbackForFutureUse.$ref
    - schemas.LoyaltyProgram.properties.cashbackForFutureUse.description
    - schemas.LoyaltyProgram.properties.loyaltyPoints.description
    - schemas.LoyaltyProgram.properties.loyaltyPoints.format
    - schemas.LoyaltyProgram.properties.loyaltyPoints.type
    - schemas.LoyaltyProgram.properties.price.$ref
    - schemas.LoyaltyProgram.properties.price.description
    - schemas.LoyaltyProgram.properties.programLabel.description
    - schemas.LoyaltyProgram.properties.programLabel.type
    - schemas.LoyaltyProgram.properties.tierLabel.description
    - schemas.LoyaltyProgram.properties.tierLabel.type
    - schemas.LoyaltyProgram.type
    - schemas.Product.properties.autoPricingMinPrice.$ref
    - schemas.Product.properties.autoPricingMinPrice.description
    - schemas.Product.properties.freeShippingThreshold.description
    - schemas.Product.properties.freeShippingThreshold.items.$ref
    - schemas.Product.properties.freeShippingThreshold.type
    - schemas.Product.properties.loyaltyProgram.$ref
    - schemas.Product.properties.loyaltyProgram.description
    - schemas.Product.properties.structuredDescription.$ref
    - schemas.Product.properties.structuredDescription.description
    - schemas.Product.properties.structuredTitle.$ref
    - schemas.Product.properties.structuredTitle.description
    - schemas.ProductStructuredDescription.description
    - schemas.ProductStructuredDescription.id
    - schemas.ProductStructuredDescription.properties.content.description
    - schemas.ProductStructuredDescription.properties.content.type
    - schemas.ProductStructuredDescription.properties.digitalSourceType.description
    - schemas.ProductStructuredDescription.properties.digitalSourceType.type
    - schemas.ProductStructuredDescription.type
    - schemas.ProductStructuredTitle.description
    - schemas.ProductStructuredTitle.id
    - schemas.ProductStructuredTitle.properties.content.description
    - schemas.ProductStructuredTitle.properties.content.type
    - schemas.ProductStructuredTitle.properties.digitalSourceType.description
    - schemas.ProductStructuredTitle.properties.digitalSourceType.type
    - schemas.ProductStructuredTitle.type
    - schemas.RenderAccountIssuesRequestPayload.properties.userInputActionOption.description
    - schemas.RenderAccountIssuesRequestPayload.properties.userInputActionOption.enum
    - schemas.RenderAccountIssuesRequestPayload.properties.userInputActionOption.enumDescriptions
    - schemas.RenderAccountIssuesRequestPayload.properties.userInputActionOption.type
    - schemas.RenderProductIssuesRequestPayload.properties.userInputActionOption.description
    - schemas.RenderProductIssuesRequestPayload.properties.userInputActionOption.enum
    - schemas.RenderProductIssuesRequestPayload.properties.userInputActionOption.enumDescriptions
    - schemas.RenderProductIssuesRequestPayload.properties.userInputActionOption.type
    - schemas.TextWithTooltip.description
    - schemas.TextWithTooltip.id
    - schemas.TextWithTooltip.properties.simpleTooltipValue.description
    - schemas.TextWithTooltip.properties.simpleTooltipValue.type
    - schemas.TextWithTooltip.properties.simpleValue.description
    - schemas.TextWithTooltip.properties.simpleValue.type
    - schemas.TextWithTooltip.properties.tooltipIconStyle.description
    - schemas.TextWithTooltip.properties.tooltipIconStyle.enum
    - schemas.TextWithTooltip.properties.tooltipIconStyle.enumDescriptions
    - schemas.TextWithTooltip.properties.tooltipIconStyle.type
    - schemas.TextWithTooltip.type
    - schemas.TriggerActionPayload.description
    - schemas.TriggerActionPayload.id
    - schemas.TriggerActionPayload.properties.actionContext.description
    - schemas.TriggerActionPayload.properties.actionContext.type
    - schemas.TriggerActionPayload.properties.actionInput.$ref
    - schemas.TriggerActionPayload.properties.actionInput.description
    - schemas.TriggerActionPayload.type
    - schemas.TriggerActionResponse.description
    - schemas.TriggerActionResponse.id
    - schemas.TriggerActionResponse.properties.message.description
    - schemas.TriggerActionResponse.properties.message.type
    - schemas.TriggerActionResponse.type
    
    The following keys were changed:
    - schemas.AccountUser.properties.reportingManager.description
    - schemas.LiaAboutPageSettings.properties.status.description
    - schemas.ProductSubscriptionCost.properties.period.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    33d6b17 View commit details
    Browse the repository at this point in the history
  61. feat(contentwarehouse)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### contentwarehouse:v1
    
    The following keys were deleted:
    - schemas.AbuseiamClusterEvaluationContext.description
    - schemas.AbuseiamClusterEvaluationContext.id
    - schemas.AbuseiamClusterEvaluationContext.properties.clusterFamily.description
    - schemas.AbuseiamClusterEvaluationContext.properties.clusterFamily.type
    - schemas.AbuseiamClusterEvaluationContext.properties.clusterRowkey.description
    - schemas.AbuseiamClusterEvaluationContext.properties.clusterRowkey.type
    - schemas.AbuseiamClusterEvaluationContext.properties.gaiaIdToEscalate.description
    - schemas.AbuseiamClusterEvaluationContext.properties.gaiaIdToEscalate.format
    - schemas.AbuseiamClusterEvaluationContext.properties.gaiaIdToEscalate.type
    - schemas.AbuseiamClusterEvaluationContext.type
    - schemas.AbuseiamEvaluation.properties.clusterEvaluationContext.$ref
    - schemas.AbuseiamEvaluation.properties.clusterEvaluationContext.description
    - schemas.AbuseiamEvaluation.properties.feature.description
    - schemas.AbuseiamEvaluation.properties.feature.items.$ref
    - schemas.AbuseiamEvaluation.properties.feature.type
    - schemas.AbuseiamEvaluation.properties.manualReviewInfo.$ref
    - schemas.AbuseiamEvaluation.properties.manualReviewInfo.description
    - schemas.AbuseiamEvaluation.properties.processTimeMillisecs.description
    - schemas.AbuseiamEvaluation.properties.processTimeMillisecs.format
    - schemas.AbuseiamEvaluation.properties.processTimeMillisecs.type
    - schemas.AbuseiamEvaluation.properties.videoReviewData.$ref
    - schemas.AbuseiamEvaluation.properties.videoReviewData.description
    - schemas.AbuseiamFeature.id
    - schemas.AbuseiamFeature.properties.booleanValue.description
    - schemas.AbuseiamFeature.properties.booleanValue.type
    - schemas.AbuseiamFeature.properties.doubleValue.format
    - schemas.AbuseiamFeature.properties.doubleValue.type
    - schemas.AbuseiamFeature.properties.featureCount.description
    - schemas.AbuseiamFeature.properties.featureCount.format
    - schemas.AbuseiamFeature.properties.featureCount.type
    - schemas.AbuseiamFeature.properties.int64Value.description
    - schemas.AbuseiamFeature.properties.int64Value.format
    - schemas.AbuseiamFeature.properties.int64Value.type
    - schemas.AbuseiamFeature.properties.integerValue.description
    - schemas.AbuseiamFeature.properties.integerValue.format
    - schemas.AbuseiamFeature.properties.integerValue.type
    - schemas.AbuseiamFeature.properties.name.type
    - schemas.AbuseiamFeature.properties.stringValue.items.type
    - schemas.AbuseiamFeature.properties.stringValue.type
    - schemas.AbuseiamFeature.properties.timestampSequence.description
    - schemas.AbuseiamFeature.properties.timestampSequence.items.format
    - schemas.AbuseiamFeature.properties.timestampSequence.items.type
    - schemas.AbuseiamFeature.properties.timestampSequence.type
    - schemas.AbuseiamFeature.type
    - schemas.AbuseiamManualReviewEvaluationInfo.description
    - schemas.AbuseiamManualReviewEvaluationInfo.id
    - schemas.AbuseiamManualReviewEvaluationInfo.properties.reviewer.$ref
    - schemas.AbuseiamManualReviewEvaluationInfo.properties.reviewer.description
    - schemas.AbuseiamManualReviewEvaluationInfo.properties.tool.$ref
    - schemas.AbuseiamManualReviewEvaluationInfo.properties.tool.description
    - schemas.AbuseiamManualReviewEvaluationInfo.type
    - schemas.AbuseiamManualReviewTool.id
    - schemas.AbuseiamManualReviewTool.properties.experimentId.type
    - schemas.AbuseiamManualReviewTool.properties.name.enum
    - schemas.AbuseiamManualReviewTool.properties.name.enumDescriptions
    - schemas.AbuseiamManualReviewTool.properties.name.type
    - schemas.AbuseiamManualReviewTool.type
    - schemas.AbuseiamManualReviewerInfo.id
    - schemas.AbuseiamManualReviewerInfo.properties.credential.items.enum
    - schemas.AbuseiamManualReviewerInfo.properties.credential.items.enumDescriptions
    - schemas.AbuseiamManualReviewerInfo.properties.credential.items.type
    - schemas.AbuseiamManualReviewerInfo.properties.credential.type
    - schemas.AbuseiamManualReviewerInfo.properties.username.type
    - schemas.AbuseiamManualReviewerInfo.type
    - schemas.AbuseiamVideoReviewData.description
    - schemas.AbuseiamVideoReviewData.id
    - schemas.AbuseiamVideoReviewData.properties.referenceFragment.description
    - schemas.AbuseiamVideoReviewData.properties.referenceFragment.items.format
    - schemas.AbuseiamVideoReviewData.properties.referenceFragment.items.type
    - schemas.AbuseiamVideoReviewData.properties.referenceFragment.type
    - schemas.AbuseiamVideoReviewData.properties.reviewer.$ref
    - schemas.AbuseiamVideoReviewData.properties.reviewer.description
    - schemas.AbuseiamVideoReviewData.properties.videoId.description
    - schemas.AbuseiamVideoReviewData.properties.videoId.type
    - schemas.AbuseiamVideoReviewData.type
    - schemas.AbuseiamVideoReviewer.description
    - schemas.AbuseiamVideoReviewer.id
    - schemas.AbuseiamVideoReviewer.properties.type.enum
    - schemas.AbuseiamVideoReviewer.properties.type.enumDescriptions
    - schemas.AbuseiamVideoReviewer.properties.type.type
    - schemas.AbuseiamVideoReviewer.properties.username.description
    - schemas.AbuseiamVideoReviewer.properties.username.type
    - schemas.AbuseiamVideoReviewer.type
    - schemas.AssistantApiCoreTypesGovernedColor.deprecated
    - schemas.AssistantApiCoreTypesGovernedColor.description
    - schemas.AssistantApiCoreTypesGovernedColor.id
    - schemas.AssistantApiCoreTypesGovernedColor.properties.alpha.description
    - schemas.AssistantApiCoreTypesGovernedColor.properties.alpha.format
    - schemas.AssistantApiCoreTypesGovernedColor.properties.alpha.type
    - schemas.AssistantApiCoreTypesGovernedColor.properties.blue.description
    - schemas.AssistantApiCoreTypesGovernedColor.properties.blue.format
    - schemas.AssistantApiCoreTypesGovernedColor.properties.blue.type
    - schemas.AssistantApiCoreTypesGovernedColor.properties.green.description
    - schemas.AssistantApiCoreTypesGovernedColor.properties.green.format
    - schemas.AssistantApiCoreTypesGovernedColor.properties.green.type
    - schemas.AssistantApiCoreTypesGovernedColor.properties.red.description
    - schemas.AssistantApiCoreTypesGovernedColor.properties.red.format
    - schemas.AssistantApiCoreTypesGovernedColor.properties.red.type
    - schemas.AssistantApiCoreTypesGovernedColor.type
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.deprecated
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.description
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.id
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.properties.agentId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.properties.agentId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.properties.deviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.properties.deviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceConfig.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.deprecated
    - schemas.AssistantApiCoreTypesGovernedDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.id
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.agsaClientInstanceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.agsaClientInstanceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.alloDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.alloDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.canonicalDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.canonicalDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.castDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.castDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.clientInstanceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.clientInstanceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.connectedDockId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.connectedDockId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.deviceConfig.$ref
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.deviceConfig.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.deviceType.deprecated
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.deviceType.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.deviceType.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.homeGraphDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.homeGraphDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.libassistantDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.libassistantDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.multiHotwordArbitrationDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.multiHotwordArbitrationDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.opaIosDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.opaIosDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.quartzDeviceId.description
    - schemas.AssistantApiCoreTypesGovernedDeviceId.properties.quartzDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedDeviceId.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.deprecated
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.category.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.category.enum
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.category.enumDeprecated
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.category.enumDescriptions
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.category.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.characterAlarmMetadata.$ref
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.characterTag.deprecated
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.characterTag.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.entityMid.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.entityMid.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.funtimeMetadata.$ref
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.genMlAlarmMetadata.$ref
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.gentleWakeInfo.$ref
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.gentleWakeInfo.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.onDeviceAlarmMetadata.$ref
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.onDeviceAlarmSound.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.onDeviceAlarmSound.enum
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.onDeviceAlarmSound.enumDescriptions
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.onDeviceAlarmSound.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.properties.routineAlarmMetadata.$ref
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadata.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.agentIds.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.agentIds.items.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.agentIds.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.characterTags.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.characterTags.items.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.characterTags.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.iconUrls.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.iconUrls.items.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.properties.iconUrls.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataCharacterAlarmMetadata.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.agentIds.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.agentIds.items.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.agentIds.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.animationBlob.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.animationBlob.format
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.animationBlob.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.animationUrl.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.animationUrl.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.timerHeroUrl.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.timerHeroUrl.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.ttsServiceRequestBytes.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.ttsServiceRequestBytes.format
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.properties.ttsServiceRequestBytes.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataFuntimeMetadata.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata.properties.isEnabled.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata.properties.ringtoneLabel.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata.properties.ringtoneLabel.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGenMlAlarmMetadata.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.effectDurationMs.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.effectDurationMs.format
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.effectDurationMs.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.isEnabled.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.isEnabled.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.startTimedeltaMs.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.startTimedeltaMs.format
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.properties.startTimedeltaMs.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataGentleWakeInfo.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.onDeviceAlarmSound.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.onDeviceAlarmSound.enum
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.onDeviceAlarmSound.enumDescriptions
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.onDeviceAlarmSound.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.onDeviceAlarmSoundLabel.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.onDeviceAlarmSoundLabel.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.ttsServiceRequestBytes.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.ttsServiceRequestBytes.format
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.properties.ttsServiceRequestBytes.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataOnDeviceAlarmMetadata.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata.id
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata.properties.routineId.description
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata.properties.routineId.type
    - schemas.AssistantApiCoreTypesGovernedRingtoneTaskMetadataRoutineAlarmMetadata.type
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.deprecated
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.description
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.id
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.deviceId.$ref
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.deviceId.description
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.legacySurfaceType.deprecated
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.legacySurfaceType.description
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.legacySurfaceType.enum
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.legacySurfaceType.enumDeprecated
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.legacySurfaceType.enumDescriptions
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.legacySurfaceType.type
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.surfaceType.description
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.surfaceType.enum
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.surfaceType.enumDescriptions
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.surfaceType.type
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.surfaceVersion.$ref
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.properties.surfaceVersion.description
    - schemas.AssistantApiCoreTypesGovernedSurfaceIdentity.type
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.deprecated
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.description
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.id
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.properties.major.format
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.properties.major.type
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.properties.minor.format
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.properties.minor.type
    - schemas.AssistantApiCoreTypesGovernedSurfaceVersion.type
    - schemas.AssistantApiSupportedFeatures.properties.whatsNextSupported.deprecated
    - schemas.AssistantApiSupportedFeatures.properties.whatsNextSupported.description
    - schemas.AssistantApiSupportedFeatures.properties.whatsNextSupported.type
    - schemas.AssistantContextAppProviderId.description
    - schemas.AssistantContextAppProviderId.id
    - schemas.AssistantContextAppProviderId.properties.activityClassName.description
    - schemas.AssistantContextAppProviderId.properties.activityClassName.type
    - schemas.AssistantContextAppProviderId.properties.androidPackageName.description
    - schemas.AssistantContextAppProviderId.properties.androidPackageName.type
    - schemas.AssistantContextAppProviderId.properties.castAppId.description
    - schemas.AssistantContextAppProviderId.properties.castAppId.type
    - schemas.AssistantContextAppProviderId.properties.versionCode.description
    - schemas.AssistantContextAppProviderId.properties.versionCode.format
    - schemas.AssistantContextAppProviderId.properties.versionCode.type
    - schemas.AssistantContextAppProviderId.type
    - schemas.AssistantContextMediaProviderId.deprecated
    - schemas.AssistantContextMediaProviderId.description
    - schemas.AssistantContextMediaProviderId.id
    - schemas.AssistantContextMediaProviderId.properties.androidPackageName.description
    - schemas.AssistantContextMediaProviderId.properties.androidPackageName.type
    - schemas.AssistantContextMediaProviderId.properties.castAppId.description
    - schemas.AssistantContextMediaProviderId.properties.castAppId.type
    - schemas.AssistantContextMediaProviderId.properties.chromeOsPackageName.description
    - schemas.AssistantContextMediaProviderId.properties.chromeOsPackageName.type
    - schemas.AssistantContextMediaProviderId.properties.homeAppPackageName.description
    - schemas.AssistantContextMediaProviderId.properties.homeAppPackageName.type
    - schemas.AssistantContextMediaProviderId.properties.iosBundleIdentifier.description
    - schemas.AssistantContextMediaProviderId.properties.iosBundleIdentifier.type
    - schemas.AssistantContextMediaProviderId.properties.kaiOsPackageName.description
    - schemas.AssistantContextMediaProviderId.properties.kaiOsPackageName.type
    - schemas.AssistantContextMediaProviderId.properties.kgProviderKey.description
    - schemas.AssistantContextMediaProviderId.properties.kgProviderKey.type
    - schemas.AssistantContextMediaProviderId.properties.mid.description
    - schemas.AssistantContextMediaProviderId.properties.mid.type
    - schemas.AssistantContextMediaProviderId.properties.providerVariant.$ref
    - schemas.AssistantContextMediaProviderId.properties.providerVariant.description
    - schemas.AssistantContextMediaProviderId.properties.sipProviderId.description
    - schemas.AssistantContextMediaProviderId.properties.sipProviderId.type
    - schemas.AssistantContextMediaProviderId.type
    - schemas.AssistantContextProviderId.description
    - schemas.AssistantContextProviderId.id
    - schemas.AssistantContextProviderId.properties.appProviderId.$ref
    - schemas.AssistantContextProviderId.properties.appProviderId.deprecated
    - schemas.AssistantContextProviderId.properties.appProviderId.description
    - schemas.AssistantContextProviderId.properties.ecosystemType.description
    - schemas.AssistantContextProviderId.properties.ecosystemType.enum
    - schemas.AssistantContextProviderId.properties.ecosystemType.enumDescriptions
    - schemas.AssistantContextProviderId.properties.ecosystemType.type
    - schemas.AssistantContextProviderId.properties.mediaProviderId.$ref
    - schemas.AssistantContextProviderId.properties.mediaProviderId.deprecated
    - schemas.AssistantContextProviderId.properties.mediaProviderId.description
    - schemas.AssistantContextProviderId.properties.mid.description
    - schemas.AssistantContextProviderId.properties.mid.type
    - schemas.AssistantContextProviderId.properties.providerCorpusId.description
    - schemas.AssistantContextProviderId.properties.providerCorpusId.format
    - schemas.AssistantContextProviderId.properties.providerCorpusId.type
    - schemas.AssistantContextProviderId.properties.providerVariant.$ref
    - schemas.AssistantContextProviderId.properties.providerVariant.description
    - schemas.AssistantContextProviderId.type
    - schemas.AssistantContextProviderSelectionPolicy.description
    - schemas.AssistantContextProviderSelectionPolicy.id
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyAction.description
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyAction.enum
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyAction.enumDescriptions
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyAction.type
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyName.description
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyName.enum
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyName.enumDescriptions
    - schemas.AssistantContextProviderSelectionPolicy.properties.policyName.type
    - schemas.AssistantContextProviderSelectionPolicy.type
    - schemas.AssistantContextProviderSelectionResult.description
    - schemas.AssistantContextProviderSelectionResult.id
    - schemas.AssistantContextProviderSelectionResult.properties.bucketedFinalScore.description
    - schemas.AssistantContextProviderSelectionResult.properties.bucketedFinalScore.enum
    - schemas.AssistantContextProviderSelectionResult.properties.bucketedFinalScore.enumDescriptions
    - schemas.AssistantContextProviderSelectionResult.properties.bucketedFinalScore.type
    - schemas.AssistantContextProviderSelectionResult.properties.finalScore.description
    - schemas.AssistantContextProviderSelectionResult.properties.finalScore.format
    - schemas.AssistantContextProviderSelectionResult.properties.finalScore.type
    - schemas.AssistantContextProviderSelectionResult.properties.policyApplied.description
    - schemas.AssistantContextProviderSelectionResult.properties.policyApplied.items.$ref
    - schemas.AssistantContextProviderSelectionResult.properties.policyApplied.type
    - schemas.AssistantContextProviderSelectionResult.properties.shouldPrune.description
    - schemas.AssistantContextProviderSelectionResult.properties.shouldPrune.type
    - schemas.AssistantContextProviderSelectionResult.type
    - schemas.AssistantContextProviderVariant.description
    - schemas.AssistantContextProviderVariant.id
    - schemas.AssistantContextProviderVariant.properties.emptyMidVariant.enum
    - schemas.AssistantContextProviderVariant.properties.emptyMidVariant.enumDescriptions
    - schemas.AssistantContextProviderVariant.properties.emptyMidVariant.type
    - schemas.AssistantContextProviderVariant.properties.spotifyVariant.enum
    - schemas.AssistantContextProviderVariant.properties.spotifyVariant.enumDescriptions
    - schemas.AssistantContextProviderVariant.properties.spotifyVariant.type
    - schemas.AssistantContextProviderVariant.properties.youtubeVariant.enum
    - schemas.AssistantContextProviderVariant.properties.youtubeVariant.enumDescriptions
    - schemas.AssistantContextProviderVariant.properties.youtubeVariant.type
    - schemas.AssistantContextProviderVariant.type
    - schemas.AssistantGroundingProviderProviderSignalResult.description
    - schemas.AssistantGroundingProviderProviderSignalResult.id
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isDefaultProvider.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isDefaultProvider.type
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isForegroundProvider.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isForegroundProvider.type
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isInAppProvider.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isInAppProvider.type
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isInstalled.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isInstalled.type
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isLastUsedProvider.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isLastUsedProvider.type
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isQueryRestrictedProvider.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.isQueryRestrictedProvider.type
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.providerSelectionResult.$ref
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.providerSelectionResult.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.providerTypeSignal.description
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.providerTypeSignal.enum
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.providerTypeSignal.enumDescriptions
    - schemas.AssistantGroundingProviderProviderSignalResult.properties.providerTypeSignal.type
    - schemas.AssistantGroundingProviderProviderSignalResult.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.id
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed14dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed14dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed14dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed1dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed1dHalfLife.description
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed1dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed1dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed7dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed7dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayed7dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedAccepted14dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedAccepted14dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedAccepted14dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedAuis14dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedAuis14dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedAuis14dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedCanceled14dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedCanceled14dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedCanceled14dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedDeclined14dHalfLife.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedDeclined14dHalfLife.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeDecayedDeclined14dHalfLife.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButOneCanceledActionSecs.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButOneCanceledActionSecs.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButOneCanceledActionSecs.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButOneCompletedActionSecs.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButOneCompletedActionSecs.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButOneCompletedActionSecs.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButTwoCanceledActionSecs.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButTwoCanceledActionSecs.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButTwoCanceledActionSecs.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButTwoCompletedActionSecs.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButTwoCompletedActionSecs.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastButTwoCompletedActionSecs.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCanceledActionSecs.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCanceledActionSecs.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCanceledActionSecs.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCompletedActionSecs.deprecated
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCompletedActionSecs.description
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCompletedActionSecs.format
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.properties.timeSinceLastCompletedActionSecs.type
    - schemas.AssistantGroundingRankerAssistantInteractionFeatures.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.conceptId.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.conceptId.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.contactSource.enum
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.contactSource.enumDescriptions
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.contactSource.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isRelationshipFromAnnotation.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isRelationshipFromAnnotation.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isRelationshipFromSource.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isRelationshipFromSource.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isSingleCandidate.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isSingleCandidate.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isStarred.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.isStarred.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.matchedNameType.enum
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.matchedNameType.enumDescriptions
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.matchedNameType.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNameFromFuzzyContactMatch.deprecated
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNameFromFuzzyContactMatch.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNameFromFuzzyContactMatch.format
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNameFromFuzzyContactMatch.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNamesFromS3.deprecated
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNamesFromS3.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNamesFromS3.format
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternateNamesFromS3.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternativeNamesFromInterpretation.deprecated
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternativeNamesFromInterpretation.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternativeNamesFromInterpretation.format
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numAlternativeNamesFromInterpretation.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numCandidates.deprecated
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numCandidates.description
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numCandidates.format
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.numCandidates.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.recognitionAlternateSource.enum
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.recognitionAlternateSource.enumDescriptions
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.properties.recognitionAlternateSource.type
    - schemas.AssistantGroundingRankerContactGroundingProviderFeatures.type
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.description
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.id
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.aggregateAffinity.deprecated
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.aggregateAffinity.format
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.aggregateAffinity.type
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.callAffinity.deprecated
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.callAffinity.format
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.callAffinity.type
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.messageAffinity.deprecated
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.messageAffinity.format
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.properties.messageAffinity.type
    - schemas.AssistantGroundingRankerDeviceContactAffinityFeatures.type
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.deviceId.$ref
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.deviceId.description
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.deviceTargetingFeatures.$ref
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.deviceTargetingFeatures.description
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.deviceTargetingLabels.$ref
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.deviceTargetingLabels.description
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.surfaceIdentity.$ref
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.properties.surfaceIdentity.description
    - schemas.AssistantGroundingRankerDeviceGroundingProviderFeatures.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeatures.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeatures.id
    - schemas.AssistantGroundingRankerDeviceTargetingFeatures.properties.properties.$ref
    - schemas.AssistantGroundingRankerDeviceTargetingFeatures.properties.states.$ref
    - schemas.AssistantGroundingRankerDeviceTargetingFeatures.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.id
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.deviceModelId.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.deviceModelId.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.isOwnedBySpeaker.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.isOwnedBySpeaker.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.surfaceType.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.surfaceType.enum
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.surfaceType.enumDescriptions
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.properties.surfaceType.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesProperties.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.id
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.distance.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.distance.enum
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.distance.enumDescriptions
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.distance.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasBufferingMediaSession.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasBufferingMediaSession.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasPausedMediaSession.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasPausedMediaSession.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasPlayingMediaSession.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.hasPlayingMediaSession.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameRoomAsHearingDevice.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameRoomAsHearingDevice.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameRoomAsLocalDevice.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameRoomAsLocalDevice.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameStructureAsHearingDevice.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameStructureAsHearingDevice.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameStructureAsLocalDevice.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.inSameStructureAsLocalDevice.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isDocked.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isDocked.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isLocal.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isLocal.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isLocked.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isLocked.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isTethered.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.isTethered.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromHearingDevice.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromHearingDevice.enum
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromHearingDevice.enumDescriptions
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromHearingDevice.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromLocalDevice.description
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromLocalDevice.enum
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromLocalDevice.enumDescriptions
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.properties.mediaFocusStateFromLocalDevice.type
    - schemas.AssistantGroundingRankerDeviceTargetingFeaturesStates.type
    - schemas.AssistantGroundingRankerDeviceTargetingLabels.description
    - schemas.AssistantGroundingRankerDeviceTargetingLabels.id
    - schemas.AssistantGroundingRankerDeviceTargetingLabels.properties.isSelectedByLumos.description
    - schemas.AssistantGroundingRankerDeviceTargetingLabels.properties.isSelectedByLumos.type
    - schemas.AssistantGroundingRankerDeviceTargetingLabels.type
    - schemas.AssistantGroundingRankerEndpointGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerEndpointGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerEndpointGroundingProviderFeatures.properties.isUserConfirmed.description
    - schemas.AssistantGroundingRankerEndpointGroundingProviderFeatures.properties.isUserConfirmed.type
    - schemas.AssistantGroundingRankerEndpointGroundingProviderFeatures.type
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.properties.contactGroundingProviderFeatures.$ref
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.properties.deviceGroundingProviderFeatures.$ref
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.properties.endpointGroundingProviderFeatures.$ref
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.properties.mediaGroundingProviderFeatures.$ref
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.properties.podcastGroundingProviderFeatures.$ref
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.properties.providerGroundingProviderFeatures.$ref
    - schemas.AssistantGroundingRankerGroundingProviderFeatures.type
    - schemas.AssistantGroundingRankerLaaFeature.id
    - schemas.AssistantGroundingRankerLaaFeature.properties.name.type
    - schemas.AssistantGroundingRankerLaaFeature.properties.value.format
    - schemas.AssistantGroundingRankerLaaFeature.properties.value.type
    - schemas.AssistantGroundingRankerLaaFeature.type
    - schemas.AssistantGroundingRankerLaaFeatures.id
    - schemas.AssistantGroundingRankerLaaFeatures.properties.bindingSet.$ref
    - schemas.AssistantGroundingRankerLaaFeatures.properties.bindingSet.deprecated
    - schemas.AssistantGroundingRankerLaaFeatures.properties.communicationEndpoint.$ref
    - schemas.AssistantGroundingRankerLaaFeatures.properties.communicationEndpoint.deprecated
    - schemas.AssistantGroundingRankerLaaFeatures.properties.contact.$ref
    - schemas.AssistantGroundingRankerLaaFeatures.properties.contact.deprecated
    - schemas.AssistantGroundingRankerLaaFeatures.properties.features.items.$ref
    - schemas.AssistantGroundingRankerLaaFeatures.properties.features.type
    - schemas.AssistantGroundingRankerLaaFeatures.properties.provider.$ref
    - schemas.AssistantGroundingRankerLaaFeatures.properties.provider.deprecated
    - schemas.AssistantGroundingRankerLaaFeatures.type
    - schemas.AssistantGroundingRankerLaaFeaturesBindingSet.id
    - schemas.AssistantGroundingRankerLaaFeaturesBindingSet.properties.assistantInteractionFeatures.$ref
    - schemas.AssistantGroundingRankerLaaFeaturesBindingSet.properties.assistantInteractionFeatures.deprecated
    - schemas.AssistantGroundingRankerLaaFeaturesBindingSet.type
    - schemas.AssistantGroundingRankerLaaFeaturesCommunicationEndpoint.id
    - schemas.AssistantGroundingRankerLaaFeaturesCommunicationEndpoint.properties.assistantInteractionFeatures.$ref
    - schemas.AssistantGroundingRankerLaaFeaturesCommunicationEndpoint.properties.assistantInteractionFeatures.deprecated
    - schemas.AssistantGroundingRankerLaaFeaturesCommunicationEndpoint.type
    - schemas.AssistantGroundingRankerLaaFeaturesContact.id
    - schemas.AssistantGroundingRankerLaaFeaturesContact.properties.assistantInteractionFeatures.$ref
    - schemas.AssistantGroundingRankerLaaFeaturesContact.properties.assistantInteractionFeatures.deprecated
    - schemas.AssistantGroundingRankerLaaFeaturesContact.properties.deviceContactAffinityFeatures.$ref
    - schemas.AssistantGroundingRankerLaaFeaturesContact.properties.deviceContactAffinityFeatures.deprecated
    - schemas.AssistantGroundingRankerLaaFeaturesContact.type
    - schemas.AssistantGroundingRankerLaaFeaturesProvider.id
    - schemas.AssistantGroundingRankerLaaFeaturesProvider.properties.assistantInteractionFeatures.$ref
    - schemas.AssistantGroundingRankerLaaFeaturesProvider.properties.assistantInteractionFeatures.deprecated
    - schemas.AssistantGroundingRankerLaaFeaturesProvider.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.albumReleaseType.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.albumReleaseType.enum
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.albumReleaseType.enumDescriptions
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.albumReleaseType.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.ambiguityClassifier.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.ambiguityClassifier.enum
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.ambiguityClassifier.enumDescriptions
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.ambiguityClassifier.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.entityMid.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.entityMid.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.hasCastVideoDeeplink.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.hasCastVideoDeeplink.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.hasTypeSemanticEdge.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.hasTypeSemanticEdge.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isCastVideo.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isCastVideo.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isExclusiveOriginalProvider.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isExclusiveOriginalProvider.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isMediaSearchQuerySubsetOfEntityNameAndArtist.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isMediaSearchQuerySubsetOfEntityNameAndArtist.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isMostRecentSongAlbumAmbiguous.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isSeedRadio.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isSeedRadio.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isSeedRadioRequest.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isSeedRadioRequest.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isSelfReportedSvodProvider.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isSelfReportedSvodProvider.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isYoutubeMusicSeeking.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.isYoutubeMusicSeeking.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaAccountType.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaAccountType.enum
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaAccountType.enumDescriptions
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaAccountType.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaContentType.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaContentType.enum
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaContentType.enumDeprecated
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaContentType.enumDescriptions
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mediaContentType.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mscRate.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mscRate.format
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.mscRate.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.scubedPSaiMusic.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.scubedPSaiMusic.format
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.scubedPSaiMusic.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.scubedPSaiTvm.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.scubedPSaiTvm.format
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.scubedPSaiTvm.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.type.description
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.type.enum
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.type.enumDescriptions
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.type.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.youtubeConfidenceScore.format
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.properties.youtubeConfidenceScore.type
    - schemas.AssistantGroundingRankerMediaGroundingProviderFeatures.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.isExclusive.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.isExclusive.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.podcastListenersCount.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.podcastListenersCount.format
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.podcastListenersCount.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.popularityScore.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.popularityScore.format
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.popularityScore.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.scubedNg3ModelScore.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.scubedNg3ModelScore.format
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.scubedNg3ModelScore.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.scubedTstarScore.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.scubedTstarScore.format
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.scubedTstarScore.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.youtubeConfidenceScore.description
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.youtubeConfidenceScore.format
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.properties.youtubeConfidenceScore.type
    - schemas.AssistantGroundingRankerPodcastGroundingProviderFeatures.type
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.description
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.id
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerClusterIds.description
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerClusterIds.items.format
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerClusterIds.items.type
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerClusterIds.type
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerId.$ref
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerId.description
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerSignalResult.$ref
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.providerSignalResult.description
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.pslScore.description
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.pslScore.format
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.properties.pslScore.type
    - schemas.AssistantGroundingRankerProviderGroundingProviderFeatures.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetAuis.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetAuis.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetAuis.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetInvalidReason.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetInvalidReason.enum
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetInvalidReason.enumDescriptions
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetInvalidReason.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetPauis.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetPauis.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetPauis.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetValidity.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetValidity.enum
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetValidity.enumDescriptions
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.bindingSetValidity.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.groundabilityScore.deprecated
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.groundabilityScore.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.groundabilityScore.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.groundabilityScore.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.groundingProviderFeatures.$ref
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.groundingProviderFeatures.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.intentNamePauis.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.intentNamePauis.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.intentNamePauis.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.isFeasible.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.isFeasible.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.laaFeatures.$ref
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.laaFeatures.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.maskCandidateLevelFeatures.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.maskCandidateLevelFeatures.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numAlternativeHypothesis.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numAlternativeHypothesis.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numAlternativeHypothesis.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numVariables.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numVariables.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numVariables.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numVariablesGrounded.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numVariablesGrounded.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.numVariablesGrounded.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.rankerName.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.rankerName.enum
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.rankerName.enumDescriptions
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.rankerName.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.topHypothesisConfidence.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.topHypothesisConfidence.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.topHypothesisConfidence.type
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.verticalConfidenceScore.description
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.verticalConfidenceScore.format
    - schemas.AssistantPrefulfillmentRankerPrefulfillmentSignals.properties.verticalConfidenceScore.type
    - schemas.ClassifierPornSiteData.properties.violenceStats.$ref
    - schemas.ClassifierPornSiteData.properties.violenceStats.deprecated
    - schemas.ClassifierPornSiteViolenceStats.description
    - schemas.ClassifierPornSiteViolenceStats.id
    - schemas.ClassifierPornSiteViolenceStats.properties.meanFinalViolenceScore.format
    - schemas.ClassifierPornSiteViolenceStats.properties.meanFinalViolenceScore.type
    - schemas.ClassifierPornSiteViolenceStats.properties.numberOfImages.format
    - schemas.ClassifierPornSiteViolenceStats.properties.numberOfImages.type
    - schemas.ClassifierPornSiteViolenceStats.properties.numberOfVideos.format
    - schemas.ClassifierPornSiteViolenceStats.properties.numberOfVideos.type
    - schemas.ClassifierPornSiteViolenceStats.properties.videoViolenceScore.format
    - schemas.ClassifierPornSiteViolenceStats.properties.videoViolenceScore.type
    - schemas.ClassifierPornSiteViolenceStats.type
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksChecksum.deprecated
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksChecksum.description
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksChecksum.format
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksChecksum.type
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksCount.deprecated
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksCount.description
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksCount.format
    - schemas.CrawlerChangerateUrlVersion.properties.offDomainLinksCount.type
    - schemas.CrawlerChangerateUrlVersion.properties.onDomainLinksCount.deprecated
    - schemas.CrawlerChangerateUrlVersion.properties.onDomainLinksCount.description
    - schemas.CrawlerChangerateUrlVersion.properties.onDomainLinksCount.format
    - schemas.CrawlerChangerateUrlVersion.properties.onDomainLinksCount.type
    - schemas.CrawlerChangerateUrlVersion.properties.tile.deprecated
    - schemas.CrawlerChangerateUrlVersion.properties.tile.description
    - schemas.CrawlerChangerateUrlVersion.properties.tile.items.format
    - schemas.CrawlerChangerateUrlVersion.properties.tile.items.type
    - schemas.CrawlerChangerateUrlVersion.properties.tile.type
    - schemas.GeostoreCityJsonProto.properties.vertexXyz.description
    - schemas.GeostoreCityJsonProto.properties.vertexXyz.items.format
    - schemas.GeostoreCityJsonProto.properties.vertexXyz.items.type
    - schemas.GeostoreCityJsonProto.properties.vertexXyz.type
    - schemas.GeostoreIntersectionProto.properties.tollClusterId.$ref
    - schemas.GeostoreIntersectionProto.properties.tollClusterId.description
    - schemas.GeostoreRo…
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    158a106 View commit details
    Browse the repository at this point in the history
  62. fix(customsearch): update the API

    #### customsearch:v1
    
    The following keys were changed:
    - resources.cse.methods.list.parameters.snippetLength.description
    - resources.cse.resources.siterestrict.methods.list.parameters.snippetLength.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    da52817 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    3d21473 View commit details
    Browse the repository at this point in the history
  64. feat(dataflow): update the API

    #### dataflow:v1b3
    
    The following keys were added:
    - schemas.StreamingConfigTask.properties.operationalLimits.$ref
    - schemas.StreamingConfigTask.properties.operationalLimits.description
    - schemas.StreamingOperationalLimits.description
    - schemas.StreamingOperationalLimits.id
    - schemas.StreamingOperationalLimits.properties.maxBagElementBytes.description
    - schemas.StreamingOperationalLimits.properties.maxBagElementBytes.format
    - schemas.StreamingOperationalLimits.properties.maxBagElementBytes.type
    - schemas.StreamingOperationalLimits.properties.maxGlobalDataBytes.description
    - schemas.StreamingOperationalLimits.properties.maxGlobalDataBytes.format
    - schemas.StreamingOperationalLimits.properties.maxGlobalDataBytes.type
    - schemas.StreamingOperationalLimits.properties.maxKeyBytes.description
    - schemas.StreamingOperationalLimits.properties.maxKeyBytes.format
    - schemas.StreamingOperationalLimits.properties.maxKeyBytes.type
    - schemas.StreamingOperationalLimits.properties.maxProductionOutputBytes.description
    - schemas.StreamingOperationalLimits.properties.maxProductionOutputBytes.format
    - schemas.StreamingOperationalLimits.properties.maxProductionOutputBytes.type
    - schemas.StreamingOperationalLimits.properties.maxSortedListElementBytes.description
    - schemas.StreamingOperationalLimits.properties.maxSortedListElementBytes.format
    - schemas.StreamingOperationalLimits.properties.maxSortedListElementBytes.type
    - schemas.StreamingOperationalLimits.properties.maxSourceStateBytes.description
    - schemas.StreamingOperationalLimits.properties.maxSourceStateBytes.format
    - schemas.StreamingOperationalLimits.properties.maxSourceStateBytes.type
    - schemas.StreamingOperationalLimits.properties.maxTagBytes.description
    - schemas.StreamingOperationalLimits.properties.maxTagBytes.format
    - schemas.StreamingOperationalLimits.properties.maxTagBytes.type
    - schemas.StreamingOperationalLimits.properties.maxValueBytes.description
    - schemas.StreamingOperationalLimits.properties.maxValueBytes.format
    - schemas.StreamingOperationalLimits.properties.maxValueBytes.type
    - schemas.StreamingOperationalLimits.type
    - schemas.TemplateMetadata.properties.defaultStreamingMode.description
    - schemas.TemplateMetadata.properties.defaultStreamingMode.type
    
    The following keys were changed:
    - schemas.Environment.properties.serviceOptions.description
    - schemas.Job.properties.environment.description
    - schemas.Job.properties.name.description
    - schemas.Job.properties.type.description
    - schemas.ParameterMetadata.properties.paramType.enum
    - schemas.ParameterMetadata.properties.paramType.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a866343 View commit details
    Browse the repository at this point in the history
  65. feat(dataform)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### dataform:v1beta1
    
    The following keys were deleted:
    - schemas.WorkflowConfig.properties.name.readOnly
    
    The following keys were added:
    - resources.projects.resources.locations.resources.repositories.resources.compilationResults.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.repositories.resources.compilationResults.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.repositories.resources.compilationResults.methods.list.parameters.orderBy.type
    - schemas.BigQueryAction.properties.jobId.description
    - schemas.BigQueryAction.properties.jobId.readOnly
    - schemas.BigQueryAction.properties.jobId.type
    - schemas.CodeCompilationConfig.properties.defaultNotebookRuntimeOptions.$ref
    - schemas.CompilationResultAction.properties.notebook.$ref
    - schemas.CompilationResultAction.properties.notebook.description
    - schemas.Notebook.id
    - schemas.Notebook.properties.contents.description
    - schemas.Notebook.properties.contents.type
    - schemas.Notebook.properties.dependencyTargets.description
    - schemas.Notebook.properties.dependencyTargets.items.$ref
    - schemas.Notebook.properties.dependencyTargets.type
    - schemas.Notebook.properties.disabled.description
    - schemas.Notebook.properties.disabled.type
    - schemas.Notebook.properties.tags.description
    - schemas.Notebook.properties.tags.items.type
    - schemas.Notebook.properties.tags.type
    - schemas.Notebook.type
    - schemas.NotebookAction.description
    - schemas.NotebookAction.id
    - schemas.NotebookAction.properties.contents.description
    - schemas.NotebookAction.properties.contents.readOnly
    - schemas.NotebookAction.properties.contents.type
    - schemas.NotebookAction.properties.jobId.description
    - schemas.NotebookAction.properties.jobId.readOnly
    - schemas.NotebookAction.properties.jobId.type
    - schemas.NotebookAction.type
    - schemas.NotebookRuntimeOptions.id
    - schemas.NotebookRuntimeOptions.properties.gcsOutputBucket.description
    - schemas.NotebookRuntimeOptions.properties.gcsOutputBucket.type
    - schemas.NotebookRuntimeOptions.type
    - schemas.WorkflowInvocationAction.properties.notebookAction.$ref
    - schemas.WorkflowInvocationAction.properties.notebookAction.description
    - schemas.WorkflowInvocationAction.properties.notebookAction.readOnly
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.repositories.resources.workflowConfigs.methods.patch.parameters.name.description
    - schemas.WorkflowConfig.properties.name.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cbe01d9 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    1742d8e View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    8169d76 View commit details
    Browse the repository at this point in the history
  68. feat(datamigration): update the API

    #### datamigration:v1
    
    The following keys were added:
    - schemas.IndexEntity.properties.tableColumnsDescending.description
    - schemas.IndexEntity.properties.tableColumnsDescending.items.type
    - schemas.IndexEntity.properties.tableColumnsDescending.type
    - schemas.MigrationJob.properties.dumpType.description
    - schemas.MigrationJob.properties.dumpType.enum
    - schemas.MigrationJob.properties.dumpType.enumDescriptions
    - schemas.MigrationJob.properties.dumpType.type
    - schemas.ResumeMigrationJobRequest.properties.skipValidation.description
    - schemas.ResumeMigrationJobRequest.properties.skipValidation.type
    
    The following keys were changed:
    - schemas.MigrationJob.properties.performanceConfig.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fa1e91c View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    254113c View commit details
    Browse the repository at this point in the history
  70. feat(dataplex)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### dataplex:v1
    
    The following keys were deleted:
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.description.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.description.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.description.type
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.displayName.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.displayName.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.displayName.type
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.entry.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.entry.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.entry.type
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.entryType.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.entryType.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.entryType.type
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.fullyQualifiedName.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.fullyQualifiedName.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.fullyQualifiedName.type
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.modifyTime.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.modifyTime.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.modifyTime.format
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.modifyTime.type
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.relativeResource.deprecated
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.relativeResource.description
    - schemas.GoogleCloudDataplexV1SearchEntriesResult.properties.relativeResource.type
    
    The following keys were added:
    - schemas.GoogleCloudDataplexV1DataQualityRule.properties.sqlAssertion.$ref
    - schemas.GoogleCloudDataplexV1DataQualityRule.properties.sqlAssertion.description
    - schemas.GoogleCloudDataplexV1DataQualityRuleResult.properties.assertionRowCount.description
    - schemas.GoogleCloudDataplexV1DataQualityRuleResult.properties.assertionRowCount.format
    - schemas.GoogleCloudDataplexV1DataQualityRuleResult.properties.assertionRowCount.readOnly
    - schemas.GoogleCloudDataplexV1DataQualityRuleResult.properties.assertionRowCount.type
    - schemas.GoogleCloudDataplexV1DataQualityRuleSqlAssertion.description
    - schemas.GoogleCloudDataplexV1DataQualityRuleSqlAssertion.id
    - schemas.GoogleCloudDataplexV1DataQualityRuleSqlAssertion.properties.sqlStatement.description
    - schemas.GoogleCloudDataplexV1DataQualityRuleSqlAssertion.properties.sqlStatement.type
    - schemas.GoogleCloudDataplexV1DataQualityRuleSqlAssertion.type
    - schemas.GoogleCloudDataplexV1DataQualityScanRuleResult.properties.assertionRowCount.description
    - schemas.GoogleCloudDataplexV1DataQualityScanRuleResult.properties.assertionRowCount.format
    - schemas.GoogleCloudDataplexV1DataQualityScanRuleResult.properties.assertionRowCount.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.entryGroups.resources.entries.methods.list.parameters.filter.description
    - schemas.GoogleCloudDataplexV1DataQualityScanRuleResult.properties.ruleType.enum
    - schemas.GoogleCloudDataplexV1DataQualityScanRuleResult.properties.ruleType.enumDescriptions
    - schemas.GoogleCloudDataplexV1Entry.properties.aspects.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5e2388c View commit details
    Browse the repository at this point in the history
  71. feat(dataportability)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### dataportability:v1beta
    
    The following keys were deleted:
    - auth.oauth2.scopes.https://www.googleapis.com/auth/dataportability.alerts.subscriptions.description
    - auth.oauth2.scopes.https://www.googleapis.com/auth/dataportability.maps.post_trip_feedback.description
    
    The following keys were changed:
    - resources.archiveJobs.methods.getPortabilityArchiveState.scopes
    - resources.archiveJobs.methods.retry.scopes
    - resources.authorization.methods.reset.scopes
    - resources.portabilityArchive.methods.initiate.scopes
    
    #### dataportability:v1
    
    The following keys were deleted:
    - auth.oauth2.scopes.https://www.googleapis.com/auth/dataportability.alerts.subscriptions.description
    - auth.oauth2.scopes.https://www.googleapis.com/auth/dataportability.maps.post_trip_feedback.description
    
    The following keys were changed:
    - resources.archiveJobs.methods.getPortabilityArchiveState.scopes
    - resources.archiveJobs.methods.retry.scopes
    - resources.authorization.methods.reset.scopes
    - resources.portabilityArchive.methods.initiate.scopes
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    12009f1 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    ec268d1 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    2ec6ac7 View commit details
    Browse the repository at this point in the history
  74. feat(datastream): update the API

    #### datastream:v1
    
    The following keys were added:
    - schemas.AppendOnly.description
    - schemas.AppendOnly.id
    - schemas.AppendOnly.type
    - schemas.BigQueryDestinationConfig.properties.appendOnly.$ref
    - schemas.BigQueryDestinationConfig.properties.appendOnly.description
    - schemas.BigQueryDestinationConfig.properties.merge.$ref
    - schemas.BigQueryDestinationConfig.properties.merge.description
    - schemas.Merge.description
    - schemas.Merge.id
    - schemas.Merge.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f0e8391 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    ff4afeb View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    f201be1 View commit details
    Browse the repository at this point in the history
  77. feat(dialogflow): update the API

    #### dialogflow:v2beta1
    
    The following keys were added:
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.description
    
    #### dialogflow:v3beta1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.flatPath
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.id
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.path
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.delete.scopes
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.flatPath
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.httpMethod
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.id
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.path
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.response.$ref
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.get.scopes
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.flatPath
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.httpMethod
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.id
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.path
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.response.$ref
    - resources.projects.resources.locations.resources.agents.resources.conversations.methods.list.scopes
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1Agent.properties.enableMultiLanguageTraining.description
    - schemas.GoogleCloudDialogflowCxV3beta1Agent.properties.enableMultiLanguageTraining.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.id
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.duration.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.duration.format
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.duration.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.environment.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.environment.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flowVersions.additionalProperties.format
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flowVersions.additionalProperties.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flowVersions.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flowVersions.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flows.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flows.items.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.flows.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.intents.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.intents.items.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.intents.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.interactions.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.interactions.items.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.interactions.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.languageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.languageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.metrics.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.metrics.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.name.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.name.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.pages.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.pages.items.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.pages.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.startTime.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.startTime.format
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.startTime.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.type.description
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.type.enum
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.type.enumDescriptions
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.properties.type.type
    - schemas.GoogleCloudDialogflowCxV3beta1Conversation.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.id
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.createTime.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.createTime.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.createTime.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.missingTransition.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.missingTransition.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.partialResponses.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.partialResponses.items.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.partialResponses.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.request.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.request.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.requestUtterances.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.requestUtterances.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.response.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.response.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.responseUtterances.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.responseUtterances.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.id
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.properties.intentDisplayName.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.properties.intentDisplayName.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.properties.score.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.properties.score.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.properties.score.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteractionMissingTransition.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.id
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.averageMatchConfidence.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.averageMatchConfidence.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.averageMatchConfidence.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.hasEndInteraction.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.hasEndInteraction.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.hasLiveAgentHandoff.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.hasLiveAgentHandoff.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.inputAudioDuration.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.inputAudioDuration.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.inputAudioDuration.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.interactionCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.interactionCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.interactionCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.matchTypeCount.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.matchTypeCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.maxWebhookLatency.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.maxWebhookLatency.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.maxWebhookLatency.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.outputAudioDuration.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.outputAudioDuration.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.outputAudioDuration.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.queryInputCount.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.properties.queryInputCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetrics.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.id
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.directIntentCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.directIntentCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.directIntentCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.eventCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.eventCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.eventCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.intentCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.intentCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.intentCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.noInputCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.noInputCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.noInputCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.noMatchCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.noMatchCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.noMatchCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.parameterFillingCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.parameterFillingCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.parameterFillingCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.unspecifiedCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.unspecifiedCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.properties.unspecifiedCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsMatchTypeCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.id
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.audioCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.audioCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.audioCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.dtmfCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.dtmfCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.dtmfCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.eventCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.eventCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.eventCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.intentCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.intentCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.intentCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.textCount.description
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.textCount.format
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.properties.textCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1ConversationMetricsQueryInputCount.type
    - schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.session.description
    - schemas.GoogleCloudDialogflowCxV3beta1DetectIntentRequest.properties.session.type
    - schemas.GoogleCloudDialogflowCxV3beta1Flow.properties.multiLanguageSettings.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1Flow.properties.multiLanguageSettings.description
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.description
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.id
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.properties.enableMultiLanguageDetection.description
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.properties.enableMultiLanguageDetection.type
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.properties.supportedResponseLanguageCodes.description
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.properties.supportedResponseLanguageCodes.items.type
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.properties.supportedResponseLanguageCodes.type
    - schemas.GoogleCloudDialogflowCxV3beta1FlowMultiLanguageSettings.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.description
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.id
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.properties.conversations.description
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.properties.conversations.items.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.properties.conversations.type
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.properties.nextPageToken.description
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.properties.nextPageToken.type
    - schemas.GoogleCloudDialogflowCxV3beta1ListConversationsResponse.type
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.description
    
    #### dialogflow:v2
    
    The following keys were added:
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.description
    
    #### dialogflow:v3
    
    The following keys were added:
    - schemas.GoogleCloudDialogflowCxV3Agent.properties.enableMultiLanguageTraining.description
    - schemas.GoogleCloudDialogflowCxV3Agent.properties.enableMultiLanguageTraining.type
    - schemas.GoogleCloudDialogflowCxV3Flow.properties.multiLanguageSettings.$ref
    - schemas.GoogleCloudDialogflowCxV3Flow.properties.multiLanguageSettings.description
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.description
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.id
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.properties.enableMultiLanguageDetection.description
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.properties.enableMultiLanguageDetection.type
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.properties.supportedResponseLanguageCodes.description
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.properties.supportedResponseLanguageCodes.items.type
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.properties.supportedResponseLanguageCodes.type
    - schemas.GoogleCloudDialogflowCxV3FlowMultiLanguageSettings.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3WebhookRequest.properties.languageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.id
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.format
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.confidenceScore.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.inputLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.description
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.properties.resolvedLanguageCode.type
    - schemas.GoogleCloudDialogflowCxV3beta1LanguageInfo.type
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.$ref
    - schemas.GoogleCloudDialogflowCxV3beta1WebhookRequest.properties.languageInfo.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7c5eb85 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    04b21f7 View commit details
    Browse the repository at this point in the history
  79. feat(discovery): update the API

    #### discovery:v1
    
    The following keys were added:
    - schemas.RestMethod.properties.apiVersion.description
    - schemas.RestMethod.properties.apiVersion.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    022d677 View commit details
    Browse the repository at this point in the history
  80. feat(discoveryengine): update the API

    #### discoveryengine:v1alpha
    
    The following keys were added:
    - resources.projects.methods.get.description
    - resources.projects.methods.get.flatPath
    - resources.projects.methods.get.httpMethod
    - resources.projects.methods.get.id
    - resources.projects.methods.get.parameterOrder
    - resources.projects.methods.get.parameters.name.description
    - resources.projects.methods.get.parameters.name.location
    - resources.projects.methods.get.parameters.name.pattern
    - resources.projects.methods.get.parameters.name.required
    - resources.projects.methods.get.parameters.name.type
    - resources.projects.methods.get.path
    - resources.projects.methods.get.response.$ref
    - resources.projects.methods.get.scopes
    - resources.projects.methods.provision.description
    - resources.projects.methods.provision.flatPath
    - resources.projects.methods.provision.httpMethod
    - resources.projects.methods.provision.id
    - resources.projects.methods.provision.parameterOrder
    - resources.projects.methods.provision.parameters.name.description
    - resources.projects.methods.provision.parameters.name.location
    - resources.projects.methods.provision.parameters.name.pattern
    - resources.projects.methods.provision.parameters.name.required
    - resources.projects.methods.provision.parameters.name.type
    - resources.projects.methods.provision.path
    - resources.projects.methods.provision.request.$ref
    - resources.projects.methods.provision.response.$ref
    - resources.projects.methods.provision.scopes
    - resources.projects.methods.reportConsentChange.description
    - resources.projects.methods.reportConsentChange.flatPath
    - resources.projects.methods.reportConsentChange.httpMethod
    - resources.projects.methods.reportConsentChange.id
    - resources.projects.methods.reportConsentChange.parameterOrder
    - resources.projects.methods.reportConsentChange.parameters.project.description
    - resources.projects.methods.reportConsentChange.parameters.project.location
    - resources.projects.methods.reportConsentChange.parameters.project.pattern
    - resources.projects.methods.reportConsentChange.parameters.project.required
    - resources.projects.methods.reportConsentChange.parameters.project.type
    - resources.projects.methods.reportConsentChange.path
    - resources.projects.methods.reportConsentChange.request.$ref
    - resources.projects.methods.reportConsentChange.response.$ref
    - resources.projects.methods.reportConsentChange.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.request.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.servingConfigs.methods.answer.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.request.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.create.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.delete.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.get.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.list.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.methods.patch.scopes
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.flatPath
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.id
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.path
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.dataStores.resources.sessions.resources.answers.methods.get.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.parameters.servingConfig.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.parameters.servingConfig.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.parameters.servingConfig.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.parameters.servingConfig.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.parameters.servingConfig.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.request.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.servingConfigs.methods.answer.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.request.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.create.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.delete.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.get.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.list.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.methods.patch.scopes
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.flatPath
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.httpMethod
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.id
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.path
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.response.$ref
    - resources.projects.resources.locations.resources.collections.resources.engines.resources.sessions.resources.answers.methods.get.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.description
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.id
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.description
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.location
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.required
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.parameters.servingConfig.type
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.path
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.request.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.servingConfigs.methods.answer.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.id
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.path
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.request.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.create.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.id
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.path
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.delete.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.id
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.path
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.get.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.id
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.path
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.list.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.id
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.path
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.methods.patch.scopes
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.flatPath
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.httpMethod
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.id
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.path
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.response.$ref
    - resources.projects.resources.locations.resources.dataStores.resources.sessions.resources.answers.methods.get.scopes
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.description
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.flatPath
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.httpMethod
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.id
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.path
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.response.$ref
    - resources.projects.resources.locations.resources.evaluations.resources.operations.methods.get.scopes
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.description
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.flatPath
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.httpMethod
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.id
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.parameterOrder
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.parameters.groundingConfig.description
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.parameters.groundingConfig.location
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.parameters.groundingConfig.pattern
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.parameters.groundingConfig.required
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.parameters.groundingConfig.type
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.path
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.request.$ref
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.response.$ref
    - resources.projects.resources.locations.resources.groundingConfigs.methods.check.scopes
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.description
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.flatPath
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.httpMethod
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.id
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.parameterOrder
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.parameters.rankingConfig.description
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.parameters.rankingConfig.location
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.parameters.rankingConfig.pattern
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.parameters.rankingConfig.required
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.parameters.rankingConfig.type
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.path
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.request.$ref
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.response.$ref
    - resources.projects.resources.locations.resources.rankingConfigs.methods.rank.scopes
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.description
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.flatPath
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.httpMethod
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.id
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.path
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.response.$ref
    - resources.projects.resources.locations.resources.sampleQuerySets.resources.operations.methods.get.scopes
    - resources.projects.resources.locations.resources.userEvents.methods.write.description
    - resources.projects.resources.locations.resources.userEvents.methods.write.flatPath
    - resources.projects.resources.locations.resources.userEvents.methods.write.httpMethod
    - resources.projects.resources.locations.resources.userEvents.methods.write.id
    - resources.projects.resources.locations.resources.userEvents.methods.write.parameterOrder
    - resources.projects.resources.locations.resources.userEvents.methods.write.parameters.parent.description
    - resources.projects.resources.locations.resources.userEvents.methods.write.parameters.parent.location
    - resources.projects.resources.locations.resources.userEvents.methods.write.parameters.parent.pattern
    - resources.projects.resources.locations.resources.userEvents.methods.write.parameters.parent.required
    - resources.projects.resources.locations.resources.userEvents.methods.write.parameters.parent.type
    - resources.projects.resources.locations.resources.userEvents.methods.write.path
    - resources.projects.resources.locations.resources.userEvents.methods.write.request.$ref
    - resources.projects.resources.locations.resources.userEvents.methods.write.response.$ref
    - resources.projects.resources.locations.resources.userEvents.methods.write.scopes
    - schemas.GoogleCloudDiscoveryengineV1DocumentProcessingConfigParsingConfigOcrParsingConfig.properties.enhancedDocumentElements.deprecated
    - schemas.GoogleCloudDiscoveryengineV1ImportDocumentsMetadata.properties.totalCount.description
    - schemas.GoogleCloudDiscoveryengineV1ImportDocumentsMetadata.properties.totalCount.format
    - schemas.GoogleCloudDiscoveryengineV1ImportDocumentsMetadata.properties.totalCount.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerSkippedReasons.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerSkippedReasons.items.enum
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerSkippedReasons.items.enumDescriptions
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerSkippedReasons.items.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerSkippedReasons.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerText.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.answerText.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.citations.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.citations.items.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.citations.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.completeTime.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.completeTime.format
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.completeTime.readOnly
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.completeTime.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.createTime.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.createTime.format
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.createTime.readOnly
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.createTime.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.name.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.name.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.queryUnderstandingInfo.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.queryUnderstandingInfo.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.references.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.references.items.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.references.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.relatedQuestions.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.relatedQuestions.items.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.relatedQuestions.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.state.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.state.enum
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.state.enumDescriptions
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.state.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.steps.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.steps.items.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.properties.steps.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswer.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.endIndex.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.endIndex.format
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.endIndex.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.sources.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.sources.items.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.sources.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.startIndex.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.startIndex.format
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.properties.startIndex.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitation.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitationSource.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitationSource.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitationSource.properties.referenceId.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitationSource.properties.referenceId.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerCitationSource.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.answerGenerationSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.answerGenerationSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.asynchronousMode.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.asynchronousMode.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.query.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.query.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.queryUnderstandingSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.queryUnderstandingSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.relatedQuestionsSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.relatedQuestionsSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.safetySpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.safetySpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.searchSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.searchSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.session.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.session.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.userPseudoId.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.properties.userPseudoId.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequest.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.answerLanguageCode.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.answerLanguageCode.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.ignoreAdversarialQuery.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.ignoreAdversarialQuery.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.ignoreNonAnswerSeekingQuery.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.ignoreNonAnswerSeekingQuery.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.includeCitations.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.includeCitations.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.modelSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.modelSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.promptSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.properties.promptSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec.properties.modelVersion.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec.properties.modelVersion.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecModelSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecPromptSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecPromptSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecPromptSpec.properties.preamble.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecPromptSpec.properties.preamble.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestAnswerGenerationSpecPromptSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.properties.queryClassificationSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.properties.queryClassificationSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.properties.queryRephraserSpec.$ref
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.properties.queryRephraserSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.properties.types.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.properties.types.items.enum
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.properties.types.items.enumDescriptions
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.properties.types.items.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.properties.types.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryClassificationSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.properties.disable.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.properties.disable.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.properties.maxRephraseSteps.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.properties.maxRephraseSteps.format
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.properties.maxRephraseSteps.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestQueryUnderstandingSpecQueryRephraserSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestRelatedQuestionsSpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestRelatedQuestionsSpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestRelatedQuestionsSpec.properties.enable.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestRelatedQuestionsSpec.properties.enable.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestRelatedQuestionsSpec.type
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestSafetySpec.description
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestSafetySpec.id
    - schemas.GoogleCloudDiscoveryengineV1alphaAnswerQueryRequestSafetySpec.properties.enable.description
    - schemas.GoogleCloudDiscoveryengin…
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a37ae8a View commit details
    Browse the repository at this point in the history
  81. feat(displayvideo): update the API

    #### displayvideo:v2
    
    The following keys were changed:
    - resources.advertisers.resources.targetingTypes.resources.assignedTargetingOptions.methods.create.parameters.targetingType.description
    - resources.advertisers.resources.targetingTypes.resources.assignedTargetingOptions.methods.delete.parameters.targetingType.description
    - schemas.BulkEditAdvertiserAssignedTargetingOptionsRequest.properties.createRequests.description
    - schemas.BulkEditAdvertiserAssignedTargetingOptionsRequest.properties.deleteRequests.description
    - schemas.ExchangeAssignedTargetingOptionDetails.properties.exchange.enum
    - schemas.ExchangeAssignedTargetingOptionDetails.properties.exchange.enumDescriptions
    - schemas.ExchangeConfigEnabledExchange.properties.exchange.enum
    - schemas.ExchangeConfigEnabledExchange.properties.exchange.enumDescriptions
    - schemas.ExchangeReviewStatus.properties.exchange.enum
    - schemas.ExchangeReviewStatus.properties.exchange.enumDescriptions
    - schemas.ExchangeTargetingOptionDetails.properties.exchange.enum
    - schemas.ExchangeTargetingOptionDetails.properties.exchange.enumDescriptions
    - schemas.GuaranteedOrder.properties.exchange.enum
    - schemas.GuaranteedOrder.properties.exchange.enumDescriptions
    - schemas.InventorySource.properties.exchange.enum
    - schemas.InventorySource.properties.exchange.enumDescriptions
    
    #### displayvideo:v3
    
    The following keys were added:
    - schemas.Kpi.properties.kpiAlgorithmId.description
    - schemas.Kpi.properties.kpiAlgorithmId.format
    - schemas.Kpi.properties.kpiAlgorithmId.type
    
    The following keys were changed:
    - resources.advertisers.resources.targetingTypes.resources.assignedTargetingOptions.methods.create.parameters.targetingType.description
    - resources.advertisers.resources.targetingTypes.resources.assignedTargetingOptions.methods.delete.parameters.targetingType.description
    - schemas.AlgorithmRulesComparisonValue.properties.exchangeValue.enum
    - schemas.AlgorithmRulesComparisonValue.properties.exchangeValue.enumDescriptions
    - schemas.BulkEditAdvertiserAssignedTargetingOptionsRequest.properties.createRequests.description
    - schemas.BulkEditAdvertiserAssignedTargetingOptionsRequest.properties.deleteRequests.description
    - schemas.ExchangeAssignedTargetingOptionDetails.properties.exchange.enum
    - schemas.ExchangeAssignedTargetingOptionDetails.properties.exchange.enumDescriptions
    - schemas.ExchangeConfigEnabledExchange.properties.exchange.enum
    - schemas.ExchangeConfigEnabledExchange.properties.exchange.enumDescriptions
    - schemas.ExchangeReviewStatus.properties.exchange.enum
    - schemas.ExchangeReviewStatus.properties.exchange.enumDescriptions
    - schemas.ExchangeTargetingOptionDetails.properties.exchange.enum
    - schemas.ExchangeTargetingOptionDetails.properties.exchange.enumDescriptions
    - schemas.GuaranteedOrder.properties.exchange.enum
    - schemas.GuaranteedOrder.properties.exchange.enumDescriptions
    - schemas.InventorySource.properties.exchange.enum
    - schemas.InventorySource.properties.exchange.enumDescriptions
    - schemas.Kpi.properties.kpiType.enum
    - schemas.Kpi.properties.kpiType.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b428065 View commit details
    Browse the repository at this point in the history
  82. feat(dlp): update the API

    #### dlp:v2
    
    The following keys were added:
    - resources.organizations.resources.locations.resources.connections.methods.search.description
    - resources.organizations.resources.locations.resources.connections.methods.search.flatPath
    - resources.organizations.resources.locations.resources.connections.methods.search.httpMethod
    - resources.organizations.resources.locations.resources.connections.methods.search.id
    - resources.organizations.resources.locations.resources.connections.methods.search.parameterOrder
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.filter.description
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.filter.location
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.filter.type
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageSize.description
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageSize.format
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageSize.location
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageSize.type
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageToken.description
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageToken.location
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.pageToken.type
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.parent.description
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.parent.location
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.parent.pattern
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.parent.required
    - resources.organizations.resources.locations.resources.connections.methods.search.parameters.parent.type
    - resources.organizations.resources.locations.resources.connections.methods.search.path
    - resources.organizations.resources.locations.resources.connections.methods.search.response.$ref
    - resources.organizations.resources.locations.resources.connections.methods.search.scopes
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.description
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.flatPath
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.httpMethod
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.id
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.parameterOrder
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.description
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.location
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.pattern
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.required
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.type
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.path
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.response.$ref
    - resources.organizations.resources.locations.resources.tableDataProfiles.methods.delete.scopes
    - resources.projects.resources.locations.resources.connections.methods.create.description
    - resources.projects.resources.locations.resources.connections.methods.create.flatPath
    - resources.projects.resources.locations.resources.connections.methods.create.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.create.id
    - resources.projects.resources.locations.resources.connections.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.connections.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.connections.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.connections.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.connections.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.connections.methods.create.path
    - resources.projects.resources.locations.resources.connections.methods.create.request.$ref
    - resources.projects.resources.locations.resources.connections.methods.create.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.create.scopes
    - resources.projects.resources.locations.resources.connections.methods.delete.description
    - resources.projects.resources.locations.resources.connections.methods.delete.flatPath
    - resources.projects.resources.locations.resources.connections.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.delete.id
    - resources.projects.resources.locations.resources.connections.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.connections.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.connections.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.connections.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.connections.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.connections.methods.delete.path
    - resources.projects.resources.locations.resources.connections.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.delete.scopes
    - resources.projects.resources.locations.resources.connections.methods.get.description
    - resources.projects.resources.locations.resources.connections.methods.get.flatPath
    - resources.projects.resources.locations.resources.connections.methods.get.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.get.id
    - resources.projects.resources.locations.resources.connections.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.connections.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.connections.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.connections.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.connections.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.connections.methods.get.path
    - resources.projects.resources.locations.resources.connections.methods.get.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.get.scopes
    - resources.projects.resources.locations.resources.connections.methods.list.description
    - resources.projects.resources.locations.resources.connections.methods.list.flatPath
    - resources.projects.resources.locations.resources.connections.methods.list.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.list.id
    - resources.projects.resources.locations.resources.connections.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.connections.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.connections.methods.list.path
    - resources.projects.resources.locations.resources.connections.methods.list.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.list.scopes
    - resources.projects.resources.locations.resources.connections.methods.patch.description
    - resources.projects.resources.locations.resources.connections.methods.patch.flatPath
    - resources.projects.resources.locations.resources.connections.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.patch.id
    - resources.projects.resources.locations.resources.connections.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.connections.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.connections.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.connections.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.connections.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.connections.methods.patch.path
    - resources.projects.resources.locations.resources.connections.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.connections.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.patch.scopes
    - resources.projects.resources.locations.resources.connections.methods.search.description
    - resources.projects.resources.locations.resources.connections.methods.search.flatPath
    - resources.projects.resources.locations.resources.connections.methods.search.httpMethod
    - resources.projects.resources.locations.resources.connections.methods.search.id
    - resources.projects.resources.locations.resources.connections.methods.search.parameterOrder
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.filter.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.filter.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.filter.type
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.format
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageSize.type
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageToken.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageToken.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.pageToken.type
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.parent.description
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.parent.location
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.parent.pattern
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.parent.required
    - resources.projects.resources.locations.resources.connections.methods.search.parameters.parent.type
    - resources.projects.resources.locations.resources.connections.methods.search.path
    - resources.projects.resources.locations.resources.connections.methods.search.response.$ref
    - resources.projects.resources.locations.resources.connections.methods.search.scopes
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.description
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.flatPath
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.id
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.path
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.tableDataProfiles.methods.delete.scopes
    - schemas.GooglePrivacyDlpV2AllOtherDatabaseResources.description
    - schemas.GooglePrivacyDlpV2AllOtherDatabaseResources.id
    - schemas.GooglePrivacyDlpV2AllOtherDatabaseResources.type
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.description
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.id
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.conditions.$ref
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.conditions.description
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.disabled.$ref
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.disabled.description
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.filter.$ref
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.filter.description
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.generationCadence.$ref
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.properties.generationCadence.description
    - schemas.GooglePrivacyDlpV2CloudSqlDiscoveryTarget.type
    - schemas.GooglePrivacyDlpV2CloudSqlIamCredential.description
    - schemas.GooglePrivacyDlpV2CloudSqlIamCredential.id
    - schemas.GooglePrivacyDlpV2CloudSqlIamCredential.type
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.description
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.id
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.cloudSqlIam.$ref
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.cloudSqlIam.description
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.connectionName.description
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.connectionName.type
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.databaseEngine.description
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.databaseEngine.enum
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.databaseEngine.enumDescriptions
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.databaseEngine.type
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.maxConnections.description
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.maxConnections.format
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.maxConnections.type
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.usernamePassword.$ref
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.properties.usernamePassword.description
    - schemas.GooglePrivacyDlpV2CloudSqlProperties.type
    - schemas.GooglePrivacyDlpV2Connection.description
    - schemas.GooglePrivacyDlpV2Connection.id
    - schemas.GooglePrivacyDlpV2Connection.properties.cloudSql.$ref
    - schemas.GooglePrivacyDlpV2Connection.properties.cloudSql.description
    - schemas.GooglePrivacyDlpV2Connection.properties.errors.description
    - schemas.GooglePrivacyDlpV2Connection.properties.errors.items.$ref
    - schemas.GooglePrivacyDlpV2Connection.properties.errors.readOnly
    - schemas.GooglePrivacyDlpV2Connection.properties.errors.type
    - schemas.GooglePrivacyDlpV2Connection.properties.name.description
    - schemas.GooglePrivacyDlpV2Connection.properties.name.readOnly
    - schemas.GooglePrivacyDlpV2Connection.properties.name.type
    - schemas.GooglePrivacyDlpV2Connection.properties.state.description
    - schemas.GooglePrivacyDlpV2Connection.properties.state.enum
    - schemas.GooglePrivacyDlpV2Connection.properties.state.enumDescriptions
    - schemas.GooglePrivacyDlpV2Connection.properties.state.type
    - schemas.GooglePrivacyDlpV2Connection.type
    - schemas.GooglePrivacyDlpV2CreateConnectionRequest.description
    - schemas.GooglePrivacyDlpV2CreateConnectionRequest.id
    - schemas.GooglePrivacyDlpV2CreateConnectionRequest.properties.connection.$ref
    - schemas.GooglePrivacyDlpV2CreateConnectionRequest.properties.connection.description
    - schemas.GooglePrivacyDlpV2CreateConnectionRequest.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceCollection.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceCollection.id
    - schemas.GooglePrivacyDlpV2DatabaseResourceCollection.properties.includeRegexes.$ref
    - schemas.GooglePrivacyDlpV2DatabaseResourceCollection.properties.includeRegexes.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceCollection.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.id
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.properties.instance.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.properties.instance.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.properties.projectId.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.properties.projectId.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceReference.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.id
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.databaseRegex.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.databaseRegex.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.databaseResourceNameRegex.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.databaseResourceNameRegex.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.instanceRegex.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.instanceRegex.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.projectIdRegex.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.properties.projectIdRegex.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegex.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegexes.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegexes.id
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegexes.properties.patterns.description
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegexes.properties.patterns.items.$ref
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegexes.properties.patterns.type
    - schemas.GooglePrivacyDlpV2DatabaseResourceRegexes.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.id
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.databaseEngines.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.databaseEngines.items.enum
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.databaseEngines.items.enumDescriptions
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.databaseEngines.items.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.databaseEngines.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.types.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.types.items.enum
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.types.items.enumDescriptions
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.types.items.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.properties.types.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlConditions.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.id
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.properties.collection.$ref
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.properties.collection.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.properties.databaseResourceReference.$ref
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.properties.databaseResourceReference.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.properties.others.$ref
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.properties.others.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlFilter.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.id
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.properties.refreshFrequency.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.properties.refreshFrequency.enum
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.properties.refreshFrequency.enumDescriptions
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.properties.refreshFrequency.type
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.properties.schemaModifiedCadence.$ref
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.properties.schemaModifiedCadence.description
    - schemas.GooglePrivacyDlpV2DiscoveryCloudSqlGenerationCadence.type
    - schemas.GooglePrivacyDlpV2DiscoveryTarget.properties.cloudSqlTarget.$ref
    - schemas.GooglePrivacyDlpV2DiscoveryTarget.properties.cloudSqlTarget.description
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.description
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.id
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.properties.connections.description
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.properties.connections.items.$ref
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.properties.connections.type
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.properties.nextPageToken.description
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.properties.nextPageToken.type
    - schemas.GooglePrivacyDlpV2ListConnectionsResponse.type
    - schemas.GooglePrivacyDlpV2Result.properties.numRowsProcessed.description
    - schemas.GooglePrivacyDlpV2Result.properties.numRowsProcessed.format
    - schemas.GooglePrivacyDlpV2Result.properties.numRowsProcessed.type
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.description
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.id
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.frequency.description
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.frequency.enum
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.frequency.enumDescriptions
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.frequency.type
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.types.description
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.types.items.enum
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.types.items.enumDescriptions
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.types.items.type
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.properties.types.type
    - schemas.GooglePrivacyDlpV2SchemaModifiedCadence.type
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.description
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.id
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.properties.connections.description
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.properties.connections.items.$ref
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.properties.connections.type
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.properties.nextPageToken.description
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.properties.nextPageToken.type
    - schemas.GooglePrivacyDlpV2SearchConnectionsResponse.type
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.description
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.id
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.properties.passwordSecretVersionName.description
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.properties.passwordSecretVersionName.type
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.properties.username.description
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.properties.username.type
    - schemas.GooglePrivacyDlpV2SecretManagerCredential.type
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.description
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.id
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.properties.connection.$ref
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.properties.connection.description
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.properties.updateMask.description
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.properties.updateMask.format
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.properties.updateMask.type
    - schemas.GooglePrivacyDlpV2UpdateConnectionRequest.type
    
    The following keys were changed:
    - schemas.GooglePrivacyDlpV2Export.properties.profileTable.description
    - schemas.GooglePrivacyDlpV2InfoTypeCategory.description
    - schemas.GooglePrivacyDlpV2InfoTypeCategory.properties.locationCategory.enum
    - schemas.GooglePrivacyDlpV2InfoTypeCategory.properties.locationCategory.enumDescriptions
    - schemas.GooglePrivacyDlpV2JobTrigger.description
    - schemas.GooglePrivacyDlpV2TimespanConfig.properties.enableAutoPopulationOfTimespanConfig.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e7c740e View commit details
    Browse the repository at this point in the history
  83. feat(dns)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### dns:v1beta2
    
    The following keys were deleted:
    - schemas.RRSetRoutingPolicy.properties.healthCheck.description
    - schemas.RRSetRoutingPolicy.properties.healthCheck.type
    - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints.description
    - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints.items.type
    - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints.type
    
    #### dns:v1
    
    The following keys were deleted:
    - schemas.RRSetRoutingPolicy.properties.healthCheck.description
    - schemas.RRSetRoutingPolicy.properties.healthCheck.type
    - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints.description
    - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints.items.type
    - schemas.RRSetRoutingPolicyHealthCheckTargets.properties.externalEndpoints.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    64989b9 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    027b032 View commit details
    Browse the repository at this point in the history
  85. feat(documentai): update the API

    #### documentai:v1beta2
    
    The following keys were changed:
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.superscript.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.superscript.description
    
    #### documentai:v1beta3
    
    The following keys were added:
    - schemas.GoogleCloudDocumentaiV1beta3Document.properties.chunkedDocument.$ref
    - schemas.GoogleCloudDocumentaiV1beta3Document.properties.chunkedDocument.description
    - schemas.GoogleCloudDocumentaiV1beta3Document.properties.documentLayout.$ref
    - schemas.GoogleCloudDocumentaiV1beta3Document.properties.documentLayout.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocument.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocument.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocument.properties.chunks.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocument.properties.chunks.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocument.properties.chunks.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocument.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.chunkId.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.chunkId.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.content.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.content.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageFooters.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageFooters.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageFooters.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageHeaders.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageHeaders.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageHeaders.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageSpan.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.properties.pageSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.properties.pageSpan.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.properties.pageSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.properties.text.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.properties.text.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageFooter.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.properties.pageSpan.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.properties.pageSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.properties.text.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.properties.text.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageHeader.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.properties.pageEnd.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.properties.pageEnd.format
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.properties.pageEnd.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.properties.pageStart.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.properties.pageStart.format
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.properties.pageStart.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayout.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayout.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayout.properties.blocks.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayout.properties.blocks.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayout.properties.blocks.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayout.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.blockId.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.blockId.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.listBlock.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.listBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.pageSpan.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.pageSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.tableBlock.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.tableBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.textBlock.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.properties.textBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlock.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.properties.listEntries.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.properties.listEntries.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.properties.listEntries.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.properties.type.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.properties.type.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListBlock.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry.properties.blocks.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry.properties.blocks.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry.properties.blocks.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutListEntry.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.properties.pageEnd.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.properties.pageEnd.format
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.properties.pageEnd.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.properties.pageStart.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.properties.pageStart.format
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.properties.pageStart.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutPageSpan.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.bodyRows.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.bodyRows.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.bodyRows.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.caption.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.caption.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.headerRows.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.headerRows.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.properties.headerRows.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableBlock.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.blocks.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.blocks.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.blocks.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.colSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.colSpan.format
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.colSpan.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.rowSpan.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.rowSpan.format
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.properties.rowSpan.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableCell.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow.properties.cells.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow.properties.cells.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow.properties.cells.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTableRow.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.id
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.blocks.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.blocks.items.$ref
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.blocks.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.text.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.text.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.type.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.properties.type.type
    - schemas.GoogleCloudDocumentaiV1beta3DocumentDocumentLayoutDocumentLayoutBlockLayoutTextBlock.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptions.properties.layoutConfig.$ref
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptions.properties.layoutConfig.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.id
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.properties.chunkingConfig.$ref
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.properties.chunkingConfig.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfig.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.id
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.breakpointPercentileThreshold.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.breakpointPercentileThreshold.format
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.breakpointPercentileThreshold.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.chunkSize.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.chunkSize.format
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.chunkSize.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.includeAncestorHeadings.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.includeAncestorHeadings.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.semanticChunkingGroupSize.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.properties.semanticChunkingGroupSize.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessOptionsLayoutConfigChunkingConfig.type
    - schemas.GoogleCloudDocumentaiV1beta3ProcessorVersion.properties.state.readOnly
    
    The following keys were changed:
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.superscript.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.superscript.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta3DocumentPageTokenStyleInfo.properties.superscript.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessorVersion.properties.name.description
    - schemas.GoogleCloudDocumentaiV1beta3ProcessorVersion.properties.state.description
    
    #### documentai:v1
    
    The following keys were added:
    - schemas.GoogleCloudDocumentaiV1ProcessorVersion.properties.state.readOnly
    
    The following keys were changed:
    - schemas.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1DocumentPageTokenStyleInfo.properties.superscript.description
    - schemas.GoogleCloudDocumentaiV1ProcessorVersion.properties.name.description
    - schemas.GoogleCloudDocumentaiV1ProcessorVersion.properties.state.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta1DocumentPageTokenStyleInfo.properties.superscript.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.smallcaps.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.strikeout.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.subscript.description
    - schemas.GoogleCloudDocumentaiV1beta2DocumentPageTokenStyleInfo.properties.superscript.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7c5badb View commit details
    Browse the repository at this point in the history
  86. feat(domains): update the API

    #### domains:v1alpha2
    
    The following keys were added:
    - schemas.Registration.properties.provider.description
    - schemas.Registration.properties.provider.enum
    - schemas.Registration.properties.provider.enumDescriptions
    - schemas.Registration.properties.provider.readOnly
    - schemas.Registration.properties.provider.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.registrations.methods.configureContactSettings.description
    
    #### domains:v1beta1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.registrations.methods.configureContactSettings.description
    
    #### domains:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.registrations.methods.configureContactSettings.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d4f3d88 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    2512ff0 View commit details
    Browse the repository at this point in the history
  88. feat(doubleclickbidmanager)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### doubleclickbidmanager:v2
    
    The following keys were deleted:
    - schemas.ChannelGrouping.description
    - schemas.ChannelGrouping.id
    - schemas.ChannelGrouping.properties.fallbackName.description
    - schemas.ChannelGrouping.properties.fallbackName.type
    - schemas.ChannelGrouping.properties.name.description
    - schemas.ChannelGrouping.properties.name.type
    - schemas.ChannelGrouping.properties.rules.description
    - schemas.ChannelGrouping.properties.rules.items.$ref
    - schemas.ChannelGrouping.properties.rules.type
    - schemas.ChannelGrouping.type
    - schemas.DisjunctiveMatchStatement.description
    - schemas.DisjunctiveMatchStatement.id
    - schemas.DisjunctiveMatchStatement.properties.eventFilters.description
    - schemas.DisjunctiveMatchStatement.properties.eventFilters.items.$ref
    - schemas.DisjunctiveMatchStatement.properties.eventFilters.type
    - schemas.DisjunctiveMatchStatement.type
    - schemas.EventFilter.description
    - schemas.EventFilter.id
    - schemas.EventFilter.properties.dimensionFilter.$ref
    - schemas.EventFilter.properties.dimensionFilter.description
    - schemas.EventFilter.type
    - schemas.Options.properties.pathQueryOptions.$ref
    - schemas.Options.properties.pathQueryOptions.description
    - schemas.PathFilter.description
    - schemas.PathFilter.id
    - schemas.PathFilter.properties.eventFilters.description
    - schemas.PathFilter.properties.eventFilters.items.$ref
    - schemas.PathFilter.properties.eventFilters.type
    - schemas.PathFilter.properties.pathMatchPosition.description
    - schemas.PathFilter.properties.pathMatchPosition.enum
    - schemas.PathFilter.properties.pathMatchPosition.enumDescriptions
    - schemas.PathFilter.properties.pathMatchPosition.type
    - schemas.PathFilter.type
    - schemas.PathQueryOptions.description
    - schemas.PathQueryOptions.id
    - schemas.PathQueryOptions.properties.channelGrouping.$ref
    - schemas.PathQueryOptions.properties.channelGrouping.description
    - schemas.PathQueryOptions.properties.pathFilters.description
    - schemas.PathQueryOptions.properties.pathFilters.items.$ref
    - schemas.PathQueryOptions.properties.pathFilters.type
    - schemas.PathQueryOptions.type
    - schemas.PathQueryOptionsFilter.description
    - schemas.PathQueryOptionsFilter.id
    - schemas.PathQueryOptionsFilter.properties.filter.description
    - schemas.PathQueryOptionsFilter.properties.filter.type
    - schemas.PathQueryOptionsFilter.properties.match.description
    - schemas.PathQueryOptionsFilter.properties.match.enum
    - schemas.PathQueryOptionsFilter.properties.match.enumDescriptions
    - schemas.PathQueryOptionsFilter.properties.match.type
    - schemas.PathQueryOptionsFilter.properties.values.description
    - schemas.PathQueryOptionsFilter.properties.values.items.type
    - schemas.PathQueryOptionsFilter.properties.values.type
    - schemas.PathQueryOptionsFilter.type
    - schemas.Rule.description
    - schemas.Rule.id
    - schemas.Rule.properties.disjunctiveMatchStatements.description
    - schemas.Rule.properties.disjunctiveMatchStatements.items.$ref
    - schemas.Rule.properties.disjunctiveMatchStatements.type
    - schemas.Rule.properties.name.description
    - schemas.Rule.properties.name.type
    - schemas.Rule.type
    
    The following keys were changed:
    - schemas.Parameters.properties.type.enum
    - schemas.Parameters.properties.type.enumDeprecated
    - schemas.Parameters.properties.type.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ad90ae7 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    b3c51d9 View commit details
    Browse the repository at this point in the history
  90. fix(drive): update the API

    #### drive:v3
    
    The following keys were changed:
    - resources.drives.methods.update.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    373cc84 View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    3c1c59b View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    e29026f View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    b07da53 View commit details
    Browse the repository at this point in the history
  94. feat(eventarc): update the API

    #### eventarc:v1
    
    The following keys were added:
    - schemas.Channel.properties.satisfiesPzs.description
    - schemas.Channel.properties.satisfiesPzs.readOnly
    - schemas.Channel.properties.satisfiesPzs.type
    - schemas.Trigger.properties.satisfiesPzs.description
    - schemas.Trigger.properties.satisfiesPzs.readOnly
    - schemas.Trigger.properties.satisfiesPzs.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1c20e15 View commit details
    Browse the repository at this point in the history
  95. feat(factchecktools): update the API

    #### factchecktools:v1alpha1
    
    The following keys were added:
    - resources.claims.methods.imageSearch.description
    - resources.claims.methods.imageSearch.flatPath
    - resources.claims.methods.imageSearch.httpMethod
    - resources.claims.methods.imageSearch.id
    - resources.claims.methods.imageSearch.parameterOrder
    - resources.claims.methods.imageSearch.parameters.imageUri.description
    - resources.claims.methods.imageSearch.parameters.imageUri.location
    - resources.claims.methods.imageSearch.parameters.imageUri.type
    - resources.claims.methods.imageSearch.parameters.languageCode.description
    - resources.claims.methods.imageSearch.parameters.languageCode.location
    - resources.claims.methods.imageSearch.parameters.languageCode.type
    - resources.claims.methods.imageSearch.parameters.offset.description
    - resources.claims.methods.imageSearch.parameters.offset.format
    - resources.claims.methods.imageSearch.parameters.offset.location
    - resources.claims.methods.imageSearch.parameters.offset.type
    - resources.claims.methods.imageSearch.parameters.pageSize.description
    - resources.claims.methods.imageSearch.parameters.pageSize.format
    - resources.claims.methods.imageSearch.parameters.pageSize.location
    - resources.claims.methods.imageSearch.parameters.pageSize.type
    - resources.claims.methods.imageSearch.parameters.pageToken.description
    - resources.claims.methods.imageSearch.parameters.pageToken.location
    - resources.claims.methods.imageSearch.parameters.pageToken.type
    - resources.claims.methods.imageSearch.path
    - resources.claims.methods.imageSearch.response.$ref
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.description
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.id
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.properties.nextPageToken.description
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.properties.nextPageToken.type
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.properties.results.description
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.properties.results.items.$ref
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.properties.results.type
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponse.type
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.description
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.id
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.properties.claim.$ref
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.properties.claim.description
    - schemas.GoogleFactcheckingFactchecktoolsV1alpha1FactCheckedClaimImageSearchResponseResult.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9e4bb41 View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    51dc0c3 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    334a30f View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    51018be View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    3f6bade View commit details
    Browse the repository at this point in the history
  100. fix(firebaseappcheck): update the API

    #### firebaseappcheck:v1beta
    
    The following keys were changed:
    - resources.projects.resources.apps.resources.appAttestConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.apps.resources.deviceCheckConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.apps.resources.playIntegrityConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.apps.resources.safetyNetConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.batchUpdate.parameters.parent.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.create.parameters.parent.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.delete.parameters.etag.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.delete.parameters.name.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.get.parameters.name.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.list.parameters.pageSize.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.list.parameters.pageToken.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.list.parameters.parent.description
    - resources.projects.resources.services.resources.resourcePolicies.methods.patch.parameters.name.description
    - schemas.GoogleFirebaseAppcheckV1betaBatchUpdateResourcePoliciesRequest.properties.requests.description
    - schemas.GoogleFirebaseAppcheckV1betaListResourcePoliciesResponse.properties.resourcePolicies.description
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.description
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.properties.enforcementMode.description
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.properties.enforcementMode.enumDescriptions
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.properties.etag.description
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.properties.name.description
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.properties.targetResource.description
    - schemas.GoogleFirebaseAppcheckV1betaResourcePolicy.properties.updateTime.description
    - schemas.GoogleFirebaseAppcheckV1betaService.properties.enforcementMode.enumDescriptions
    - schemas.GoogleFirebaseAppcheckV1betaUpdateResourcePolicyRequest.properties.resourcePolicy.description
    
    #### firebaseappcheck:v1
    
    The following keys were changed:
    - resources.projects.resources.apps.resources.appAttestConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.apps.resources.deviceCheckConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.apps.resources.playIntegrityConfig.methods.patch.parameters.updateMask.description
    - resources.projects.resources.apps.resources.safetyNetConfig.methods.patch.parameters.updateMask.description
    - schemas.GoogleFirebaseAppcheckV1Service.properties.enforcementMode.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3b79f4d View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    e306793 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    66e6639 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    3f4d520 View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    2cac93e View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    b4f3e14 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    359e77d View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    77e1e83 View commit details
    Browse the repository at this point in the history
  108. feat(firestore): update the API

    #### firestore:v1beta1
    
    The following keys were added:
    - schemas.FindNearest.description
    - schemas.FindNearest.id
    - schemas.FindNearest.properties.distanceMeasure.description
    - schemas.FindNearest.properties.distanceMeasure.enum
    - schemas.FindNearest.properties.distanceMeasure.enumDescriptions
    - schemas.FindNearest.properties.distanceMeasure.type
    - schemas.FindNearest.properties.limit.description
    - schemas.FindNearest.properties.limit.format
    - schemas.FindNearest.properties.limit.type
    - schemas.FindNearest.properties.queryVector.$ref
    - schemas.FindNearest.properties.queryVector.description
    - schemas.FindNearest.properties.vectorField.$ref
    - schemas.FindNearest.properties.vectorField.description
    - schemas.FindNearest.type
    - schemas.StructuredQuery.properties.findNearest.$ref
    - schemas.StructuredQuery.properties.findNearest.description
    
    The following keys were changed:
    - schemas.DocumentChange.description
    - schemas.Value.properties.arrayValue.description
    
    #### firestore:v1
    
    The following keys were added:
    - schemas.FindNearest.description
    - schemas.FindNearest.id
    - schemas.FindNearest.properties.distanceMeasure.description
    - schemas.FindNearest.properties.distanceMeasure.enum
    - schemas.FindNearest.properties.distanceMeasure.enumDescriptions
    - schemas.FindNearest.properties.distanceMeasure.type
    - schemas.FindNearest.properties.limit.description
    - schemas.FindNearest.properties.limit.format
    - schemas.FindNearest.properties.limit.type
    - schemas.FindNearest.properties.queryVector.$ref
    - schemas.FindNearest.properties.queryVector.description
    - schemas.FindNearest.properties.vectorField.$ref
    - schemas.FindNearest.properties.vectorField.description
    - schemas.FindNearest.type
    - schemas.StructuredQuery.properties.findNearest.$ref
    - schemas.StructuredQuery.properties.findNearest.description
    
    The following keys were changed:
    - resources.projects.resources.databases.resources.backupSchedules.methods.create.description
    - resources.projects.resources.databases.resources.collectionGroups.resources.fields.methods.list.parameters.filter.description
    - schemas.DocumentChange.description
    - schemas.GoogleFirestoreAdminV1BackupSchedule.properties.dailyRecurrence.description
    - schemas.GoogleFirestoreAdminV1BackupSchedule.properties.weeklyRecurrence.description
    - schemas.GoogleFirestoreAdminV1DailyRecurrence.description
    - schemas.GoogleFirestoreAdminV1IndexField.properties.vectorConfig.description
    - schemas.Value.properties.arrayValue.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    23c7203 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    8658111 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    afebcf7 View commit details
    Browse the repository at this point in the history
  111. feat(games): update the API

    #### games:v1
    
    The following keys were added:
    - resources.recall.methods.lastTokenFromAllDeveloperGames.description
    - resources.recall.methods.lastTokenFromAllDeveloperGames.flatPath
    - resources.recall.methods.lastTokenFromAllDeveloperGames.httpMethod
    - resources.recall.methods.lastTokenFromAllDeveloperGames.id
    - resources.recall.methods.lastTokenFromAllDeveloperGames.parameterOrder
    - resources.recall.methods.lastTokenFromAllDeveloperGames.parameters.sessionId.description
    - resources.recall.methods.lastTokenFromAllDeveloperGames.parameters.sessionId.location
    - resources.recall.methods.lastTokenFromAllDeveloperGames.parameters.sessionId.required
    - resources.recall.methods.lastTokenFromAllDeveloperGames.parameters.sessionId.type
    - resources.recall.methods.lastTokenFromAllDeveloperGames.path
    - resources.recall.methods.lastTokenFromAllDeveloperGames.response.$ref
    - resources.recall.methods.lastTokenFromAllDeveloperGames.scopes
    - schemas.RetrieveDeveloperGamesLastPlayerTokenResponse.description
    - schemas.RetrieveDeveloperGamesLastPlayerTokenResponse.id
    - schemas.RetrieveDeveloperGamesLastPlayerTokenResponse.properties.token.$ref
    - schemas.RetrieveDeveloperGamesLastPlayerTokenResponse.properties.token.description
    - schemas.RetrieveDeveloperGamesLastPlayerTokenResponse.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    d96b25e View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    b931e91 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    ca03c8f View commit details
    Browse the repository at this point in the history
  114. feat(gkebackup): update the API

    #### gkebackup:v1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.description
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.flatPath
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.httpMethod
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.id
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.parameterOrder
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.parameters.backup.description
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.parameters.backup.location
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.parameters.backup.pattern
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.parameters.backup.required
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.parameters.backup.type
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.path
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.response.$ref
    - resources.projects.resources.locations.resources.backupPlans.resources.backups.methods.getBackupIndexDownloadUrl.scopes
    - schemas.BackupPlan.properties.rpoRiskLevel.description
    - schemas.BackupPlan.properties.rpoRiskLevel.format
    - schemas.BackupPlan.properties.rpoRiskLevel.readOnly
    - schemas.BackupPlan.properties.rpoRiskLevel.type
    - schemas.BackupPlan.properties.rpoRiskReason.description
    - schemas.BackupPlan.properties.rpoRiskReason.readOnly
    - schemas.BackupPlan.properties.rpoRiskReason.type
    - schemas.Date.description
    - schemas.Date.id
    - schemas.Date.properties.day.description
    - schemas.Date.properties.day.format
    - schemas.Date.properties.day.type
    - schemas.Date.properties.month.description
    - schemas.Date.properties.month.format
    - schemas.Date.properties.month.type
    - schemas.Date.properties.year.description
    - schemas.Date.properties.year.format
    - schemas.Date.properties.year.type
    - schemas.Date.type
    - schemas.DayOfWeekList.description
    - schemas.DayOfWeekList.id
    - schemas.DayOfWeekList.properties.daysOfWeek.description
    - schemas.DayOfWeekList.properties.daysOfWeek.items.enum
    - schemas.DayOfWeekList.properties.daysOfWeek.items.enumDescriptions
    - schemas.DayOfWeekList.properties.daysOfWeek.items.type
    - schemas.DayOfWeekList.properties.daysOfWeek.type
    - schemas.DayOfWeekList.type
    - schemas.ExclusionWindow.description
    - schemas.ExclusionWindow.id
    - schemas.ExclusionWindow.properties.daily.description
    - schemas.ExclusionWindow.properties.daily.type
    - schemas.ExclusionWindow.properties.daysOfWeek.$ref
    - schemas.ExclusionWindow.properties.daysOfWeek.description
    - schemas.ExclusionWindow.properties.duration.description
    - schemas.ExclusionWindow.properties.duration.format
    - schemas.ExclusionWindow.properties.duration.type
    - schemas.ExclusionWindow.properties.singleOccurrenceDate.$ref
    - schemas.ExclusionWindow.properties.singleOccurrenceDate.description
    - schemas.ExclusionWindow.properties.startTime.$ref
    - schemas.ExclusionWindow.properties.startTime.description
    - schemas.ExclusionWindow.type
    - schemas.GetBackupIndexDownloadUrlResponse.description
    - schemas.GetBackupIndexDownloadUrlResponse.id
    - schemas.GetBackupIndexDownloadUrlResponse.properties.signedUrl.type
    - schemas.GetBackupIndexDownloadUrlResponse.type
    - schemas.RpoConfig.description
    - schemas.RpoConfig.id
    - schemas.RpoConfig.properties.exclusionWindows.description
    - schemas.RpoConfig.properties.exclusionWindows.items.$ref
    - schemas.RpoConfig.properties.exclusionWindows.type
    - schemas.RpoConfig.properties.targetRpoMinutes.description
    - schemas.RpoConfig.properties.targetRpoMinutes.format
    - schemas.RpoConfig.properties.targetRpoMinutes.type
    - schemas.RpoConfig.type
    - schemas.Schedule.properties.nextScheduledBackupTime.description
    - schemas.Schedule.properties.nextScheduledBackupTime.format
    - schemas.Schedule.properties.nextScheduledBackupTime.readOnly
    - schemas.Schedule.properties.nextScheduledBackupTime.type
    - schemas.Schedule.properties.rpoConfig.$ref
    - schemas.Schedule.properties.rpoConfig.description
    - schemas.TimeOfDay.description
    - schemas.TimeOfDay.id
    - schemas.TimeOfDay.properties.hours.description
    - schemas.TimeOfDay.properties.hours.format
    - schemas.TimeOfDay.properties.hours.type
    - schemas.TimeOfDay.properties.minutes.description
    - schemas.TimeOfDay.properties.minutes.format
    - schemas.TimeOfDay.properties.minutes.type
    - schemas.TimeOfDay.properties.nanos.description
    - schemas.TimeOfDay.properties.nanos.format
    - schemas.TimeOfDay.properties.nanos.type
    - schemas.TimeOfDay.properties.seconds.description
    - schemas.TimeOfDay.properties.seconds.format
    - schemas.TimeOfDay.properties.seconds.type
    - schemas.TimeOfDay.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5cfd2c5 View commit details
    Browse the repository at this point in the history
  115. feat(gkehub): update the API

    #### gkehub:v1alpha
    
    The following keys were added:
    - schemas.IdentityServiceIdentityServiceOptions.description
    - schemas.IdentityServiceIdentityServiceOptions.id
    - schemas.IdentityServiceIdentityServiceOptions.properties.sessionDuration.description
    - schemas.IdentityServiceIdentityServiceOptions.properties.sessionDuration.format
    - schemas.IdentityServiceIdentityServiceOptions.properties.sessionDuration.type
    - schemas.IdentityServiceIdentityServiceOptions.type
    - schemas.IdentityServiceMembershipSpec.properties.identityServiceOptions.$ref
    - schemas.IdentityServiceMembershipSpec.properties.identityServiceOptions.description
    - schemas.ServiceMeshCondition.description
    - schemas.ServiceMeshCondition.id
    - schemas.ServiceMeshCondition.properties.code.description
    - schemas.ServiceMeshCondition.properties.code.enum
    - schemas.ServiceMeshCondition.properties.code.enumDescriptions
    - schemas.ServiceMeshCondition.properties.code.type
    - schemas.ServiceMeshCondition.properties.details.description
    - schemas.ServiceMeshCondition.properties.details.type
    - schemas.ServiceMeshCondition.properties.documentationLink.description
    - schemas.ServiceMeshCondition.properties.documentationLink.type
    - schemas.ServiceMeshCondition.properties.severity.description
    - schemas.ServiceMeshCondition.properties.severity.enum
    - schemas.ServiceMeshCondition.properties.severity.enumDescriptions
    - schemas.ServiceMeshCondition.properties.severity.type
    - schemas.ServiceMeshCondition.type
    - schemas.ServiceMeshControlPlaneManagement.properties.implementation.description
    - schemas.ServiceMeshControlPlaneManagement.properties.implementation.enum
    - schemas.ServiceMeshControlPlaneManagement.properties.implementation.enumDescriptions
    - schemas.ServiceMeshControlPlaneManagement.properties.implementation.readOnly
    - schemas.ServiceMeshControlPlaneManagement.properties.implementation.type
    - schemas.ServiceMeshMembershipState.properties.conditions.description
    - schemas.ServiceMeshMembershipState.properties.conditions.items.$ref
    - schemas.ServiceMeshMembershipState.properties.conditions.readOnly
    - schemas.ServiceMeshMembershipState.properties.conditions.type
    
    #### gkehub:v1beta
    
    The following keys were added:
    - schemas.ServiceMeshCondition.description
    - schemas.ServiceMeshCondition.id
    - schemas.ServiceMeshCondition.properties.code.description
    - schemas.ServiceMeshCondition.properties.code.enum
    - schemas.ServiceMeshCondition.properties.code.enumDescriptions
    - schemas.ServiceMeshCondition.properties.code.type
    - schemas.ServiceMeshCondition.properties.details.description
    - schemas.ServiceMeshCondition.properties.details.type
    - schemas.ServiceMeshCondition.properties.documentationLink.description
    - schemas.ServiceMeshCondition.properties.documentationLink.type
    - schemas.ServiceMeshCondition.properties.severity.description
    - schemas.ServiceMeshCondition.properties.severity.enum
    - schemas.ServiceMeshCondition.properties.severity.enumDescriptions
    - schemas.ServiceMeshCondition.properties.severity.type
    - schemas.ServiceMeshCondition.type
    - schemas.ServiceMeshMembershipState.properties.conditions.description
    - schemas.ServiceMeshMembershipState.properties.conditions.items.$ref
    - schemas.ServiceMeshMembershipState.properties.conditions.readOnly
    - schemas.ServiceMeshMembershipState.properties.conditions.type
    
    #### gkehub:v1
    
    The following keys were added:
    - schemas.ServiceMeshCondition.description
    - schemas.ServiceMeshCondition.id
    - schemas.ServiceMeshCondition.properties.code.description
    - schemas.ServiceMeshCondition.properties.code.enum
    - schemas.ServiceMeshCondition.properties.code.enumDescriptions
    - schemas.ServiceMeshCondition.properties.code.type
    - schemas.ServiceMeshCondition.properties.details.description
    - schemas.ServiceMeshCondition.properties.details.type
    - schemas.ServiceMeshCondition.properties.documentationLink.description
    - schemas.ServiceMeshCondition.properties.documentationLink.type
    - schemas.ServiceMeshCondition.properties.severity.description
    - schemas.ServiceMeshCondition.properties.severity.enum
    - schemas.ServiceMeshCondition.properties.severity.enumDescriptions
    - schemas.ServiceMeshCondition.properties.severity.type
    - schemas.ServiceMeshCondition.type
    - schemas.ServiceMeshMembershipState.properties.conditions.description
    - schemas.ServiceMeshMembershipState.properties.conditions.items.$ref
    - schemas.ServiceMeshMembershipState.properties.conditions.readOnly
    - schemas.ServiceMeshMembershipState.properties.conditions.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cc848da View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    d83cbae View commit details
    Browse the repository at this point in the history
  117. feat(gmail): update the API

    #### gmail:v1
    
    The following keys were added:
    - resources.users.methods.getProfile.parameters.temporaryEeccBypass.default
    - resources.users.methods.getProfile.parameters.temporaryEeccBypass.location
    - resources.users.methods.getProfile.parameters.temporaryEeccBypass.type
    - resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass.default
    - resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass.location
    - resources.users.resources.messages.methods.get.parameters.temporaryEeccBypass.type
    - resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass.default
    - resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass.location
    - resources.users.resources.messages.methods.list.parameters.temporaryEeccBypass.type
    - resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass.default
    - resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass.location
    - resources.users.resources.messages.resources.attachments.methods.get.parameters.temporaryEeccBypass.type
    - resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass.default
    - resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass.location
    - resources.users.resources.threads.methods.get.parameters.temporaryEeccBypass.type
    - resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass.default
    - resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass.location
    - resources.users.resources.threads.methods.list.parameters.temporaryEeccBypass.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4fa8759 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    62191fe View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    6af65be View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    30b2768 View commit details
    Browse the repository at this point in the history
  121. fix(healthcare): update the API

    #### healthcare:v1beta1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.datasets.resources.fhirStores.methods.patch.parameters.name.description
    - schemas.ExplainDataAccessConsentInfo.properties.consentResource.description
    - schemas.ExportMessagesRequest.properties.filter.description
    - schemas.FhirStore.properties.name.description
    
    #### healthcare:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.datasets.resources.fhirStores.methods.patch.parameters.name.description
    - schemas.ExportMessagesRequest.properties.filter.description
    - schemas.FhirStore.properties.name.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6b9fa37 View commit details
    Browse the repository at this point in the history
  122. Configuration menu
    Copy the full SHA
    0c72806 View commit details
    Browse the repository at this point in the history
  123. feat(iam)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### iam:v1
    
    The following keys were deleted:
    - schemas.WorkloadIdentityPoolProvider.properties.x509.$ref
    - schemas.WorkloadIdentityPoolProvider.properties.x509.description
    - schemas.X509.description
    - schemas.X509.id
    - schemas.X509.type
    
    The following keys were added:
    - resources.projects.resources.locations.resources.oauthClients.methods.create.description
    - resources.projects.resources.locations.resources.oauthClients.methods.create.flatPath
    - resources.projects.resources.locations.resources.oauthClients.methods.create.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.methods.create.id
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.oauthClientId.description
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.oauthClientId.location
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.oauthClientId.type
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.oauthClients.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.oauthClients.methods.create.path
    - resources.projects.resources.locations.resources.oauthClients.methods.create.request.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.create.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.create.scopes
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.description
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.flatPath
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.id
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.path
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.delete.scopes
    - resources.projects.resources.locations.resources.oauthClients.methods.get.description
    - resources.projects.resources.locations.resources.oauthClients.methods.get.flatPath
    - resources.projects.resources.locations.resources.oauthClients.methods.get.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.methods.get.id
    - resources.projects.resources.locations.resources.oauthClients.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.methods.get.path
    - resources.projects.resources.locations.resources.oauthClients.methods.get.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.get.scopes
    - resources.projects.resources.locations.resources.oauthClients.methods.list.description
    - resources.projects.resources.locations.resources.oauthClients.methods.list.flatPath
    - resources.projects.resources.locations.resources.oauthClients.methods.list.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.methods.list.id
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.showDeleted.description
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.showDeleted.location
    - resources.projects.resources.locations.resources.oauthClients.methods.list.parameters.showDeleted.type
    - resources.projects.resources.locations.resources.oauthClients.methods.list.path
    - resources.projects.resources.locations.resources.oauthClients.methods.list.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.list.scopes
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.description
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.flatPath
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.id
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.path
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.patch.scopes
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.description
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.flatPath
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.id
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.path
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.request.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.methods.undelete.scopes
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.flatPath
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.id
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.oauthClientCredentialId.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.oauthClientCredentialId.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.oauthClientCredentialId.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.path
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.request.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.create.scopes
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.flatPath
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.id
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.path
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.delete.scopes
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.flatPath
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.id
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.path
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.get.scopes
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.flatPath
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.id
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.path
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.list.scopes
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.flatPath
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.id
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.path
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.oauthClients.resources.credentials.methods.patch.scopes
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.description
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.flatPath
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.httpMethod
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.id
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.parameterOrder
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.parameters.name.description
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.parameters.name.location
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.parameters.name.pattern
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.parameters.name.required
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.parameters.name.type
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.path
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.request.$ref
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.response.$ref
    - resources.projects.resources.serviceAccounts.resources.keys.methods.patch.scopes
    - schemas.DisableServiceAccountKeyRequest.properties.extendedStatusMessage.description
    - schemas.DisableServiceAccountKeyRequest.properties.extendedStatusMessage.type
    - schemas.DisableServiceAccountKeyRequest.properties.serviceAccountKeyDisableReason.description
    - schemas.DisableServiceAccountKeyRequest.properties.serviceAccountKeyDisableReason.enum
    - schemas.DisableServiceAccountKeyRequest.properties.serviceAccountKeyDisableReason.enumDescriptions
    - schemas.DisableServiceAccountKeyRequest.properties.serviceAccountKeyDisableReason.type
    - schemas.ExtendedStatus.description
    - schemas.ExtendedStatus.id
    - schemas.ExtendedStatus.properties.key.description
    - schemas.ExtendedStatus.properties.key.enum
    - schemas.ExtendedStatus.properties.key.enumDescriptions
    - schemas.ExtendedStatus.properties.key.type
    - schemas.ExtendedStatus.properties.value.description
    - schemas.ExtendedStatus.properties.value.type
    - schemas.ExtendedStatus.type
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.id
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.attributesType.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.attributesType.enum
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.attributesType.enumDescriptions
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.attributesType.type
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.clientId.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.clientId.type
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.clientSecret.$ref
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.clientSecret.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.issuerUri.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.issuerUri.type
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.queryParameters.$ref
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.properties.queryParameters.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client.type
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters.id
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters.properties.filter.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters.properties.filter.type
    - schemas.GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2ClientQueryParameters.type
    - schemas.ListOauthClientCredentialsResponse.description
    - schemas.ListOauthClientCredentialsResponse.id
    - schemas.ListOauthClientCredentialsResponse.properties.oauthClientCredentials.description
    - schemas.ListOauthClientCredentialsResponse.properties.oauthClientCredentials.items.$ref
    - schemas.ListOauthClientCredentialsResponse.properties.oauthClientCredentials.type
    - schemas.ListOauthClientCredentialsResponse.type
    - schemas.ListOauthClientsResponse.description
    - schemas.ListOauthClientsResponse.id
    - schemas.ListOauthClientsResponse.properties.nextPageToken.description
    - schemas.ListOauthClientsResponse.properties.nextPageToken.type
    - schemas.ListOauthClientsResponse.properties.oauthClients.description
    - schemas.ListOauthClientsResponse.properties.oauthClients.items.$ref
    - schemas.ListOauthClientsResponse.properties.oauthClients.type
    - schemas.ListOauthClientsResponse.type
    - schemas.OauthClient.description
    - schemas.OauthClient.id
    - schemas.OauthClient.properties.allowedGrantTypes.description
    - schemas.OauthClient.properties.allowedGrantTypes.items.enum
    - schemas.OauthClient.properties.allowedGrantTypes.items.enumDescriptions
    - schemas.OauthClient.properties.allowedGrantTypes.items.type
    - schemas.OauthClient.properties.allowedGrantTypes.type
    - schemas.OauthClient.properties.allowedRedirectUris.description
    - schemas.OauthClient.properties.allowedRedirectUris.items.type
    - schemas.OauthClient.properties.allowedRedirectUris.type
    - schemas.OauthClient.properties.allowedScopes.description
    - schemas.OauthClient.properties.allowedScopes.items.type
    - schemas.OauthClient.properties.allowedScopes.type
    - schemas.OauthClient.properties.clientId.description
    - schemas.OauthClient.properties.clientId.readOnly
    - schemas.OauthClient.properties.clientId.type
    - schemas.OauthClient.properties.clientType.description
    - schemas.OauthClient.properties.clientType.enum
    - schemas.OauthClient.properties.clientType.enumDescriptions
    - schemas.OauthClient.properties.clientType.type
    - schemas.OauthClient.properties.description.description
    - schemas.OauthClient.properties.description.type
    - schemas.OauthClient.properties.disabled.description
    - schemas.OauthClient.properties.disabled.type
    - schemas.OauthClient.properties.displayName.description
    - schemas.OauthClient.properties.displayName.type
    - schemas.OauthClient.properties.expireTime.description
    - schemas.OauthClient.properties.expireTime.format
    - schemas.OauthClient.properties.expireTime.readOnly
    - schemas.OauthClient.properties.expireTime.type
    - schemas.OauthClient.properties.name.description
    - schemas.OauthClient.properties.name.type
    - schemas.OauthClient.properties.state.description
    - schemas.OauthClient.properties.state.enum
    - schemas.OauthClient.properties.state.enumDescriptions
    - schemas.OauthClient.properties.state.readOnly
    - schemas.OauthClient.properties.state.type
    - schemas.OauthClient.type
    - schemas.OauthClientCredential.description
    - schemas.OauthClientCredential.id
    - schemas.OauthClientCredential.properties.clientSecret.description
    - schemas.OauthClientCredential.properties.clientSecret.readOnly
    - schemas.OauthClientCredential.properties.clientSecret.type
    - schemas.OauthClientCredential.properties.disabled.description
    - schemas.OauthClientCredential.properties.disabled.type
    - schemas.OauthClientCredential.properties.displayName.description
    - schemas.OauthClientCredential.properties.displayName.type
    - schemas.OauthClientCredential.properties.name.description
    - schemas.OauthClientCredential.properties.name.type
    - schemas.OauthClientCredential.type
    - schemas.PatchServiceAccountKeyRequest.description
    - schemas.PatchServiceAccountKeyRequest.id
    - schemas.PatchServiceAccountKeyRequest.properties.serviceAccountKey.$ref
    - schemas.PatchServiceAccountKeyRequest.properties.serviceAccountKey.description
    - schemas.PatchServiceAccountKeyRequest.properties.updateMask.description
    - schemas.PatchServiceAccountKeyRequest.properties.updateMask.format
    - schemas.PatchServiceAccountKeyRequest.properties.updateMask.type
    - schemas.PatchServiceAccountKeyRequest.type
    - schemas.ServiceAccountKey.properties.contact.description
    - schemas.ServiceAccountKey.properties.contact.type
    - schemas.ServiceAccountKey.properties.creator.description
    - schemas.ServiceAccountKey.properties.creator.readOnly
    - schemas.ServiceAccountKey.properties.creator.type
    - schemas.ServiceAccountKey.properties.description.description
    - schemas.ServiceAccountKey.properties.description.type
    - schemas.ServiceAccountKey.properties.disableReason.description
    - schemas.ServiceAccountKey.properties.disableReason.enum
    - schemas.ServiceAccountKey.properties.disableReason.enumDescriptions
    - schemas.ServiceAccountKey.properties.disableReason.type
    - schemas.ServiceAccountKey.properties.extendedStatus.description
    - schemas.ServiceAccountKey.properties.extendedStatus.items.$ref
    - schemas.ServiceAccountKey.properties.extendedStatus.type
    - schemas.UndeleteOauthClientRequest.description
    - schemas.UndeleteOauthClientRequest.id
    - schemas.UndeleteOauthClientRequest.type
    - schemas.WorkforcePoolProvider.properties.extraAttributesOauth2Client.$ref
    - schemas.WorkforcePoolProvider.properties.extraAttributesOauth2Client.description
    
    The following keys were changed:
    - resources.locations.resources.workforcePools.methods.testIamPermissions.description
    - resources.locations.resources.workforcePools.resources.providers.methods.delete.description
    - resources.locations.resources.workforcePools.resources.subjects.methods.delete.description
    - resources.locations.resources.workforcePools.resources.subjects.methods.delete.parameters.name.description
    - resources.locations.resources.workforcePools.resources.subjects.methods.undelete.parameters.name.description
    - resources.organizations.resources.roles.methods.create.parameters.parent.description
    - resources.organizations.resources.roles.methods.delete.parameters.name.description
    - resources.organizations.resources.roles.methods.get.parameters.name.description
    - resources.organizations.resources.roles.methods.list.parameters.parent.description
    - resources.organizations.resources.roles.methods.patch.parameters.name.description
    - resources.organizations.resources.roles.methods.undelete.parameters.name.description
    - resources.projects.resources.roles.methods.create.parameters.parent.description
    - resources.projects.resources.roles.methods.delete.parameters.name.description
    - resources.projects.resources.roles.methods.get.parameters.name.description
    - resources.projects.resources.roles.methods.list.parameters.parent.description
    - resources.projects.resources.roles.methods.patch.parameters.name.description
    - resources.projects.resources.roles.methods.undelete.parameters.name.description
    - resources.roles.methods.get.parameters.name.description
    - resources.roles.methods.list.parameters.parent.description
    - schemas.AuditableService.properties.name.description
    - schemas.GoogleIamAdminV1WorkforcePoolProviderOidc.properties.issuerUri.description
    - schemas.LintPolicyRequest.description
    - schemas.LintPolicyRequest.properties.fullResourceName.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2bf3496 View commit details
    Browse the repository at this point in the history
  124. Configuration menu
    Copy the full SHA
    bdc80fa View commit details
    Browse the repository at this point in the history
  125. feat(iap): update the API

    #### iap:v1
    
    The following keys were added:
    - schemas.AccessSettings.properties.identitySources.description
    - schemas.AccessSettings.properties.identitySources.items.enum
    - schemas.AccessSettings.properties.identitySources.items.enumDescriptions
    - schemas.AccessSettings.properties.identitySources.items.type
    - schemas.AccessSettings.properties.identitySources.type
    - schemas.AccessSettings.properties.workforceIdentitySettings.$ref
    - schemas.AccessSettings.properties.workforceIdentitySettings.description
    - schemas.OAuth2.description
    - schemas.OAuth2.id
    - schemas.OAuth2.properties.clientId.description
    - schemas.OAuth2.properties.clientId.type
    - schemas.OAuth2.properties.clientSecret.description
    - schemas.OAuth2.properties.clientSecret.type
    - schemas.OAuth2.properties.clientSecretSha256.description
    - schemas.OAuth2.properties.clientSecretSha256.readOnly
    - schemas.OAuth2.properties.clientSecretSha256.type
    - schemas.OAuth2.type
    - schemas.WorkforceIdentitySettings.description
    - schemas.WorkforceIdentitySettings.id
    - schemas.WorkforceIdentitySettings.properties.oauth2.$ref
    - schemas.WorkforceIdentitySettings.properties.oauth2.description
    - schemas.WorkforceIdentitySettings.properties.workforcePools.description
    - schemas.WorkforceIdentitySettings.properties.workforcePools.items.type
    - schemas.WorkforceIdentitySettings.properties.workforcePools.type
    - schemas.WorkforceIdentitySettings.type
    
    The following keys were changed:
    - schemas.Resource.properties.name.description
    - schemas.Resource.properties.service.description
    - schemas.Resource.properties.type.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f58baf3 View commit details
    Browse the repository at this point in the history
  126. fix(identitytoolkit): update the API

    #### identitytoolkit:v1
    
    The following keys were changed:
    - resources.accounts.methods.sendVerificationCode.description
    - resources.accounts.methods.signInWithPhoneNumber.description
    - schemas.GoogleCloudIdentitytoolkitV1SignInWithIdpResponse.properties.needConfirmation.description
    
    #### identitytoolkit:v2
    
    The following keys were changed:
    - resources.v2.methods.getRecaptchaConfig.parameters.version.enumDescriptions
    - schemas.GoogleCloudIdentitytoolkitAdminV2EmailTemplate.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    774b890 View commit details
    Browse the repository at this point in the history
  127. Configuration menu
    Copy the full SHA
    fbd7308 View commit details
    Browse the repository at this point in the history
  128. Configuration menu
    Copy the full SHA
    d6ae5e7 View commit details
    Browse the repository at this point in the history
  129. Configuration menu
    Copy the full SHA
    7b8fb6e View commit details
    Browse the repository at this point in the history
  130. Configuration menu
    Copy the full SHA
    f4b24e5 View commit details
    Browse the repository at this point in the history
  131. fix(kmsinventory): update the API

    #### kmsinventory:v1
    
    The following keys were changed:
    - schemas.GoogleCloudKmsV1CryptoKeyVersion.properties.algorithm.enum
    - schemas.GoogleCloudKmsV1CryptoKeyVersion.properties.algorithm.enumDescriptions
    - schemas.GoogleCloudKmsV1CryptoKeyVersionTemplate.properties.algorithm.enum
    - schemas.GoogleCloudKmsV1CryptoKeyVersionTemplate.properties.algorithm.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ab8e5bf View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    cadc5a2 View commit details
    Browse the repository at this point in the history
  133. Configuration menu
    Copy the full SHA
    12a0213 View commit details
    Browse the repository at this point in the history
  134. Configuration menu
    Copy the full SHA
    038489c View commit details
    Browse the repository at this point in the history
  135. fix(lifesciences): update the API

    #### lifesciences:v2beta
    
    The following keys were changed:
    - schemas.Accelerator.properties.type.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    85832c6 View commit details
    Browse the repository at this point in the history
  136. Configuration menu
    Copy the full SHA
    63d2ea7 View commit details
    Browse the repository at this point in the history
  137. feat(logging): update the API

    #### logging:v2
    
    The following keys were added:
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.description
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.flatPath
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.httpMethod
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.id
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameterOrder
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.description
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.location
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.pattern
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.required
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.type
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.path
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.request.$ref
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.response.$ref
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.scopes
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.description
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.flatPath
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.httpMethod
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.id
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameterOrder
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.description
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.location
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.pattern
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.required
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.type
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.path
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.request.$ref
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.response.$ref
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.scopes
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.description
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.flatPath
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.httpMethod
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.id
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameterOrder
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.description
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.location
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.pattern
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.required
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.type
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.path
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.request.$ref
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.response.$ref
    - resources.folders.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.scopes
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.description
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.flatPath
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.httpMethod
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.id
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameterOrder
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.description
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.location
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.pattern
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.required
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.type
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.path
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.request.$ref
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.response.$ref
    - resources.locations.resources.buckets.resources.views.methods.getIamPolicy.scopes
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.description
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.flatPath
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.httpMethod
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.id
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameterOrder
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.description
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.location
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.pattern
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.required
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.type
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.path
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.request.$ref
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.response.$ref
    - resources.locations.resources.buckets.resources.views.methods.setIamPolicy.scopes
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.description
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.flatPath
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.httpMethod
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.id
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameterOrder
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.description
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.location
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.pattern
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.required
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.type
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.path
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.request.$ref
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.response.$ref
    - resources.locations.resources.buckets.resources.views.methods.testIamPermissions.scopes
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.description
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.flatPath
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.httpMethod
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.id
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameterOrder
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.description
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.location
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.pattern
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.required
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.type
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.path
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.request.$ref
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.response.$ref
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.scopes
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.description
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.flatPath
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.httpMethod
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.id
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameterOrder
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.description
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.location
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.pattern
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.required
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.type
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.path
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.request.$ref
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.response.$ref
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.scopes
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.description
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.flatPath
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.httpMethod
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.id
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameterOrder
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.description
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.location
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.pattern
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.required
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.type
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.path
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.request.$ref
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.response.$ref
    - resources.organizations.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.scopes
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.description
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.flatPath
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.httpMethod
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.id
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameterOrder
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.description
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.location
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.pattern
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.required
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.parameters.resource.type
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.path
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.request.$ref
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.response.$ref
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.getIamPolicy.scopes
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.description
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.flatPath
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.httpMethod
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.id
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameterOrder
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.description
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.location
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.pattern
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.required
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.parameters.resource.type
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.path
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.request.$ref
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.response.$ref
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.setIamPolicy.scopes
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.description
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.flatPath
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.httpMethod
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.id
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameterOrder
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.description
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.location
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.pattern
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.required
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.parameters.resource.type
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.path
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.request.$ref
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.response.$ref
    - resources.projects.resources.locations.resources.buckets.resources.views.methods.testIamPermissions.scopes
    - schemas.AuditConfig.description
    - schemas.AuditConfig.id
    - schemas.AuditConfig.properties.auditLogConfigs.description
    - schemas.AuditConfig.properties.auditLogConfigs.items.$ref
    - schemas.AuditConfig.properties.auditLogConfigs.type
    - schemas.AuditConfig.properties.service.description
    - schemas.AuditConfig.properties.service.type
    - schemas.AuditConfig.type
    - schemas.AuditLogConfig.description
    - schemas.AuditLogConfig.id
    - schemas.AuditLogConfig.properties.exemptedMembers.description
    - schemas.AuditLogConfig.properties.exemptedMembers.items.type
    - schemas.AuditLogConfig.properties.exemptedMembers.type
    - schemas.AuditLogConfig.properties.logType.description
    - schemas.AuditLogConfig.properties.logType.enum
    - schemas.AuditLogConfig.properties.logType.enumDescriptions
    - schemas.AuditLogConfig.properties.logType.type
    - schemas.AuditLogConfig.type
    - schemas.Binding.description
    - schemas.Binding.id
    - schemas.Binding.properties.condition.$ref
    - schemas.Binding.properties.condition.description
    - schemas.Binding.properties.members.description
    - schemas.Binding.properties.members.items.type
    - schemas.Binding.properties.members.type
    - schemas.Binding.properties.role.description
    - schemas.Binding.properties.role.type
    - schemas.Binding.type
    - schemas.Expr.description
    - schemas.Expr.id
    - schemas.Expr.properties.description.description
    - schemas.Expr.properties.description.type
    - schemas.Expr.properties.expression.description
    - schemas.Expr.properties.expression.type
    - schemas.Expr.properties.location.description
    - schemas.Expr.properties.location.type
    - schemas.Expr.properties.title.description
    - schemas.Expr.properties.title.type
    - schemas.Expr.type
    - schemas.GetIamPolicyRequest.description
    - schemas.GetIamPolicyRequest.id
    - schemas.GetIamPolicyRequest.properties.options.$ref
    - schemas.GetIamPolicyRequest.properties.options.description
    - schemas.GetIamPolicyRequest.type
    - schemas.GetPolicyOptions.description
    - schemas.GetPolicyOptions.id
    - schemas.GetPolicyOptions.properties.requestedPolicyVersion.description
    - schemas.GetPolicyOptions.properties.requestedPolicyVersion.format
    - schemas.GetPolicyOptions.properties.requestedPolicyVersion.type
    - schemas.GetPolicyOptions.type
    - schemas.Policy.description
    - schemas.Policy.id
    - schemas.Policy.properties.auditConfigs.description
    - schemas.Policy.properties.auditConfigs.items.$ref
    - schemas.Policy.properties.auditConfigs.type
    - schemas.Policy.properties.bindings.description
    - schemas.Policy.properties.bindings.items.$ref
    - schemas.Policy.properties.bindings.type
    - schemas.Policy.properties.etag.description
    - schemas.Policy.properties.etag.format
    - schemas.Policy.properties.etag.type
    - schemas.Policy.properties.version.description
    - schemas.Policy.properties.version.format
    - schemas.Policy.properties.version.type
    - schemas.Policy.type
    - schemas.SetIamPolicyRequest.description
    - schemas.SetIamPolicyRequest.id
    - schemas.SetIamPolicyRequest.properties.policy.$ref
    - schemas.SetIamPolicyRequest.properties.policy.description
    - schemas.SetIamPolicyRequest.properties.updateMask.description
    - schemas.SetIamPolicyRequest.properties.updateMask.format
    - schemas.SetIamPolicyRequest.properties.updateMask.type
    - schemas.SetIamPolicyRequest.type
    - schemas.TestIamPermissionsRequest.description
    - schemas.TestIamPermissionsRequest.id
    - schemas.TestIamPermissionsRequest.properties.permissions.description
    - schemas.TestIamPermissionsRequest.properties.permissions.items.type
    - schemas.TestIamPermissionsRequest.properties.permissions.type
    - schemas.TestIamPermissionsRequest.type
    - schemas.TestIamPermissionsResponse.description
    - schemas.TestIamPermissionsResponse.id
    - schemas.TestIamPermissionsResponse.properties.permissions.description
    - schemas.TestIamPermissionsResponse.properties.permissions.items.type
    - schemas.TestIamPermissionsResponse.properties.permissions.type
    - schemas.TestIamPermissionsResponse.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ba32c90 View commit details
    Browse the repository at this point in the history
  138. fix(looker): update the API

    #### looker:v1
    
    The following keys were changed:
    - schemas.Instance.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a02a141 View commit details
    Browse the repository at this point in the history
  139. Configuration menu
    Copy the full SHA
    eac957d View commit details
    Browse the repository at this point in the history
  140. Configuration menu
    Copy the full SHA
    e1d5348 View commit details
    Browse the repository at this point in the history
  141. feat(marketingplatformadmin): update the API

    #### marketingplatformadmin:v1alpha
    
    The following keys were added:
    - resources.organizations.methods.get.description
    - resources.organizations.methods.get.flatPath
    - resources.organizations.methods.get.httpMethod
    - resources.organizations.methods.get.id
    - resources.organizations.methods.get.parameterOrder
    - resources.organizations.methods.get.parameters.name.description
    - resources.organizations.methods.get.parameters.name.location
    - resources.organizations.methods.get.parameters.name.pattern
    - resources.organizations.methods.get.parameters.name.required
    - resources.organizations.methods.get.parameters.name.type
    - resources.organizations.methods.get.path
    - resources.organizations.methods.get.response.$ref
    - resources.organizations.methods.get.scopes
    - schemas.Organization.description
    - schemas.Organization.id
    - schemas.Organization.properties.displayName.description
    - schemas.Organization.properties.displayName.type
    - schemas.Organization.properties.name.description
    - schemas.Organization.properties.name.type
    - schemas.Organization.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    96165a6 View commit details
    Browse the repository at this point in the history
  142. Configuration menu
    Copy the full SHA
    23efa2d View commit details
    Browse the repository at this point in the history
  143. feat(metastore): update the API

    #### metastore:v1alpha
    
    The following keys were added:
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.description
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.flatPath
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.httpMethod
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.id
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameterOrder
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.description
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.location
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.pattern
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.required
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.type
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.path
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.request.$ref
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.response.$ref
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.scopes
    - resources.projects.resources.locations.resources.services.methods.completeMigration.description
    - resources.projects.resources.locations.resources.services.methods.completeMigration.flatPath
    - resources.projects.resources.locations.resources.services.methods.completeMigration.httpMethod
    - resources.projects.resources.locations.resources.services.methods.completeMigration.id
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameterOrder
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.description
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.location
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.pattern
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.required
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.type
    - resources.projects.resources.locations.resources.services.methods.completeMigration.path
    - resources.projects.resources.locations.resources.services.methods.completeMigration.request.$ref
    - resources.projects.resources.locations.resources.services.methods.completeMigration.response.$ref
    - resources.projects.resources.locations.resources.services.methods.completeMigration.scopes
    - resources.projects.resources.locations.resources.services.methods.startMigration.description
    - resources.projects.resources.locations.resources.services.methods.startMigration.flatPath
    - resources.projects.resources.locations.resources.services.methods.startMigration.httpMethod
    - resources.projects.resources.locations.resources.services.methods.startMigration.id
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameterOrder
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.description
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.location
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.pattern
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.required
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.type
    - resources.projects.resources.locations.resources.services.methods.startMigration.path
    - resources.projects.resources.locations.resources.services.methods.startMigration.request.$ref
    - resources.projects.resources.locations.resources.services.methods.startMigration.response.$ref
    - resources.projects.resources.locations.resources.services.methods.startMigration.scopes
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.flatPath
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.id
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.path
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.scopes
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.flatPath
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.httpMethod
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.id
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.path
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.response.$ref
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.scopes
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.flatPath
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.httpMethod
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.id
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.path
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.response.$ref
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.scopes
    - schemas.AutoscalingConfig.description
    - schemas.AutoscalingConfig.id
    - schemas.AutoscalingConfig.properties.autoscalingEnabled.description
    - schemas.AutoscalingConfig.properties.autoscalingEnabled.type
    - schemas.AutoscalingConfig.properties.autoscalingFactor.description
    - schemas.AutoscalingConfig.properties.autoscalingFactor.format
    - schemas.AutoscalingConfig.properties.autoscalingFactor.readOnly
    - schemas.AutoscalingConfig.properties.autoscalingFactor.type
    - schemas.AutoscalingConfig.properties.limitConfig.$ref
    - schemas.AutoscalingConfig.properties.limitConfig.description
    - schemas.AutoscalingConfig.type
    - schemas.CancelMigrationRequest.description
    - schemas.CancelMigrationRequest.id
    - schemas.CancelMigrationRequest.type
    - schemas.CancelMigrationResponse.description
    - schemas.CancelMigrationResponse.id
    - schemas.CancelMigrationResponse.properties.migrationExecution.description
    - schemas.CancelMigrationResponse.properties.migrationExecution.type
    - schemas.CancelMigrationResponse.type
    - schemas.CdcConfig.description
    - schemas.CdcConfig.id
    - schemas.CdcConfig.properties.bucket.description
    - schemas.CdcConfig.properties.bucket.type
    - schemas.CdcConfig.properties.password.description
    - schemas.CdcConfig.properties.password.type
    - schemas.CdcConfig.properties.reverseProxySubnet.description
    - schemas.CdcConfig.properties.reverseProxySubnet.type
    - schemas.CdcConfig.properties.rootPath.description
    - schemas.CdcConfig.properties.rootPath.type
    - schemas.CdcConfig.properties.subnetIpRange.description
    - schemas.CdcConfig.properties.subnetIpRange.type
    - schemas.CdcConfig.properties.username.description
    - schemas.CdcConfig.properties.username.type
    - schemas.CdcConfig.properties.vpcNetwork.description
    - schemas.CdcConfig.properties.vpcNetwork.type
    - schemas.CdcConfig.type
    - schemas.CloudSQLConnectionConfig.description
    - schemas.CloudSQLConnectionConfig.id
    - schemas.CloudSQLConnectionConfig.properties.hiveDatabaseName.description
    - schemas.CloudSQLConnectionConfig.properties.hiveDatabaseName.type
    - schemas.CloudSQLConnectionConfig.properties.instanceConnectionName.description
    - schemas.CloudSQLConnectionConfig.properties.instanceConnectionName.type
    - schemas.CloudSQLConnectionConfig.properties.ipAddress.description
    - schemas.CloudSQLConnectionConfig.properties.ipAddress.type
    - schemas.CloudSQLConnectionConfig.properties.natSubnet.description
    - schemas.CloudSQLConnectionConfig.properties.natSubnet.type
    - schemas.CloudSQLConnectionConfig.properties.password.description
    - schemas.CloudSQLConnectionConfig.properties.password.type
    - schemas.CloudSQLConnectionConfig.properties.port.description
    - schemas.CloudSQLConnectionConfig.properties.port.format
    - schemas.CloudSQLConnectionConfig.properties.port.type
    - schemas.CloudSQLConnectionConfig.properties.proxySubnet.description
    - schemas.CloudSQLConnectionConfig.properties.proxySubnet.type
    - schemas.CloudSQLConnectionConfig.properties.username.description
    - schemas.CloudSQLConnectionConfig.properties.username.type
    - schemas.CloudSQLConnectionConfig.type
    - schemas.CloudSQLMigrationConfig.description
    - schemas.CloudSQLMigrationConfig.id
    - schemas.CloudSQLMigrationConfig.properties.cdcConfig.$ref
    - schemas.CloudSQLMigrationConfig.properties.cdcConfig.description
    - schemas.CloudSQLMigrationConfig.properties.cloudSqlConnectionConfig.$ref
    - schemas.CloudSQLMigrationConfig.properties.cloudSqlConnectionConfig.description
    - schemas.CloudSQLMigrationConfig.type
    - schemas.CompleteMigrationRequest.description
    - schemas.CompleteMigrationRequest.id
    - schemas.CompleteMigrationRequest.type
    - schemas.CompleteMigrationResponse.description
    - schemas.CompleteMigrationResponse.id
    - schemas.CompleteMigrationResponse.properties.migrationExecution.description
    - schemas.CompleteMigrationResponse.properties.migrationExecution.type
    - schemas.CompleteMigrationResponse.type
    - schemas.LimitConfig.description
    - schemas.LimitConfig.id
    - schemas.LimitConfig.properties.maxScalingFactor.description
    - schemas.LimitConfig.properties.maxScalingFactor.format
    - schemas.LimitConfig.properties.maxScalingFactor.type
    - schemas.LimitConfig.properties.minScalingFactor.description
    - schemas.LimitConfig.properties.minScalingFactor.format
    - schemas.LimitConfig.properties.minScalingFactor.type
    - schemas.LimitConfig.type
    - schemas.ListMigrationExecutionsResponse.description
    - schemas.ListMigrationExecutionsResponse.id
    - schemas.ListMigrationExecutionsResponse.properties.migrationExecutions.description
    - schemas.ListMigrationExecutionsResponse.properties.migrationExecutions.items.$ref
    - schemas.ListMigrationExecutionsResponse.properties.migrationExecutions.type
    - schemas.ListMigrationExecutionsResponse.properties.nextPageToken.description
    - schemas.ListMigrationExecutionsResponse.properties.nextPageToken.type
    - schemas.ListMigrationExecutionsResponse.properties.unreachable.description
    - schemas.ListMigrationExecutionsResponse.properties.unreachable.items.type
    - schemas.ListMigrationExecutionsResponse.properties.unreachable.type
    - schemas.ListMigrationExecutionsResponse.type
    - schemas.MigrationExecution.description
    - schemas.MigrationExecution.id
    - schemas.MigrationExecution.properties.cloudSqlMigrationConfig.$ref
    - schemas.MigrationExecution.properties.cloudSqlMigrationConfig.description
    - schemas.MigrationExecution.properties.createTime.description
    - schemas.MigrationExecution.properties.createTime.format
    - schemas.MigrationExecution.properties.createTime.readOnly
    - schemas.MigrationExecution.properties.createTime.type
    - schemas.MigrationExecution.properties.endTime.description
    - schemas.MigrationExecution.properties.endTime.format
    - schemas.MigrationExecution.properties.endTime.readOnly
    - schemas.MigrationExecution.properties.endTime.type
    - schemas.MigrationExecution.properties.name.description
    - schemas.MigrationExecution.properties.name.readOnly
    - schemas.MigrationExecution.properties.name.type
    - schemas.MigrationExecution.properties.phase.description
    - schemas.MigrationExecution.properties.phase.enum
    - schemas.MigrationExecution.properties.phase.enumDescriptions
    - schemas.MigrationExecution.properties.phase.readOnly
    - schemas.MigrationExecution.properties.phase.type
    - schemas.MigrationExecution.properties.state.description
    - schemas.MigrationExecution.properties.state.enum
    - schemas.MigrationExecution.properties.state.enumDescriptions
    - schemas.MigrationExecution.properties.state.readOnly
    - schemas.MigrationExecution.properties.state.type
    - schemas.MigrationExecution.properties.stateMessage.description
    - schemas.MigrationExecution.properties.stateMessage.readOnly
    - schemas.MigrationExecution.properties.stateMessage.type
    - schemas.MigrationExecution.type
    - schemas.ScalingConfig.properties.autoscalingConfig.$ref
    - schemas.ScalingConfig.properties.autoscalingConfig.description
    - schemas.StartMigrationRequest.description
    - schemas.StartMigrationRequest.id
    - schemas.StartMigrationRequest.properties.migrationExecution.$ref
    - schemas.StartMigrationRequest.properties.migrationExecution.description
    - schemas.StartMigrationRequest.properties.requestId.description
    - schemas.StartMigrationRequest.properties.requestId.type
    - schemas.StartMigrationRequest.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.services.methods.queryMetadata.description
    - schemas.EncryptionConfig.properties.kmsKey.description
    - schemas.Service.properties.state.enum
    - schemas.Service.properties.state.enumDescriptions
    
    #### metastore:v1beta
    
    The following keys were added:
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.description
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.flatPath
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.httpMethod
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.id
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameterOrder
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.description
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.location
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.pattern
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.required
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.parameters.service.type
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.path
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.request.$ref
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.response.$ref
    - resources.projects.resources.locations.resources.services.methods.cancelMigration.scopes
    - resources.projects.resources.locations.resources.services.methods.completeMigration.description
    - resources.projects.resources.locations.resources.services.methods.completeMigration.flatPath
    - resources.projects.resources.locations.resources.services.methods.completeMigration.httpMethod
    - resources.projects.resources.locations.resources.services.methods.completeMigration.id
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameterOrder
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.description
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.location
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.pattern
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.required
    - resources.projects.resources.locations.resources.services.methods.completeMigration.parameters.service.type
    - resources.projects.resources.locations.resources.services.methods.completeMigration.path
    - resources.projects.resources.locations.resources.services.methods.completeMigration.request.$ref
    - resources.projects.resources.locations.resources.services.methods.completeMigration.response.$ref
    - resources.projects.resources.locations.resources.services.methods.completeMigration.scopes
    - resources.projects.resources.locations.resources.services.methods.startMigration.description
    - resources.projects.resources.locations.resources.services.methods.startMigration.flatPath
    - resources.projects.resources.locations.resources.services.methods.startMigration.httpMethod
    - resources.projects.resources.locations.resources.services.methods.startMigration.id
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameterOrder
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.description
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.location
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.pattern
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.required
    - resources.projects.resources.locations.resources.services.methods.startMigration.parameters.service.type
    - resources.projects.resources.locations.resources.services.methods.startMigration.path
    - resources.projects.resources.locations.resources.services.methods.startMigration.request.$ref
    - resources.projects.resources.locations.resources.services.methods.startMigration.response.$ref
    - resources.projects.resources.locations.resources.services.methods.startMigration.scopes
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.flatPath
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.id
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.path
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.delete.scopes
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.flatPath
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.httpMethod
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.id
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.path
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.response.$ref
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.get.scopes
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.flatPath
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.httpMethod
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.id
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.path
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.response.$ref
    - resources.projects.resources.locations.resources.services.resources.migrationExecutions.methods.list.scopes
    - schemas.AutoscalingConfig.description
    - schemas.AutoscalingConfig.id
    - schemas.AutoscalingConfig.properties.autoscalingEnabled.description
    - schemas.AutoscalingConfig.properties.autoscalingEnabled.type
    - schemas.AutoscalingConfig.properties.autoscalingFactor.description
    - schemas.AutoscalingConfig.properties.autoscalingFactor.format
    - schemas.AutoscalingConfig.properties.autoscalingFactor.readOnly
    - schemas.AutoscalingConfig.properties.autoscalingFactor.type
    - schemas.AutoscalingConfig.properties.limitConfig.$ref
    - schemas.AutoscalingConfig.properties.limitConfig.description
    - schemas.AutoscalingConfig.type
    - schemas.CancelMigrationRequest.description
    - schemas.CancelMigrationRequest.id
    - schemas.CancelMigrationRequest.type
    - schemas.CancelMigrationResponse.description
    - schemas.CancelMigrationResponse.id
    - schemas.CancelMigrationResponse.properties.migrationExecution.description
    - schemas.CancelMigrationResponse.properties.migrationExecution.type
    - schemas.CancelMigrationResponse.type
    - schemas.CdcConfig.description
    - schemas.CdcConfig.id
    - schemas.CdcConfig.properties.bucket.description
    - schemas.CdcConfig.properties.bucket.type
    - schemas.CdcConfig.properties.password.description
    - schemas.CdcConfig.properties.password.type
    - schemas.CdcConfig.properties.reverseProxySubnet.description
    - schemas.CdcConfig.properties.reverseProxySubnet.type
    - schemas.CdcConfig.properties.rootPath.description
    - schemas.CdcConfig.properties.rootPath.type
    - schemas.CdcConfig.properties.subnetIpRange.description
    - schemas.CdcConfig.properties.subnetIpRange.type
    - schemas.CdcConfig.properties.username.description
    - schemas.CdcConfig.properties.username.type
    - schemas.CdcConfig.properties.vpcNetwork.description
    - schemas.CdcConfig.properties.vpcNetwork.type
    - schemas.CdcConfig.type
    - schemas.CloudSQLConnectionConfig.description
    - schemas.CloudSQLConnectionConfig.id
    - schemas.CloudSQLConnectionConfig.properties.hiveDatabaseName.description
    - schemas.CloudSQLConnectionConfig.properties.hiveDatabaseName.type
    - schemas.CloudSQLConnectionConfig.properties.instanceConnectionName.description
    - schemas.CloudSQLConnectionConfig.properties.instanceConnectionName.type
    - schemas.CloudSQLConnectionConfig.properties.ipAddress.description
    - schemas.CloudSQLConnectionConfig.properties.ipAddress.type
    - schemas.CloudSQLConnectionConfig.properties.natSubnet.description
    - schemas.CloudSQLConnectionConfig.properties.natSubnet.type
    - schemas.CloudSQLConnectionConfig.properties.password.description
    - schemas.CloudSQLConnectionConfig.properties.password.type
    - schemas.CloudSQLConnectionConfig.properties.port.description
    - schemas.CloudSQLConnectionConfig.properties.port.format
    - schemas.CloudSQLConnectionConfig.properties.port.type
    - schemas.CloudSQLConnectionConfig.properties.proxySubnet.description
    - schemas.CloudSQLConnectionConfig.properties.proxySubnet.type
    - schemas.CloudSQLConnectionConfig.properties.username.description
    - schemas.CloudSQLConnectionConfig.properties.username.type
    - schemas.CloudSQLConnectionConfig.type
    - schemas.CloudSQLMigrationConfig.description
    - schemas.CloudSQLMigrationConfig.id
    - schemas.CloudSQLMigrationConfig.properties.cdcConfig.$ref
    - schemas.CloudSQLMigrationConfig.properties.cdcConfig.description
    - schemas.CloudSQLMigrationConfig.properties.cloudSqlConnectionConfig.$ref
    - schemas.CloudSQLMigrationConfig.properties.cloudSqlConnectionConfig.description
    - schemas.CloudSQLMigrationConfig.type
    - schemas.CompleteMigrationRequest.description
    - schemas.CompleteMigrationRequest.id
    - schemas.CompleteMigrationRequest.type
    - schemas.CompleteMigrationResponse.description
    - schemas.CompleteMigrationResponse.id
    - schemas.CompleteMigrationResponse.properties.migrationExecution.description
    - schemas.CompleteMigrationResponse.properties.migrationExecution.type
    - schemas.CompleteMigrationResponse.type
    - schemas.LimitConfig.description
    - schemas.LimitConfig.id
    - schemas.LimitConfig.properties.maxScalingFactor.description
    - schemas.LimitConfig.properties.maxScalingFactor.format
    - schemas.LimitConfig.properties.maxScalingFactor.type
    - schemas.LimitConfig.properties.minScalingFactor.description
    - schemas.LimitConfig.properties.minScalingFactor.format
    - schemas.LimitConfig.properties.minScalingFactor.type
    - schemas.LimitConfig.type
    - schemas.ListMigrationExecutionsResponse.description
    - schemas.ListMigrationExecutionsResponse.id
    - schemas.ListMigrationExecutionsResponse.properties.migrationExecutions.description
    - schemas.ListMigrationExecutionsResponse.properties.migrationExecutions.items.$ref
    - schemas.ListMigrationExecutionsResponse.properties.migrationExecutions.type
    - schemas.ListMigrationExecutionsResponse.properties.nextPageToken.description
    - schemas.ListMigrationExecutionsResponse.properties.nextPageToken.type
    - schemas.ListMigrationExecutionsResponse.properties.unreachable.description
    - schemas.ListMigrationExecutionsResponse.properties.unreachable.items.type
    - schemas.ListMigrationExecutionsResponse.properties.unreachable.type
    - schemas.ListMigrationExecutionsResponse.type
    - schemas.MigrationExecution.description
    - schemas.MigrationExecution.id
    - schemas.MigrationExecution.properties.cloudSqlMigrationConfig.$ref
    - schemas.MigrationExecution.properties.cloudSqlMigrationConfig.description
    - schemas.MigrationExecution.properties.createTime.description
    - schemas.MigrationExecution.properties.createTime.format
    - schemas.MigrationExecution.properties.createTime.readOnly
    - schemas.MigrationExecution.properties.createTime.type
    - schemas.MigrationExecution.properties.endTime.description
    - schemas.MigrationExecution.properties.endTime.format
    - schemas.MigrationExecution.properties.endTime.readOnly
    - schemas.MigrationExecution.properties.endTime.type
    - schemas.MigrationExecution.properties.name.description
    - schemas.MigrationExecution.properties.name.readOnly
    - schemas.MigrationExecution.properties.name.type
    - schemas.MigrationExecution.properties.phase.description
    - schemas.MigrationExecution.properties.phase.enum
    - schemas.MigrationExecution.properties.phase.enumDescriptions
    - schemas.MigrationExecution.properties.phase.readOnly
    - schemas.MigrationExecution.properties.phase.type
    - schemas.MigrationExecution.properties.state.description
    - schemas.MigrationExecution.properties.state.enum
    - schemas.MigrationExecution.properties.state.enumDescriptions
    - schemas.MigrationExecution.properties.state.readOnly
    - schemas.MigrationExecution.properties.state.type
    - schemas.MigrationExecution.properties.stateMessage.description
    - schemas.MigrationExecution.properties.stateMessage.readOnly
    - schemas.MigrationExecution.properties.stateMessage.type
    - schemas.MigrationExecution.type
    - schemas.ScalingConfig.properties.autoscalingConfig.$ref
    - schemas.ScalingConfig.properties.autoscalingConfig.description
    - schemas.StartMigrationRequest.description
    - schemas.StartMigrationRequest.id
    - schemas.StartMigrationRequest.properties.migrationExecution.$ref
    - schemas.StartMigrationRequest.properties.migrationExecution.description
    - schemas.StartMigrationRequest.properties.requestId.description
    - schemas.StartMigrationRequest.properties.requestId.type
    - schemas.StartMigrationRequest.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.services.methods.queryMetadata.description
    - schemas.EncryptionConfig.properties.kmsKey.description
    - schemas.Service.properties.state.enum
    - schemas.Service.properties.state.enumDescriptions
    
    #### metastore:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.services.methods.queryMetadata.description
    - schemas.EncryptionConfig.properties.kmsKey.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e767625 View commit details
    Browse the repository at this point in the history
  144. feat(migrationcenter): update the API

    #### migrationcenter:v1alpha1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.discoveryClientId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.discoveryClientId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.discoveryClientId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.requestId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.requestId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.requestId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.request.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.requestId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.requestId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.requestId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.request.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.scopes
    - schemas.Asset.properties.databaseDeploymentDetails.$ref
    - schemas.Asset.properties.databaseDeploymentDetails.description
    - schemas.Asset.properties.databaseDeploymentDetails.readOnly
    - schemas.Asset.properties.databaseDetails.$ref
    - schemas.Asset.properties.databaseDetails.description
    - schemas.Asset.properties.databaseDetails.readOnly
    - schemas.Asset.properties.title.description
    - schemas.Asset.properties.title.readOnly
    - schemas.Asset.properties.title.type
    - schemas.AssetFrame.properties.collectionType.description
    - schemas.AssetFrame.properties.collectionType.enum
    - schemas.AssetFrame.properties.collectionType.enumDescriptions
    - schemas.AssetFrame.properties.collectionType.type
    - schemas.AssetFrame.properties.databaseDeploymentDetails.$ref
    - schemas.AssetFrame.properties.databaseDeploymentDetails.description
    - schemas.AssetFrame.properties.databaseDetails.$ref
    - schemas.AssetFrame.properties.databaseDetails.description
    - schemas.CloudDatabaseMigrationTarget.description
    - schemas.CloudDatabaseMigrationTarget.id
    - schemas.CloudDatabaseMigrationTarget.properties.cloudSqlForMysqlShape.$ref
    - schemas.CloudDatabaseMigrationTarget.properties.cloudSqlForMysqlShape.description
    - schemas.CloudDatabaseMigrationTarget.properties.cloudSqlForPostgresqlShape.$ref
    - schemas.CloudDatabaseMigrationTarget.properties.cloudSqlForPostgresqlShape.description
    - schemas.CloudDatabaseMigrationTarget.properties.cloudSqlShape.$ref
    - schemas.CloudDatabaseMigrationTarget.properties.cloudSqlShape.description
    - schemas.CloudDatabaseMigrationTarget.type
    - schemas.CloudSqlForMySqlShape.description
    - schemas.CloudSqlForMySqlShape.id
    - schemas.CloudSqlForMySqlShape.properties.backupStorageGb.description
    - schemas.CloudSqlForMySqlShape.properties.backupStorageGb.format
    - schemas.CloudSqlForMySqlShape.properties.backupStorageGb.readOnly
    - schemas.CloudSqlForMySqlShape.properties.backupStorageGb.type
    - schemas.CloudSqlForMySqlShape.properties.edition.description
    - schemas.CloudSqlForMySqlShape.properties.edition.enum
    - schemas.CloudSqlForMySqlShape.properties.edition.enumDescriptions
    - schemas.CloudSqlForMySqlShape.properties.edition.readOnly
    - schemas.CloudSqlForMySqlShape.properties.edition.type
    - schemas.CloudSqlForMySqlShape.properties.egressGbPerMonth.description
    - schemas.CloudSqlForMySqlShape.properties.egressGbPerMonth.format
    - schemas.CloudSqlForMySqlShape.properties.egressGbPerMonth.readOnly
    - schemas.CloudSqlForMySqlShape.properties.egressGbPerMonth.type
    - schemas.CloudSqlForMySqlShape.properties.logicalCoreCount.description
    - schemas.CloudSqlForMySqlShape.properties.logicalCoreCount.format
    - schemas.CloudSqlForMySqlShape.properties.logicalCoreCount.readOnly
    - schemas.CloudSqlForMySqlShape.properties.logicalCoreCount.type
    - schemas.CloudSqlForMySqlShape.properties.memoryMb.description
    - schemas.CloudSqlForMySqlShape.properties.memoryMb.format
    - schemas.CloudSqlForMySqlShape.properties.memoryMb.readOnly
    - schemas.CloudSqlForMySqlShape.properties.memoryMb.type
    - schemas.CloudSqlForMySqlShape.properties.storage.$ref
    - schemas.CloudSqlForMySqlShape.properties.storage.description
    - schemas.CloudSqlForMySqlShape.properties.storage.readOnly
    - schemas.CloudSqlForMySqlShape.properties.version.description
    - schemas.CloudSqlForMySqlShape.properties.version.enum
    - schemas.CloudSqlForMySqlShape.properties.version.enumDescriptions
    - schemas.CloudSqlForMySqlShape.properties.version.readOnly
    - schemas.CloudSqlForMySqlShape.properties.version.type
    - schemas.CloudSqlForMySqlShape.properties.zoneAvailability.description
    - schemas.CloudSqlForMySqlShape.properties.zoneAvailability.enum
    - schemas.CloudSqlForMySqlShape.properties.zoneAvailability.enumDescriptions
    - schemas.CloudSqlForMySqlShape.properties.zoneAvailability.readOnly
    - schemas.CloudSqlForMySqlShape.properties.zoneAvailability.type
    - schemas.CloudSqlForMySqlShape.type
    - schemas.CloudSqlForPostgreSqlShape.description
    - schemas.CloudSqlForPostgreSqlShape.id
    - schemas.CloudSqlForPostgreSqlShape.properties.backupStorageGb.description
    - schemas.CloudSqlForPostgreSqlShape.properties.backupStorageGb.format
    - schemas.CloudSqlForPostgreSqlShape.properties.backupStorageGb.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.backupStorageGb.type
    - schemas.CloudSqlForPostgreSqlShape.properties.edition.description
    - schemas.CloudSqlForPostgreSqlShape.properties.edition.enum
    - schemas.CloudSqlForPostgreSqlShape.properties.edition.enumDescriptions
    - schemas.CloudSqlForPostgreSqlShape.properties.edition.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.edition.type
    - schemas.CloudSqlForPostgreSqlShape.properties.egressGbPerMonth.description
    - schemas.CloudSqlForPostgreSqlShape.properties.egressGbPerMonth.format
    - schemas.CloudSqlForPostgreSqlShape.properties.egressGbPerMonth.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.egressGbPerMonth.type
    - schemas.CloudSqlForPostgreSqlShape.properties.logicalCoreCount.description
    - schemas.CloudSqlForPostgreSqlShape.properties.logicalCoreCount.format
    - schemas.CloudSqlForPostgreSqlShape.properties.logicalCoreCount.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.logicalCoreCount.type
    - schemas.CloudSqlForPostgreSqlShape.properties.memoryMb.description
    - schemas.CloudSqlForPostgreSqlShape.properties.memoryMb.format
    - schemas.CloudSqlForPostgreSqlShape.properties.memoryMb.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.memoryMb.type
    - schemas.CloudSqlForPostgreSqlShape.properties.storage.$ref
    - schemas.CloudSqlForPostgreSqlShape.properties.storage.description
    - schemas.CloudSqlForPostgreSqlShape.properties.storage.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.version.description
    - schemas.CloudSqlForPostgreSqlShape.properties.version.enum
    - schemas.CloudSqlForPostgreSqlShape.properties.version.enumDescriptions
    - schemas.CloudSqlForPostgreSqlShape.properties.version.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.version.type
    - schemas.CloudSqlForPostgreSqlShape.properties.zoneAvailability.description
    - schemas.CloudSqlForPostgreSqlShape.properties.zoneAvailability.enum
    - schemas.CloudSqlForPostgreSqlShape.properties.zoneAvailability.enumDescriptions
    - schemas.CloudSqlForPostgreSqlShape.properties.zoneAvailability.readOnly
    - schemas.CloudSqlForPostgreSqlShape.properties.zoneAvailability.type
    - schemas.CloudSqlForPostgreSqlShape.type
    - schemas.CloudSqlForSqlServerShape.description
    - schemas.CloudSqlForSqlServerShape.id
    - schemas.CloudSqlForSqlServerShape.properties.backupStorageGb.description
    - schemas.CloudSqlForSqlServerShape.properties.backupStorageGb.format
    - schemas.CloudSqlForSqlServerShape.properties.backupStorageGb.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.backupStorageGb.type
    - schemas.CloudSqlForSqlServerShape.properties.edition.description
    - schemas.CloudSqlForSqlServerShape.properties.edition.enum
    - schemas.CloudSqlForSqlServerShape.properties.edition.enumDescriptions
    - schemas.CloudSqlForSqlServerShape.properties.edition.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.edition.type
    - schemas.CloudSqlForSqlServerShape.properties.egressGbPerMonth.description
    - schemas.CloudSqlForSqlServerShape.properties.egressGbPerMonth.format
    - schemas.CloudSqlForSqlServerShape.properties.egressGbPerMonth.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.egressGbPerMonth.type
    - schemas.CloudSqlForSqlServerShape.properties.logicalCoreCount.description
    - schemas.CloudSqlForSqlServerShape.properties.logicalCoreCount.format
    - schemas.CloudSqlForSqlServerShape.properties.logicalCoreCount.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.logicalCoreCount.type
    - schemas.CloudSqlForSqlServerShape.properties.memoryMb.description
    - schemas.CloudSqlForSqlServerShape.properties.memoryMb.format
    - schemas.CloudSqlForSqlServerShape.properties.memoryMb.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.memoryMb.type
    - schemas.CloudSqlForSqlServerShape.properties.storage.$ref
    - schemas.CloudSqlForSqlServerShape.properties.storage.description
    - schemas.CloudSqlForSqlServerShape.properties.storage.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.version.description
    - schemas.CloudSqlForSqlServerShape.properties.version.enum
    - schemas.CloudSqlForSqlServerShape.properties.version.enumDescriptions
    - schemas.CloudSqlForSqlServerShape.properties.version.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.version.type
    - schemas.CloudSqlForSqlServerShape.properties.zoneAvailability.description
    - schemas.CloudSqlForSqlServerShape.properties.zoneAvailability.enum
    - schemas.CloudSqlForSqlServerShape.properties.zoneAvailability.enumDescriptions
    - schemas.CloudSqlForSqlServerShape.properties.zoneAvailability.readOnly
    - schemas.CloudSqlForSqlServerShape.properties.zoneAvailability.type
    - schemas.CloudSqlForSqlServerShape.type
    - schemas.ComputeEngineShapeDescriptor.properties.logicalCoreCount.readOnly
    - schemas.ComputeEngineShapeDescriptor.properties.machineType.readOnly
    - schemas.ComputeEngineShapeDescriptor.properties.memoryMb.readOnly
    - schemas.ComputeEngineShapeDescriptor.properties.physicalCoreCount.readOnly
    - schemas.ComputeEngineShapeDescriptor.properties.series.readOnly
    - schemas.ComputeEngineShapeDescriptor.properties.storage.readOnly
    - schemas.DailyResourceUsageAggregationDisk.properties.readIops.$ref
    - schemas.DailyResourceUsageAggregationDisk.properties.readIops.description
    - schemas.DailyResourceUsageAggregationDisk.properties.writeIops.$ref
    - schemas.DailyResourceUsageAggregationDisk.properties.writeIops.description
    - schemas.DatabaseDeploymentDetails.description
    - schemas.DatabaseDeploymentDetails.id
    - schemas.DatabaseDeploymentDetails.properties.aggregatedStats.$ref
    - schemas.DatabaseDeploymentDetails.properties.aggregatedStats.description
    - schemas.DatabaseDeploymentDetails.properties.aggregatedStats.readOnly
    - schemas.DatabaseDeploymentDetails.properties.edition.description
    - schemas.DatabaseDeploymentDetails.properties.edition.type
    - schemas.DatabaseDeploymentDetails.properties.generatedId.description
    - schemas.DatabaseDeploymentDetails.properties.generatedId.type
    - schemas.DatabaseDeploymentDetails.properties.manualUniqueId.description
    - schemas.DatabaseDeploymentDetails.properties.manualUniqueId.type
    - schemas.DatabaseDeploymentDetails.properties.mysql.$ref
    - schemas.DatabaseDeploymentDetails.properties.mysql.description
    - schemas.DatabaseDeploymentDetails.properties.postgresql.$ref
    - schemas.DatabaseDeploymentDetails.properties.postgresql.description
    - schemas.DatabaseDeploymentDetails.properties.sqlServer.$ref
    - schemas.DatabaseDeploymentDetails.properties.sqlServer.description
    - schemas.DatabaseDeploymentDetails.properties.topology.$ref
    - schemas.DatabaseDeploymentDetails.properties.topology.description
    - schemas.DatabaseDeploymentDetails.properties.version.description
    - schemas.DatabaseDeploymentDetails.properties.version.type
    - schemas.DatabaseDeploymentDetails.type
    - schemas.DatabaseDeploymentDetailsAggregatedStats.description
    - schemas.DatabaseDeploymentDetailsAggregatedStats.id
    - schemas.DatabaseDeploymentDetailsAggregatedStats.properties.databaseCount.description
    - schemas.DatabaseDeploymentDetailsAggregatedStats.properties.databaseCount.format
    - schemas.DatabaseDeploymentDetailsAggregatedStats.properties.databaseCount.readOnly
    - schemas.DatabaseDeploymentDetailsAggregatedStats.properties.databaseCount.type
    - schemas.DatabaseDeploymentDetailsAggregatedStats.type
    - schemas.DatabaseDeploymentTopology.description
    - schemas.DatabaseDeploymentTopology.id
    - schemas.DatabaseDeploymentTopology.properties.coreCount.description
    - schemas.DatabaseDeploymentTopology.properties.coreCount.format
    - schemas.DatabaseDeploymentTopology.properties.coreCount.type
    - schemas.DatabaseDeploymentTopology.properties.coreLimit.description
    - schemas.DatabaseDeploymentTopology.properties.coreLimit.format
    - schemas.DatabaseDeploymentTopology.properties.coreLimit.type
    - schemas.DatabaseDeploymentTopology.properties.diskAllocatedBytes.description
    - schemas.DatabaseDeploymentTopology.properties.diskAllocatedBytes.format
    - schemas.DatabaseDeploymentTopology.properties.diskAllocatedBytes.type
    - schemas.DatabaseDeploymentTopology.properties.diskUsedBytes.description
    - schemas.DatabaseDeploymentTopology.properties.diskUsedBytes.format
    - schemas.DatabaseDeploymentTopology.properties.diskUsedBytes.type
    - schemas.DatabaseDeploymentTopology.properties.instances.description
    - schemas.DatabaseDeploymentTopology.properties.instances.items.$ref
    - schemas.DatabaseDeploymentTopology.properties.instances.type
    - schemas.DatabaseDeploymentTopology.properties.memoryBytes.description
    - schemas.DatabaseDeploymentTopology.properties.memoryBytes.format
    - schemas.DatabaseDeploymentTopology.properties.memoryBytes.type
    - schemas.DatabaseDeploymentTopology.properties.memoryLimitBytes.description
    - schemas.DatabaseDeploymentTopology.properties.memoryLimitBytes.format
    - schemas.DatabaseDeploymentTopology.properties.memoryLimitBytes.type
    - schemas.DatabaseDeploymentTopology.type
    - schemas.DatabaseDetails.description
    - schemas.DatabaseDetails.id
    - schemas.DatabaseDetails.properties.allocatedStorageBytes.description
    - schemas.DatabaseDetails.properties.allocatedStorageBytes.format
    - schemas.DatabaseDetails.properties.allocatedStorageBytes.type
    - schemas.DatabaseDetails.properties.databaseName.description
    - schemas.DatabaseDetails.properties.databaseName.type
    - schemas.DatabaseDetails.properties.parentDatabaseDeployment.$ref
    - schemas.DatabaseDetails.properties.parentDatabaseDeployment.description
    - schemas.DatabaseDetails.properties.schemas.description
    - schemas.DatabaseDetails.properties.schemas.items.$ref
    - schemas.DatabaseDetails.properties.schemas.type
    - schemas.DatabaseDetails.type
    - schemas.DatabaseDetailsParentDatabaseDeployment.description
    - schemas.DatabaseDetailsParentDatabaseDeployment.id
    - schemas.DatabaseDetailsParentDatabaseDeployment.properties.generatedId.description
    - schemas.DatabaseDetailsParentDatabaseDeployment.properties.generatedId.type
    - schemas.DatabaseDetailsParentDatabaseDeployment.properties.manualUniqueId.description
    - schemas.DatabaseDetailsParentDatabaseDeployment.properties.manualUniqueId.type
    - schemas.DatabaseDetailsParentDatabaseDeployment.type
    - schemas.DatabaseInstance.description
    - schemas.DatabaseInstance.id
    - schemas.DatabaseInstance.properties.instanceName.description
    - schemas.DatabaseInstance.properties.instanceName.type
    - schemas.DatabaseInstance.properties.role.description
    - schemas.DatabaseInstance.properties.role.enum
    - schemas.DatabaseInstance.properties.role.enumDescriptions
    - schemas.DatabaseInstance.properties.role.type
    - schemas.DatabaseInstance.type
    - schemas.DatabaseObjects.description
    - schemas.DatabaseObjects.id
    - schemas.DatabaseObjects.properties.category.description
    - schemas.DatabaseObjects.properties.category.enum
    - schemas.DatabaseObjects.properties.category.enumDescriptions
    - schemas.DatabaseObjects.properties.category.type
    - schemas.DatabaseObjects.properties.count.description
    - schemas.DatabaseObjects.properties.count.format
    - schemas.DatabaseObjects.properties.count.type
    - schemas.DatabaseObjects.type
    - schemas.DatabasePreferences.description
    - schemas.DatabasePreferences.id
    - schemas.DatabasePreferences.properties.mssqlToCloudSqlForSqlServerPreferences.$ref
    - schemas.DatabasePreferences.properties.mssqlToCloudSqlForSqlServerPreferences.description
    - schemas.DatabasePreferences.properties.mysqlToCloudSqlForMysqlPreferences.$ref
    - schemas.DatabasePreferences.properties.mysqlToCloudSqlForMysqlPreferences.description
    - schemas.DatabasePreferences.properties.postgresqlToCloudSqlForPostgresqlPreferences.$ref
    - schemas.DatabasePreferences.properties.postgresqlToCloudSqlForPostgresqlPreferences.description
    - schemas.DatabasePreferences.type
    - schemas.DatabasePreferencesCloudSqlCommon.description
    - schemas.DatabasePreferencesCloudSqlCommon.id
    - schemas.DatabasePreferencesCloudSqlCommon.properties.backup.$ref
    - schemas.DatabasePreferencesCloudSqlCommon.properties.backup.description
    - schemas.DatabasePreferencesCloudSqlCommon.properties.commitmentPlan.description
    - schemas.DatabasePreferencesCloudSqlCommon.properties.commitmentPlan.enum
    - schemas.DatabasePreferencesCloudSqlCommon.properties.commitmentPlan.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlCommon.properties.commitmentPlan.type
    - schemas.DatabasePreferencesCloudSqlCommon.properties.edition.description
    - schemas.DatabasePreferencesCloudSqlCommon.properties.edition.enum
    - schemas.DatabasePreferencesCloudSqlCommon.properties.edition.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlCommon.properties.edition.type
    - schemas.DatabasePreferencesCloudSqlCommon.properties.persistentDiskType.description
    - schemas.DatabasePreferencesCloudSqlCommon.properties.persistentDiskType.enum
    - schemas.DatabasePreferencesCloudSqlCommon.properties.persistentDiskType.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlCommon.properties.persistentDiskType.type
    - schemas.DatabasePreferencesCloudSqlCommon.properties.sizingOptimizationStrategy.description
    - schemas.DatabasePreferencesCloudSqlCommon.properties.sizingOptimizationStrategy.enum
    - schemas.DatabasePreferencesCloudSqlCommon.properties.sizingOptimizationStrategy.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlCommon.properties.sizingOptimizationStrategy.type
    - schemas.DatabasePreferencesCloudSqlCommon.properties.zoneAvailability.description
    - schemas.DatabasePreferencesCloudSqlCommon.properties.zoneAvailability.enum
    - schemas.DatabasePreferencesCloudSqlCommon.properties.zoneAvailability.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlCommon.properties.zoneAvailability.type
    - schemas.DatabasePreferencesCloudSqlCommon.type
    - schemas.DatabasePreferencesCloudSqlCommonBackup.description
    - schemas.DatabasePreferencesCloudSqlCommonBackup.id
    - schemas.DatabasePreferencesCloudSqlCommonBackup.properties.backupMode.description
    - schemas.DatabasePreferencesCloudSqlCommonBackup.properties.backupMode.enum
    - schemas.DatabasePreferencesCloudSqlCommonBackup.properties.backupMode.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlCommonBackup.properties.backupMode.type
    - schemas.DatabasePreferencesCloudSqlCommonBackup.type
    - schemas.DatabasePreferencesCloudSqlMySql.description
    - schemas.DatabasePreferencesCloudSqlMySql.id
    - schemas.DatabasePreferencesCloudSqlMySql.properties.common.$ref
    - schemas.DatabasePreferencesCloudSqlMySql.properties.common.description
    - schemas.DatabasePreferencesCloudSqlMySql.type
    - schemas.DatabasePreferencesCloudSqlPostgreSql.description
    - schemas.DatabasePreferencesCloudSqlPostgreSql.id
    - schemas.DatabasePreferencesCloudSqlPostgreSql.properties.common.$ref
    - schemas.DatabasePreferencesCloudSqlPostgreSql.properties.common.description
    - schemas.DatabasePreferencesCloudSqlPostgreSql.type
    - schemas.DatabasePreferencesCloudSqlSqlServer.description
    - schemas.DatabasePreferencesCloudSqlSqlServer.id
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.common.$ref
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.common.description
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.multithreading.description
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.multithreading.enum
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.multithreading.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.multithreading.type
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.versionType.description
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.versionType.enum
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.versionType.enumDescriptions
    - schemas.DatabasePreferencesCloudSqlSqlServer.properties.versionType.type
    - schemas.DatabasePreferencesCloudSqlSqlServer.type
    - schemas.DatabaseSchema.description
    - schemas.DatabaseSchema.id
    - schemas.DatabaseSchema.properties.objects.description
    - schemas.DatabaseSchema.properties.objects.items.$ref
    - schemas.DatabaseSchema.properties.objects.type
    - schemas.DatabaseSchema.properties.schemaName.description
    - schemas.DatabaseSchema.properties.schemaName.type
    - schemas.DatabaseSchema.properties.tablesSizeBytes.description
    - schemas.DatabaseSchema.properties.tablesSizeBytes.format
    - schemas.DatabaseSchema.properties.tablesSizeBytes.type
    - schemas.DatabaseSchema.type
    - schemas.DiscoveryClient.description
    - schemas.DiscoveryClient.id
    - schemas.DiscoveryClient.properties.createTime.description
    - schemas.DiscoveryClient.properties.createTime.format
    - schemas.DiscoveryClient.properties.createTime.readOnly
    - schemas.DiscoveryClient.properties.createTime.type
    - schemas.DiscoveryClient.properties.description.description
    - schemas.DiscoveryClient.properties.description.type
    - schemas.DiscoveryClient.properties.displayName.description
    - schemas.DiscoveryClient.properties.displayName.type
    - schemas.DiscoveryClient.properties.errors.description
    - schemas.DiscoveryClient.properties.errors.items.$ref
    - schemas.DiscoveryClient.properties.errors.readOnly
    - schemas.DiscoveryClient.properties.errors.type
    - schemas.DiscoveryClient.properties.expireTime.description
    - schemas.DiscoveryClient.properties.expireTime.format
    - schemas.DiscoveryClient.properties.expireTime.type
    - schemas.DiscoveryClient.properties.heartbeatTime.description
    - schemas.DiscoveryClient.properties.heartbeatTime.format
    - schemas.DiscoveryClient.properties.heartbeatTime.readOnly
    - schemas.DiscoveryClient.properties.heartbeatTime.type
    - schemas.DiscoveryClient.properties.labels.additionalProperties.type
    - schemas.DiscoveryClient.properties.labels.description
    - schemas.DiscoveryClient.properties.labels.type
    - schemas.DiscoveryClient.properties.name.description
    - schemas.DiscoveryClient.properties.name.readOnly
    - schemas.DiscoveryClient.properties.name.type
    - schemas.DiscoveryClient.properties.serviceAccount.description
    - schemas.DiscoveryClient.properties.serviceAccount.type
    - schemas.DiscoveryClient.properties.signalsEndpoint.description
    - schemas.DiscoveryClient.properties.signalsEndpoint.readOnly
    - schemas.DiscoveryClient.properties.signalsEndpoint.type
    - schemas.DiscoveryClient.properties.source.description
    - schemas.DiscoveryClient.properties.source.type
    - schemas.DiscoveryClient.properties.state.description
    - schemas.DiscoveryClient.properties.state.enum
    - schemas.DiscoveryClient.properties.state.enumDescriptions
    - schemas.DiscoveryClient.properties.state.readOnly
    - schemas.DiscoveryClient.properties.state.type
    - schemas.DiscoveryClient.properties.ttl.description
    - schemas.DiscoveryClient.properties.ttl.format
    - schemas.DiscoveryClient.properties.ttl.type
    - schemas.DiscoveryClient.properties.updateTime.description
    - schemas.DiscoveryClient.properties.updateTime.format
    - schemas.DiscoveryClient.properties.updateTime.readOnly
    - schemas.DiscoveryClient.properties.updateTime.type
    - schemas.DiscoveryClient.properties.version.description
    - schemas.DiscoveryClient.properties.version.readOnly
    - schemas.DiscoveryClient.properties.version.type
    - schemas.DiscoveryClient.type
    - schemas.DiskUsageSample.properties.averageReadIops.description
    - schemas.DiskUsageSample.properties.averageReadIops.format
    - schemas.DiskUsageSample.properties.averageReadIops.type
    - schemas.DiskUsageSample.properties.averageWriteIops.description
    - schemas.DiskUsageSample.properties.averageWriteIops.format
    - schemas.DiskUsageSample.properties.averageWriteIops.type
    - schemas.ImportRowError.properties.archiveError.$ref
    - schemas.ImportRowError.properties.archiveError.description
    - schemas.ImportRowError.properties.assetTitle.description
    - schemas.ImportRowError.properties.assetTitle.type
    - schemas.ImportRowError.properties.csvError.$ref
    - schemas.ImportRowError.properties.csvError.description
    - schemas.ImportRowError.properties.jsonError.$ref
    - schemas.ImportRowError.properties.jsonError.description
    - schemas.ImportRowError.properties.xlsxError.$ref
    - schemas.ImportRowError.properties.xlsxError.description
    - schemas.ImportRowErrorArchiveErrorDetails.description
    - schemas.ImportRowErrorArchiveErrorDetails.id
    - schemas.ImportRowErrorArchiveErrorDetails.properties.csvError.$ref
    - schemas.ImportRowErrorArchiveErrorDetails.properties.csvError.description
    - schemas.ImportRowErrorArchiveErrorDetails.properties.filePath.description
    - schemas.ImportRowErrorArchiveErrorDetails.properties.filePath.type
    - schemas.ImportRowErrorArchiveErrorDetails.type
    - schemas.ImportRowErrorCsvErrorDetails.description
    - schemas.ImportRowErrorCsvErrorDetails.id
    - schemas.ImportRowErrorCsvErrorDetails.properties.rowNumber.description
    - schemas.ImportRowErrorCsvErrorDetails.properties.rowNumber.format
    - schemas.ImportRowErrorCsvErrorDetails.properties.rowNumber.type
    - schemas.ImportRowErrorCsvErrorDetails.type
    - schemas.ImportRowErrorJsonErrorDetails.description
    - schemas.ImportRowErrorJsonErrorDetails.id
    - schemas.ImportRowErrorJsonErrorDetails.type
    - schemas.ImportRowErrorXlsxErrorDetails.description
    - schemas.ImportRowErrorXlsxErrorDetails.id
    - schemas.ImportRowErrorXlsxErrorDetails.properties.rowNumber.description
    - schemas.ImportRowErrorXlsxErrorDetails.properties.rowNumber.format
    - schemas.ImportRowErrorXlsxErrorDetails.properties.rowNumber.type
    - schemas.ImportRowErrorXlsxErrorDetails.properties.sheet.description
    - schemas.ImportRowErrorXlsxErrorDetails.properties.sheet.type
    - schemas.ImportRowErrorXlsxErrorDetails.type
    - schemas.Issue.description
    - schemas.Issue.id
    - schemas.Issue.properties.compatibilityIssue.$ref
    - schemas.Issue.properties.compatibilityIssue.description
    - schemas.Issue.properties.compatibilityIssue.readOnly
    - schemas.Issue.properties.description.description
    - schemas.Issue.properties.description.readOnly
    - schemas.Issue.properties.description.type
    - schemas.Issue.properties.issueCode.description
    - schemas.Issue.properties.issueCode.readOnly
    - schemas.Issue.properties.issueCode.type
    - schemas.Issue.type
    - schemas.IssueCompatibilityIssue.description
    - schemas.IssueCompatibilityIssue.id
    - schemas.IssueCompatibilityIssue.properties.associatedObject.description
    - schemas.IssueCompatibilityIssue.properties.associatedObject.readOnly
    - schemas.IssueCompatibilityIssue.properties.associatedObject.type
    - schemas.IssueCompatibilityIssue.properties.associatedObjectType.description
    - schemas.IssueCompatibilityIssue.properties.associatedObjectType.enum
    - schemas.IssueCompatibilityIssue.properties.associatedObjectType.enumDescriptions
    - schemas.IssueCompatibilityIssue.properties.associatedObjectType.readOnly
    - schemas.IssueCompatibilityIssue.properties.associatedObjectType.type
    - schemas.IssueCompatibilityIssue.properties.associatedValue.description
    - schemas.IssueCompatibilityIssue.properties.associatedValue.readOnly
    - schemas.IssueCompatibilityIssue.properties.associatedValue.type
    - schemas.IssueCompatibilityIssue.properties.category.description
    - schemas.IssueCompatibilityIssue.properties.category.enum
    - schemas.IssueCompatibilityIssue.properties.category.enumDescriptions
    - schemas.IssueCompatibilityIssue.properties.category.readOnly
    - schemas.IssueCompatibilityIssue.properties.category.type
    - schemas.IssueCompatibilityIssue.type
    - schemas.ListDiscoveryClientsResponse.description
    - schemas.ListDiscoveryClientsResponse.id
    - schemas.ListDiscoveryClientsResponse.properties.discoveryClients.description
    - schemas.ListDiscoveryClientsResponse.properties.discoveryClients.items.$ref
    - schemas.ListDiscoveryClientsResponse.properties.discoveryClients.type
    - schemas.ListDiscoveryClientsResponse.properties.nextPageToken.description
    - schemas.ListDiscoveryClientsResponse.properties.nextPageToken.type
    - schemas.ListDiscoveryClientsResponse.properties.unreachable.description
    - schemas.ListDiscoveryClientsResponse.properties.unreachable.items.type
    - schemas.ListDiscoveryClientsResponse.properties.unreachable.type
    - schemas.ListDiscoveryClientsResponse.type
    - schemas.MigrationInsight.properties.cloudDatabaseTarget.$ref
    - schemas.MigrationInsight.properties.cloudDatabaseTarget.description
    - schemas.MigrationInsight.properties.cloudDatabaseTarget.readOnly
    - schemas.MigrationInsight.properties.issues.description
    - schemas.MigrationInsight.properties.issues.items.$ref
    - schemas.MigrationInsight.properties.issues.readOnly
    - schemas.MigrationInsight.properties.issues.type
    - schemas.MySqlPlugin.description
    - schemas.MySqlPlugin.id
    - schemas.MySqlPlugin.properties.enabled.description
    - schemas.MySqlPlugin.properties.enabled.type
    - schemas.MySqlPlugin.properties.plugin.description
    - schemas.MySqlPlugin.properties.plugin.type
    - schemas.MySqlPlugin.properties.version.description
    - schemas.MySqlPlugin.properties.version.type
    - schemas.MySqlPlugin.type
    - schemas.MysqlDatabaseDeployment.description
    - schemas.MysqlDatabaseDeployment.id
    - schemas.MysqlDatabaseDeployment.properties.plugins.description
    - schemas.MysqlDatabaseDeployment.properties.plugins.items.$ref
    - schemas.MysqlDatabaseDeployment.properties.plugins.type
    - schemas.MysqlDatabaseDeployment.type
    - schemas.PostgreSqlDatabaseDeployment.description
    - schemas.PostgreSqlDatabaseDeployment.id
    - schemas.PostgreSqlDatabaseDeployment.type
    - schemas.PreferenceSet.properties.databasePreferences.$ref
    - schemas.PreferenceSet.properties.databasePreferences.description
    - schemas.PreferenceSet.properties.regionPreferences.$ref
    - schemas.PreferenceSet.properties.regionPreferences.description
    - schemas.ReportSummary.properties.databaseStats.$ref
    - schemas.ReportSummary.properties.databaseStats.description
    - schemas.ReportSummary.properties.databaseStats.readOnly
    - schemas.ReportSummary.properties.virtualMachineStats.$ref
    - schemas.ReportSummary.properties.virtualMachineStats.description
    - schemas.ReportSummary.properties.virtualMachineStats.readOnly
    - schemas.ReportSummaryAssetAggregateStats.properties.databaseTypes.$ref
    - schemas.ReportSummaryAssetAggregateStats.properties.databaseTypes.description
    - schemas.ReportSummaryAssetAggregateStats.properties.databaseTypes.readOnly
    - schemas.ReportSummaryDatabaseFinding.description
    - schemas.ReportSummaryDatabaseFinding.id
    - schemas.ReportSummaryDatabaseFinding.properties.allocatedAssetCount.description
    - schemas.ReportSummaryDatabaseFinding.properties.allocatedAssetCount.format
    - schemas.ReportSummaryDatabaseFinding.properties.allocatedAssetCount.readOnly
    - schemas.ReportSummaryDatabaseFinding.properties.allocatedAssetCount.type
    - schemas.ReportSummaryDatabaseFinding.properties.totalAssets.description
    - schemas.ReportSummaryDatabaseFinding.properties.totalAssets.format
    - schemas.ReportSummaryDatabaseFinding.properties.totalAssets.readOnly
    - schemas.ReportSummaryDatabaseFinding.properties.totalAssets.type
    - schemas.ReportSummaryDatabaseFinding.type
    - schemas.ReportSummaryGroupFinding.properties.assetType.description
    - schemas.ReportSummaryGroupFinding.properties.assetType.enum
    - schemas.ReportSummaryGroupFinding.properties.assetType.enumDescriptions
    - schemas.ReportSummaryGroupFinding.properties.assetType.readOnly
    - schemas.ReportSummaryGroupFinding.properties.assetType.type
    - schemas.ReportSummaryGroupFinding.properties.databaseType.description
    - schemas.ReportSummaryGroupFinding.properties.databaseType.enum
    - schemas.ReportSummaryGroupFinding.properties.databaseType.enumDescriptions
    - schemas.ReportSummaryGroupFinding.properties.databaseType.readOnly
    - schemas.ReportSummaryGroupFinding.properties.databaseType.type
    - schemas.ReportSummaryGroupFinding.properties.group.description
    - schemas.ReportSummaryGroupFinding.properties.group.readOnly
    - schemas.ReportSummaryGroupFinding.properties.group.type
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.databaseFinding.$ref
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.databaseFinding.description
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.databaseFinding.readOnly
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.monthlyCostDatabaseBackup.$ref
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.monthlyCostDatabaseBackup.description
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.monthlyCostDatabaseBackup.readOnly
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.monthlyCostDatabaseLicensing.$ref
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.monthlyCostDatabaseLicensing.description
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.monthlyCostDatabaseLicensing.readOnly
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.preferenceSet.$ref
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.preferenceSet.description
    - schemas.ReportSummaryGroupPreferenceSetFinding.properties.preferenceSet.readOnly
    - schemas.SendDiscoveryClientHeartbeatRequest.description
    - schemas.SendDiscoveryClientHeartbeatRequest.id
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.errors.description
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.errors.items.$ref
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.errors.type
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.version.description
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.version.type
    - schemas.SendDiscoveryClientHeartbeatRequest.type
    - schemas.SqlServerDatabaseDeployment.description
    - schemas.SqlServerDatabaseDeployment.id
    - schemas.SqlServerDatabaseDeployment.properties.features.description
    - schemas.SqlServerDatabaseDeployment.properties.features.items.$ref
    - schemas.SqlServerDatabaseDeployment.properties.features.type
    - schemas.SqlServerDatabaseDeployment.properties.serverFlags.description
    - schemas.SqlServerDatabaseDeployment.properties.serverFlags.items.$ref
    - schemas.SqlServerDatabaseDeployment.properties.serverFlags.type
    - schemas.SqlServerDatabaseDeployment.properties.traceFlags.description
    - schemas.SqlServerDatabaseDeployment.properties.traceFlags.items.$ref
    - schemas.SqlServerDatabaseDeployment.properties.traceFlags.type
    - schemas.SqlServerDatabaseDeployment.type
    - schemas.SqlServerFeature.description
    - schemas.SqlServerFeature.id
    - schemas.SqlServerFeature.properties.enabled.description
    - schemas.SqlServerFeature.properties.enabled.type
    - schemas.SqlServerFeature.properties.featureName.description
    - schemas.SqlServerFeature.properties.featureName.type
    - schemas.SqlServerFeature.type
    - schemas.SqlServerServerFlag.description
    - schemas.SqlServerServerFlag.id
    - schemas.SqlServerServerFlag.properties.serverFlagName.description
    - schemas.SqlServerServerFlag.properties.serverFlagName.type
    - schemas.SqlServerServerFlag.properties.value.description
    - schemas.SqlServerServerFlag.properties.value.type
    - schemas.SqlServerServerFlag.properties.valueInUse.description
    - schemas.SqlServerServerFlag.properties.valueInUse.type
    - schemas.SqlServerServerFlag.type
    - schemas.SqlServerTraceFlag.description
    - schemas.SqlServerTraceFlag.id
    - schemas.SqlServerTraceFlag.properties.scope.description
    - schemas.SqlServerTraceFlag.properties.scope.enum
    - schemas.SqlServerTraceFlag.properties.scope.enumDescriptions
    - schemas.SqlServerTraceFlag.properties.scope.type
    - schemas.SqlServerTraceFlag.properties.traceFlagName.description
    - schemas.SqlServerTraceFlag.properties.traceFlagName.type
    - schemas.SqlServerTraceFlag.type
    
    The following keys were changed:
    - schemas.AggregateAssetsValuesRequest.properties.filter.description
    - schemas.ComputeEngineShapeDescriptor.properties.logicalCoreCount.description
    - schemas.ComputeEngineShapeDescriptor.properties.machineType.description
    - schemas.ComputeEngineShapeDescriptor.properties.memoryMb.description
    - schemas.ComputeEngineShapeDescriptor.properties.physicalCoreCount.description
    - schemas.ComputeEngineShapeDescriptor.properties.series.description
    - schemas.ComputeEngineShapeDescriptor.properties.storage.description
    - schemas.GCSPayloadInfo.properties.format.enum
    - schemas.GCSPayloadInfo.properties.format.enumDeprecated
    - schemas.GCSPayloadInfo.properties.format.enumDescriptions
    - schemas.ImportDataFile.properties.format.enum
    - schemas.ImportDataFile.properties.format.enumDeprecated
    - schemas.ImportDataFile.properties.format.enumDescriptions
    - schemas.InlinePayloadInfo.properties.format.enum
    - schemas.InlinePayloadInfo.properties.format.enumDeprecated
    - schemas.InlinePayloadInfo.properties.format.enumDescriptions
    - schemas.MachineSeries.description
    - schemas.MachineSeries.properties.code.description
    - schemas.Source.properties.type.enum
    - schemas.Source.properties.type.enumDescriptions
    
    #### migrationcenter:v1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.discoveryClientId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.discoveryClientId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.discoveryClientId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.requestId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.requestId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.parameters.requestId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.request.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.create.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.delete.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.get.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.list.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.requestId.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.requestId.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.requestId.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.patch.scopes
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.flatPath
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.httpMethod
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.id
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameterOrder
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.description
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.location
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.pattern
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.required
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.parameters.name.type
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.path
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.request.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.response.$ref
    - resources.projects.resources.locations.resources.discoveryClients.methods.sendHeartbeat.scopes
    - schemas.AssetFrame.properties.collectionType.description
    - schemas.AssetFrame.properties.collectionType.enum
    - schemas.AssetFrame.properties.collectionType.enumDescriptions
    - schemas.AssetFrame.properties.collectionType.type
    - schemas.DiscoveryClient.description
    - schemas.DiscoveryClient.id
    - schemas.DiscoveryClient.properties.createTime.description
    - schemas.DiscoveryClient.properties.createTime.format
    - schemas.DiscoveryClient.properties.createTime.readOnly
    - schemas.DiscoveryClient.properties.createTime.type
    - schemas.DiscoveryClient.properties.description.description
    - schemas.DiscoveryClient.properties.description.type
    - schemas.DiscoveryClient.properties.displayName.description
    - schemas.DiscoveryClient.properties.displayName.type
    - schemas.DiscoveryClient.properties.errors.description
    - schemas.DiscoveryClient.properties.errors.items.$ref
    - schemas.DiscoveryClient.properties.errors.readOnly
    - schemas.DiscoveryClient.properties.errors.type
    - schemas.DiscoveryClient.properties.expireTime.description
    - schemas.DiscoveryClient.properties.expireTime.format
    - schemas.DiscoveryClient.properties.expireTime.type
    - schemas.DiscoveryClient.properties.heartbeatTime.description
    - schemas.DiscoveryClient.properties.heartbeatTime.format
    - schemas.DiscoveryClient.properties.heartbeatTime.readOnly
    - schemas.DiscoveryClient.properties.heartbeatTime.type
    - schemas.DiscoveryClient.properties.labels.additionalProperties.type
    - schemas.DiscoveryClient.properties.labels.description
    - schemas.DiscoveryClient.properties.labels.type
    - schemas.DiscoveryClient.properties.name.description
    - schemas.DiscoveryClient.properties.name.readOnly
    - schemas.DiscoveryClient.properties.name.type
    - schemas.DiscoveryClient.properties.serviceAccount.description
    - schemas.DiscoveryClient.properties.serviceAccount.type
    - schemas.DiscoveryClient.properties.signalsEndpoint.description
    - schemas.DiscoveryClient.properties.signalsEndpoint.readOnly
    - schemas.DiscoveryClient.properties.signalsEndpoint.type
    - schemas.DiscoveryClient.properties.source.description
    - schemas.DiscoveryClient.properties.source.type
    - schemas.DiscoveryClient.properties.state.description
    - schemas.DiscoveryClient.properties.state.enum
    - schemas.DiscoveryClient.properties.state.enumDescriptions
    - schemas.DiscoveryClient.properties.state.readOnly
    - schemas.DiscoveryClient.properties.state.type
    - schemas.DiscoveryClient.properties.ttl.description
    - schemas.DiscoveryClient.properties.ttl.format
    - schemas.DiscoveryClient.properties.ttl.type
    - schemas.DiscoveryClient.properties.updateTime.description
    - schemas.DiscoveryClient.properties.updateTime.format
    - schemas.DiscoveryClient.properties.updateTime.readOnly
    - schemas.DiscoveryClient.properties.updateTime.type
    - schemas.DiscoveryClient.properties.version.description
    - schemas.DiscoveryClient.properties.version.readOnly
    - schemas.DiscoveryClient.properties.version.type
    - schemas.DiscoveryClient.type
    - schemas.ListDiscoveryClientsResponse.description
    - schemas.ListDiscoveryClientsResponse.id
    - schemas.ListDiscoveryClientsResponse.properties.discoveryClients.description
    - schemas.ListDiscoveryClientsResponse.properties.discoveryClients.items.$ref
    - schemas.ListDiscoveryClientsResponse.properties.discoveryClients.type
    - schemas.ListDiscoveryClientsResponse.properties.nextPageToken.description
    - schemas.ListDiscoveryClientsResponse.properties.nextPageToken.type
    - schemas.ListDiscoveryClientsResponse.properties.unreachable.description
    - schemas.ListDiscoveryClientsResponse.properties.unreachable.items.type
    - schemas.ListDiscoveryClientsResponse.properties.unreachable.type
    - schemas.ListDiscoveryClientsResponse.type
    - schemas.SendDiscoveryClientHeartbeatRequest.description
    - schemas.SendDiscoveryClientHeartbeatRequest.id
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.errors.description
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.errors.items.$ref
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.errors.type
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.version.description
    - schemas.SendDiscoveryClientHeartbeatRequest.properties.version.type
    - schemas.SendDiscoveryClientHeartbeatRequest.type
    
    The following keys were changed:
    - schemas.AggregateAssetsValuesRequest.properties.filter.description
    - schemas.MachineSeries.description
    - schemas.MachineSeries.properties.code.description
    - schemas.PreferenceSet.properties.virtualMachinePreferences.description
    - schemas.Source.properties.type.enum
    - schemas.Source.properties.type.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1b9c47b View commit details
    Browse the repository at this point in the history
  145. Configuration menu
    Copy the full SHA
    5e335bc View commit details
    Browse the repository at this point in the history
  146. feat(monitoring): update the API

    #### monitoring:v3
    
    The following keys were added:
    - schemas.HttpCheck.properties.serviceAgentAuthentication.$ref
    - schemas.HttpCheck.properties.serviceAgentAuthentication.description
    - schemas.ServiceAgentAuthentication.description
    - schemas.ServiceAgentAuthentication.id
    - schemas.ServiceAgentAuthentication.properties.type.description
    - schemas.ServiceAgentAuthentication.properties.type.enum
    - schemas.ServiceAgentAuthentication.properties.type.enumDescriptions
    - schemas.ServiceAgentAuthentication.properties.type.type
    - schemas.ServiceAgentAuthentication.type
    
    The following keys were changed:
    - schemas.Documentation.description
    - schemas.HttpCheck.properties.authInfo.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    36f80d9 View commit details
    Browse the repository at this point in the history
  147. Configuration menu
    Copy the full SHA
    0bbd38a View commit details
    Browse the repository at this point in the history
  148. Configuration menu
    Copy the full SHA
    3f3a374 View commit details
    Browse the repository at this point in the history
  149. Configuration menu
    Copy the full SHA
    dee4572 View commit details
    Browse the repository at this point in the history
  150. Configuration menu
    Copy the full SHA
    eedb4f6 View commit details
    Browse the repository at this point in the history
  151. Configuration menu
    Copy the full SHA
    5fbce0a View commit details
    Browse the repository at this point in the history
  152. Configuration menu
    Copy the full SHA
    f8b8006 View commit details
    Browse the repository at this point in the history
  153. Configuration menu
    Copy the full SHA
    e3971ec View commit details
    Browse the repository at this point in the history
  154. feat(networkconnectivity): update the API

    #### networkconnectivity:v1alpha1
    
    The following keys were changed:
    - schemas.InternalRange.properties.network.description
    
    #### networkconnectivity:v1
    
    The following keys were added:
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.flatPath
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.httpMethod
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.id
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.regionalEndpointId.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.regionalEndpointId.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.regionalEndpointId.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.requestId.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.requestId.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.parameters.requestId.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.path
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.request.$ref
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.response.$ref
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.create.scopes
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.flatPath
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.id
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.requestId.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.requestId.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.parameters.requestId.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.path
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.delete.scopes
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.flatPath
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.httpMethod
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.id
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.path
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.response.$ref
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.get.scopes
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.flatPath
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.httpMethod
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.id
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.path
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.response.$ref
    - resources.projects.resources.locations.resources.regionalEndpoints.methods.list.scopes
    - schemas.ConsumerPscConfig.properties.producerInstanceId.description
    - schemas.ConsumerPscConfig.properties.producerInstanceId.type
    - schemas.ConsumerPscConnection.properties.producerInstanceId.description
    - schemas.ConsumerPscConnection.properties.producerInstanceId.type
    - schemas.ListRegionalEndpointsResponse.description
    - schemas.ListRegionalEndpointsResponse.id
    - schemas.ListRegionalEndpointsResponse.properties.nextPageToken.description
    - schemas.ListRegionalEndpointsResponse.properties.nextPageToken.type
    - schemas.ListRegionalEndpointsResponse.properties.regionalEndpoints.description
    - schemas.ListRegionalEndpointsResponse.properties.regionalEndpoints.items.$ref
    - schemas.ListRegionalEndpointsResponse.properties.regionalEndpoints.type
    - schemas.ListRegionalEndpointsResponse.properties.unreachable.description
    - schemas.ListRegionalEndpointsResponse.properties.unreachable.items.type
    - schemas.ListRegionalEndpointsResponse.properties.unreachable.type
    - schemas.ListRegionalEndpointsResponse.type
    - schemas.PscConnection.properties.producerInstanceId.description
    - schemas.PscConnection.properties.producerInstanceId.type
    - schemas.RegionalEndpoint.description
    - schemas.RegionalEndpoint.id
    - schemas.RegionalEndpoint.properties.accessType.description
    - schemas.RegionalEndpoint.properties.accessType.enum
    - schemas.RegionalEndpoint.properties.accessType.enumDescriptions
    - schemas.RegionalEndpoint.properties.accessType.type
    - schemas.RegionalEndpoint.properties.address.description
    - schemas.RegionalEndpoint.properties.address.type
    - schemas.RegionalEndpoint.properties.createTime.description
    - schemas.RegionalEndpoint.properties.createTime.format
    - schemas.RegionalEndpoint.properties.createTime.readOnly
    - schemas.RegionalEndpoint.properties.createTime.type
    - schemas.RegionalEndpoint.properties.description.description
    - schemas.RegionalEndpoint.properties.description.type
    - schemas.RegionalEndpoint.properties.ipAddress.deprecated
    - schemas.RegionalEndpoint.properties.ipAddress.description
    - schemas.RegionalEndpoint.properties.ipAddress.readOnly
    - schemas.RegionalEndpoint.properties.ipAddress.type
    - schemas.RegionalEndpoint.properties.labels.additionalProperties.type
    - schemas.RegionalEndpoint.properties.labels.description
    - schemas.RegionalEndpoint.properties.labels.type
    - schemas.RegionalEndpoint.properties.name.description
    - schemas.RegionalEndpoint.properties.name.readOnly
    - schemas.RegionalEndpoint.properties.name.type
    - schemas.RegionalEndpoint.properties.network.description
    - schemas.RegionalEndpoint.properties.network.type
    - schemas.RegionalEndpoint.properties.pscForwardingRule.description
    - schemas.RegionalEndpoint.properties.pscForwardingRule.readOnly
    - schemas.RegionalEndpoint.properties.pscForwardingRule.type
    - schemas.RegionalEndpoint.properties.subnetwork.description
    - schemas.RegionalEndpoint.properties.subnetwork.type
    - schemas.RegionalEndpoint.properties.targetGoogleApi.description
    - schemas.RegionalEndpoint.properties.targetGoogleApi.type
    - schemas.RegionalEndpoint.properties.updateTime.description
    - schemas.RegionalEndpoint.properties.updateTime.format
    - schemas.RegionalEndpoint.properties.updateTime.readOnly
    - schemas.RegionalEndpoint.properties.updateTime.type
    - schemas.RegionalEndpoint.type
    
    The following keys were changed:
    - schemas.GoogleRpcErrorInfo.properties.metadata.description
    - schemas.InternalRange.properties.network.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    dfb8562 View commit details
    Browse the repository at this point in the history
  155. feat(networkmanagement)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### networkmanagement:v1beta1
    
    The following keys were deleted:
    - schemas.CloudRunRevisionInfo.properties.serviceName.deprecated
    - schemas.CloudRunRevisionInfo.properties.serviceName.description
    - schemas.CloudRunRevisionInfo.properties.serviceName.type
    
    The following keys were added:
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.flatPath
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.httpMethod
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.id
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameterOrder
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.parent.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.parent.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.parent.pattern
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.parent.required
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.parent.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.vpcFlowLogsConfigId.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.vpcFlowLogsConfigId.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.parameters.vpcFlowLogsConfigId.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.path
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.request.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.response.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.create.scopes
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.flatPath
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.httpMethod
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.id
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.parameterOrder
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.parameters.name.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.parameters.name.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.parameters.name.pattern
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.parameters.name.required
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.parameters.name.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.path
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.response.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.delete.scopes
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.flatPath
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.httpMethod
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.id
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.path
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.response.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.get.scopes
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.flatPath
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.httpMethod
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.id
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.filter.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.filter.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.filter.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.orderBy.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.orderBy.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.orderBy.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageSize.format
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageSize.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageSize.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageToken.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageToken.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.pageToken.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.path
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.response.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.list.scopes
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.flatPath
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.httpMethod
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.id
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameterOrder
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.name.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.name.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.name.pattern
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.name.required
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.name.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.updateMask.format
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.updateMask.location
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.parameters.updateMask.type
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.path
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.request.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.response.$ref
    - resources.projects.resources.locations.resources.vpcFlowLogsConfigs.methods.patch.scopes
    - schemas.ListVpcFlowLogsConfigsResponse.description
    - schemas.ListVpcFlowLogsConfigsResponse.id
    - schemas.ListVpcFlowLogsConfigsResponse.properties.nextPageToken.description
    - schemas.ListVpcFlowLogsConfigsResponse.properties.nextPageToken.type
    - schemas.ListVpcFlowLogsConfigsResponse.properties.unreachable.description
    - schemas.ListVpcFlowLogsConfigsResponse.properties.unreachable.items.type
    - schemas.ListVpcFlowLogsConfigsResponse.properties.unreachable.type
    - schemas.ListVpcFlowLogsConfigsResponse.properties.vpcFlowLogsConfigs.description
    - schemas.ListVpcFlowLogsConfigsResponse.properties.vpcFlowLogsConfigs.items.$ref
    - schemas.ListVpcFlowLogsConfigsResponse.properties.vpcFlowLogsConfigs.type
    - schemas.ListVpcFlowLogsConfigsResponse.type
    - schemas.VpcFlowLogsConfig.description
    - schemas.VpcFlowLogsConfig.id
    - schemas.VpcFlowLogsConfig.properties.aggregationInterval.description
    - schemas.VpcFlowLogsConfig.properties.aggregationInterval.enum
    - schemas.VpcFlowLogsConfig.properties.aggregationInterval.enumDescriptions
    - schemas.VpcFlowLogsConfig.properties.aggregationInterval.type
    - schemas.VpcFlowLogsConfig.properties.createTime.description
    - schemas.VpcFlowLogsConfig.properties.createTime.format
    - schemas.VpcFlowLogsConfig.properties.createTime.readOnly
    - schemas.VpcFlowLogsConfig.properties.createTime.type
    - schemas.VpcFlowLogsConfig.properties.description.description
    - schemas.VpcFlowLogsConfig.properties.description.type
    - schemas.VpcFlowLogsConfig.properties.filterExpr.description
    - schemas.VpcFlowLogsConfig.properties.filterExpr.type
    - schemas.VpcFlowLogsConfig.properties.flowSampling.description
    - schemas.VpcFlowLogsConfig.properties.flowSampling.format
    - schemas.VpcFlowLogsConfig.properties.flowSampling.type
    - schemas.VpcFlowLogsConfig.properties.interconnectAttachment.description
    - schemas.VpcFlowLogsConfig.properties.interconnectAttachment.type
    - schemas.VpcFlowLogsConfig.properties.labels.additionalProperties.type
    - schemas.VpcFlowLogsConfig.properties.labels.description
    - schemas.VpcFlowLogsConfig.properties.labels.type
    - schemas.VpcFlowLogsConfig.properties.metadata.description
    - schemas.VpcFlowLogsConfig.properties.metadata.enum
    - schemas.VpcFlowLogsConfig.properties.metadata.enumDescriptions
    - schemas.VpcFlowLogsConfig.properties.metadata.type
    - schemas.VpcFlowLogsConfig.properties.metadataFields.description
    - schemas.VpcFlowLogsConfig.properties.metadataFields.items.type
    - schemas.VpcFlowLogsConfig.properties.metadataFields.type
    - schemas.VpcFlowLogsConfig.properties.name.description
    - schemas.VpcFlowLogsConfig.properties.name.type
    - schemas.VpcFlowLogsConfig.properties.network.description
    - schemas.VpcFlowLogsConfig.properties.network.type
    - schemas.VpcFlowLogsConfig.properties.state.description
    - schemas.VpcFlowLogsConfig.properties.state.enum
    - schemas.VpcFlowLogsConfig.properties.state.enumDescriptions
    - schemas.VpcFlowLogsConfig.properties.state.type
    - schemas.VpcFlowLogsConfig.properties.subnet.description
    - schemas.VpcFlowLogsConfig.properties.subnet.type
    - schemas.VpcFlowLogsConfig.properties.updateTime.description
    - schemas.VpcFlowLogsConfig.properties.updateTime.format
    - schemas.VpcFlowLogsConfig.properties.updateTime.readOnly
    - schemas.VpcFlowLogsConfig.properties.updateTime.type
    - schemas.VpcFlowLogsConfig.properties.vpnTunnel.description
    - schemas.VpcFlowLogsConfig.properties.vpnTunnel.type
    - schemas.VpcFlowLogsConfig.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.global.resources.connectivityTests.methods.patch.description
    - resources.projects.resources.locations.resources.global.resources.connectivityTests.methods.patch.parameters.name.description
    - schemas.AbortInfo.properties.cause.enum
    - schemas.AbortInfo.properties.cause.enumDeprecated
    - schemas.AbortInfo.properties.cause.enumDescriptions
    - schemas.ConnectivityTest.properties.name.description
    - schemas.DropInfo.properties.cause.enum
    - schemas.DropInfo.properties.cause.enumDescriptions
    
    #### networkmanagement:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.global.resources.connectivityTests.methods.patch.description
    - resources.projects.resources.locations.resources.global.resources.connectivityTests.methods.patch.parameters.name.description
    - schemas.AbortInfo.properties.cause.enum
    - schemas.AbortInfo.properties.cause.enumDeprecated
    - schemas.AbortInfo.properties.cause.enumDescriptions
    - schemas.ConnectivityTest.properties.name.description
    - schemas.DropInfo.properties.cause.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4d9d1e7 View commit details
    Browse the repository at this point in the history
  156. Configuration menu
    Copy the full SHA
    4ae8926 View commit details
    Browse the repository at this point in the history
  157. fix(networkservices): update the API

    #### networkservices:v1beta1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.lbRouteExtensions.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.lbTrafficExtensions.methods.patch.parameters.updateMask.description
    - schemas.TlsRouteRouteMatch.properties.sniHost.description
    
    #### networkservices:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.lbRouteExtensions.methods.patch.parameters.updateMask.description
    - resources.projects.resources.locations.resources.lbTrafficExtensions.methods.patch.parameters.updateMask.description
    - schemas.TlsRouteRouteMatch.properties.sniHost.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    645fa88 View commit details
    Browse the repository at this point in the history
  158. Configuration menu
    Copy the full SHA
    0ea2a22 View commit details
    Browse the repository at this point in the history
  159. Configuration menu
    Copy the full SHA
    126c20a View commit details
    Browse the repository at this point in the history
  160. feat(ondemandscanning): update the API

    #### ondemandscanning:v1beta1
    
    The following keys were added:
    - schemas.ComplianceOccurrence.properties.version.$ref
    - schemas.ComplianceOccurrence.properties.version.description
    - schemas.ComplianceVersion.description
    - schemas.ComplianceVersion.id
    - schemas.ComplianceVersion.properties.benchmarkDocument.description
    - schemas.ComplianceVersion.properties.benchmarkDocument.type
    - schemas.ComplianceVersion.properties.cpeUri.description
    - schemas.ComplianceVersion.properties.cpeUri.type
    - schemas.ComplianceVersion.properties.version.description
    - schemas.ComplianceVersion.properties.version.type
    - schemas.ComplianceVersion.type
    
    #### ondemandscanning:v1
    
    The following keys were added:
    - schemas.ComplianceOccurrence.properties.version.$ref
    - schemas.ComplianceOccurrence.properties.version.description
    - schemas.ComplianceVersion.description
    - schemas.ComplianceVersion.id
    - schemas.ComplianceVersion.properties.benchmarkDocument.description
    - schemas.ComplianceVersion.properties.benchmarkDocument.type
    - schemas.ComplianceVersion.properties.cpeUri.description
    - schemas.ComplianceVersion.properties.cpeUri.type
    - schemas.ComplianceVersion.properties.version.description
    - schemas.ComplianceVersion.properties.version.type
    - schemas.ComplianceVersion.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    38c8366 View commit details
    Browse the repository at this point in the history
  161. feat(orgpolicy): update the API

    #### orgpolicy:v2
    
    The following keys were added:
    - schemas.GoogleCloudOrgpolicyV2Constraint.properties.googleManagedConstraint.$ref
    - schemas.GoogleCloudOrgpolicyV2Constraint.properties.googleManagedConstraint.description
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.description
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.id
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.actionType.description
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.actionType.enum
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.actionType.enumDescriptions
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.actionType.type
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.condition.description
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.condition.type
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.methodTypes.description
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.methodTypes.items.enum
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.methodTypes.items.enumDescriptions
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.methodTypes.items.type
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.methodTypes.type
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.resourceTypes.description
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.resourceTypes.items.type
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.properties.resourceTypes.type
    - schemas.GoogleCloudOrgpolicyV2ConstraintGoogleManagedConstraint.type
    
    The following keys were changed:
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enum
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2d3951b View commit details
    Browse the repository at this point in the history
  162. fix(osconfig): update the API

    #### osconfig:v1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.global.methods.getProjectFeatureSettings.description
    - resources.projects.resources.locations.resources.global.methods.getProjectFeatureSettings.parameters.name.description
    - resources.projects.resources.locations.resources.global.methods.updateProjectFeatureSettings.description
    - resources.projects.resources.locations.resources.global.methods.updateProjectFeatureSettings.parameters.name.description
    - schemas.ProjectFeatureSettings.description
    - schemas.ProjectFeatureSettings.properties.name.description
    - schemas.ProjectFeatureSettings.properties.patchAndConfigFeatureSet.description
    - schemas.ProjectFeatureSettings.properties.patchAndConfigFeatureSet.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    25aa834 View commit details
    Browse the repository at this point in the history
  163. Configuration menu
    Copy the full SHA
    5b55b2a View commit details
    Browse the repository at this point in the history
  164. Configuration menu
    Copy the full SHA
    5b8e15a View commit details
    Browse the repository at this point in the history
  165. feat(paymentsresellersubscription): update the API

    #### paymentsresellersubscription:v1
    
    The following keys were added:
    - schemas.GoogleCloudPaymentsResellerSubscriptionV1Subscription.properties.purchaseTime.description
    - schemas.GoogleCloudPaymentsResellerSubscriptionV1Subscription.properties.purchaseTime.format
    - schemas.GoogleCloudPaymentsResellerSubscriptionV1Subscription.properties.purchaseTime.type
    
    The following keys were changed:
    - schemas.GoogleCloudPaymentsResellerSubscriptionV1SubscriptionLineItem.properties.lineItemPromotionSpecs.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bdc8bed View commit details
    Browse the repository at this point in the history
  166. Configuration menu
    Copy the full SHA
    ce60ba4 View commit details
    Browse the repository at this point in the history
  167. fix(places): update the API

    #### places:v1
    
    The following keys were changed:
    - schemas.GoogleMapsPlacesV1AutocompletePlacesResponseSuggestionQueryPrediction.properties.text.description
    - schemas.GoogleMapsPlacesV1Place.properties.priceLevel.enumDescriptions
    - schemas.GoogleMapsPlacesV1SearchTextRequest.properties.priceLevels.items.enumDescriptions
    - schemas.GoogleMapsPlacesV1SearchTextRequest.properties.rankPreference.enumDescriptions
    - schemas.GoogleMapsPlacesV1SearchTextRequestEVOptions.properties.connectorTypes.description
    - schemas.GoogleMapsPlacesV1SearchTextRequestEVOptions.properties.minimumChargingRateKw.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    cdccd1f View commit details
    Browse the repository at this point in the history
  168. Configuration menu
    Copy the full SHA
    ac44214 View commit details
    Browse the repository at this point in the history
  169. Configuration menu
    Copy the full SHA
    5f27773 View commit details
    Browse the repository at this point in the history
  170. Configuration menu
    Copy the full SHA
    2039762 View commit details
    Browse the repository at this point in the history
  171. fix(playintegrity): update the API

    #### playintegrity:v1
    
    The following keys were changed:
    - schemas.AppAccessRiskVerdict.properties.otherApps.description
    - schemas.AppAccessRiskVerdict.properties.playOrSystemApps.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6515028 View commit details
    Browse the repository at this point in the history
  172. Configuration menu
    Copy the full SHA
    9686d66 View commit details
    Browse the repository at this point in the history
  173. fix(policysimulator): update the API

    #### policysimulator:v1alpha
    
    The following keys were changed:
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enum
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enumDescriptions
    
    #### policysimulator:v1beta
    
    The following keys were changed:
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enum
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enumDescriptions
    
    #### policysimulator:v1
    
    The following keys were changed:
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enum
    - schemas.GoogleCloudOrgpolicyV2CustomConstraint.properties.methodTypes.items.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    602de0e View commit details
    Browse the repository at this point in the history
  174. Configuration menu
    Copy the full SHA
    3ddef8c View commit details
    Browse the repository at this point in the history
  175. Configuration menu
    Copy the full SHA
    49501dd View commit details
    Browse the repository at this point in the history
  176. feat(privateca): update the API

    #### privateca:v1
    
    The following keys were added:
    - schemas.CertificateAuthority.properties.satisfiesPzi.description
    - schemas.CertificateAuthority.properties.satisfiesPzi.readOnly
    - schemas.CertificateAuthority.properties.satisfiesPzi.type
    - schemas.CertificateAuthority.properties.satisfiesPzs.description
    - schemas.CertificateAuthority.properties.satisfiesPzs.readOnly
    - schemas.CertificateAuthority.properties.satisfiesPzs.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.caPools.methods.delete.parameters.ignoreDependentResources.description
    - resources.projects.resources.locations.resources.caPools.methods.fetchCaCerts.description
    - resources.projects.resources.locations.resources.caPools.resources.certificateAuthorities.methods.delete.parameters.ignoreDependentResources.description
    - schemas.CertificateConfig.properties.subjectKeyId.description
    - schemas.CertificateTemplate.properties.maximumLifetime.description
    - schemas.DisableCertificateAuthorityRequest.properties.ignoreDependentResources.description
    - schemas.FetchCaCertsResponse.properties.caCerts.description
    - schemas.IssuancePolicy.properties.maximumLifetime.description
    - schemas.PublishingOptions.properties.encodingFormat.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    052c6c3 View commit details
    Browse the repository at this point in the history
  177. Configuration menu
    Copy the full SHA
    00820e2 View commit details
    Browse the repository at this point in the history
  178. Configuration menu
    Copy the full SHA
    962ab4a View commit details
    Browse the repository at this point in the history
  179. feat(pubsub): update the API

    #### pubsub:v1
    
    The following keys were added:
    - schemas.CloudStorageConfig.properties.filenameDatetimeFormat.description
    - schemas.CloudStorageConfig.properties.filenameDatetimeFormat.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    719889a View commit details
    Browse the repository at this point in the history
  180. Configuration menu
    Copy the full SHA
    f475d51 View commit details
    Browse the repository at this point in the history
  181. Configuration menu
    Copy the full SHA
    f10a665 View commit details
    Browse the repository at this point in the history
  182. Configuration menu
    Copy the full SHA
    d51409e View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    08d31af View commit details
    Browse the repository at this point in the history
  184. feat(recaptchaenterprise): update the API

    #### recaptchaenterprise:v1
    
    The following keys were added:
    - schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.fraudPrevention.description
    - schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.fraudPrevention.enum
    - schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.fraudPrevention.enumDescriptions
    - schemas.GoogleCloudRecaptchaenterpriseV1Event.properties.fraudPrevention.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    854b10d View commit details
    Browse the repository at this point in the history
  185. Configuration menu
    Copy the full SHA
    a65c967 View commit details
    Browse the repository at this point in the history
  186. fix(recommender): update the API

    #### recommender:v1beta1
    
    The following keys were changed:
    - schemas.GoogleCloudRecommenderV1beta1Insight.properties.name.description
    - schemas.GoogleCloudRecommenderV1beta1Recommendation.properties.name.description
    
    #### recommender:v1
    
    The following keys were changed:
    - schemas.GoogleCloudRecommenderV1Insight.properties.name.description
    - schemas.GoogleCloudRecommenderV1Recommendation.properties.name.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8efd630 View commit details
    Browse the repository at this point in the history
  187. feat(redis)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### redis:v1beta1
    
    The following keys were deleted:
    - schemas.Entitlement.properties.type.enumDeprecated
    
    The following keys were added:
    - schemas.AOFConfig.description
    - schemas.AOFConfig.id
    - schemas.AOFConfig.properties.appendFsync.description
    - schemas.AOFConfig.properties.appendFsync.enum
    - schemas.AOFConfig.properties.appendFsync.enumDescriptions
    - schemas.AOFConfig.properties.appendFsync.type
    - schemas.AOFConfig.type
    - schemas.AvailabilityConfiguration.properties.crossRegionReplicaConfigured.description
    - schemas.AvailabilityConfiguration.properties.crossRegionReplicaConfigured.type
    - schemas.Cluster.properties.deletionProtectionEnabled.description
    - schemas.Cluster.properties.deletionProtectionEnabled.type
    - schemas.Cluster.properties.nodeType.description
    - schemas.Cluster.properties.nodeType.enum
    - schemas.Cluster.properties.nodeType.enumDescriptions
    - schemas.Cluster.properties.nodeType.type
    - schemas.Cluster.properties.persistenceConfig.$ref
    - schemas.Cluster.properties.persistenceConfig.description
    - schemas.Cluster.properties.preciseSizeGb.description
    - schemas.Cluster.properties.preciseSizeGb.format
    - schemas.Cluster.properties.preciseSizeGb.readOnly
    - schemas.Cluster.properties.preciseSizeGb.type
    - schemas.Cluster.properties.redisConfigs.additionalProperties.type
    - schemas.Cluster.properties.redisConfigs.description
    - schemas.Cluster.properties.redisConfigs.type
    - schemas.ClusterPersistenceConfig.description
    - schemas.ClusterPersistenceConfig.id
    - schemas.ClusterPersistenceConfig.properties.aofConfig.$ref
    - schemas.ClusterPersistenceConfig.properties.aofConfig.description
    - schemas.ClusterPersistenceConfig.properties.mode.description
    - schemas.ClusterPersistenceConfig.properties.mode.enum
    - schemas.ClusterPersistenceConfig.properties.mode.enumDescriptions
    - schemas.ClusterPersistenceConfig.properties.mode.type
    - schemas.ClusterPersistenceConfig.properties.rdbConfig.$ref
    - schemas.ClusterPersistenceConfig.properties.rdbConfig.description
    - schemas.ClusterPersistenceConfig.type
    - schemas.RDBConfig.description
    - schemas.RDBConfig.id
    - schemas.RDBConfig.properties.rdbSnapshotPeriod.description
    - schemas.RDBConfig.properties.rdbSnapshotPeriod.enum
    - schemas.RDBConfig.properties.rdbSnapshotPeriod.enumDescriptions
    - schemas.RDBConfig.properties.rdbSnapshotPeriod.type
    - schemas.RDBConfig.properties.rdbSnapshotStartTime.description
    - schemas.RDBConfig.properties.rdbSnapshotStartTime.format
    - schemas.RDBConfig.properties.rdbSnapshotStartTime.type
    - schemas.RDBConfig.type
    
    The following keys were changed:
    - schemas.DatabaseResourceHealthSignalData.properties.signalType.enum
    - schemas.DatabaseResourceRecommendationSignalData.properties.signalType.enum
    - schemas.Entitlement.properties.type.enum
    - schemas.Entitlement.properties.type.enumDescriptions
    
    #### redis:v1
    
    The following keys were deleted:
    - schemas.Entitlement.properties.type.enumDeprecated
    
    The following keys were added:
    - schemas.AvailabilityConfiguration.properties.crossRegionReplicaConfigured.description
    - schemas.AvailabilityConfiguration.properties.crossRegionReplicaConfigured.type
    - schemas.Cluster.properties.deletionProtectionEnabled.description
    - schemas.Cluster.properties.deletionProtectionEnabled.type
    - schemas.Cluster.properties.nodeType.description
    - schemas.Cluster.properties.nodeType.enum
    - schemas.Cluster.properties.nodeType.enumDescriptions
    - schemas.Cluster.properties.nodeType.type
    - schemas.Cluster.properties.preciseSizeGb.description
    - schemas.Cluster.properties.preciseSizeGb.format
    - schemas.Cluster.properties.preciseSizeGb.readOnly
    - schemas.Cluster.properties.preciseSizeGb.type
    
    The following keys were changed:
    - schemas.Entitlement.properties.type.enum
    - schemas.Entitlement.properties.type.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    142d5e3 View commit details
    Browse the repository at this point in the history
  188. Configuration menu
    Copy the full SHA
    6ac529f View commit details
    Browse the repository at this point in the history
  189. Configuration menu
    Copy the full SHA
    fd9aaa6 View commit details
    Browse the repository at this point in the history
  190. feat(retail): update the API

    #### retail:v2alpha
    
    The following keys were added:
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.description
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.flatPath
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.httpMethod
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.id
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameterOrder
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.name.description
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.name.location
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.name.pattern
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.name.required
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.name.type
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.view.description
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.view.enum
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.view.enumDescriptions
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.view.location
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.parameters.view.type
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.path
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.response.$ref
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.get.scopes
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.description
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.flatPath
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.httpMethod
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.id
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameterOrder
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.parent.description
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.parent.location
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.parent.pattern
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.parent.required
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.parent.type
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.view.description
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.view.enum
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.view.enumDescriptions
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.view.location
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.parameters.view.type
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.path
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.response.$ref
    - resources.projects.resources.locations.resources.catalogs.resources.branches.methods.list.scopes
    - schemas.GoogleCloudRetailV2alphaBranch.description
    - schemas.GoogleCloudRetailV2alphaBranch.id
    - schemas.GoogleCloudRetailV2alphaBranch.properties.displayName.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.displayName.readOnly
    - schemas.GoogleCloudRetailV2alphaBranch.properties.displayName.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.isDefault.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.isDefault.readOnly
    - schemas.GoogleCloudRetailV2alphaBranch.properties.isDefault.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.lastProductImportTime.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.lastProductImportTime.format
    - schemas.GoogleCloudRetailV2alphaBranch.properties.lastProductImportTime.readOnly
    - schemas.GoogleCloudRetailV2alphaBranch.properties.lastProductImportTime.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.name.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.name.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCountStats.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCountStats.items.$ref
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCountStats.readOnly
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCountStats.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCounts.additionalProperties.format
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCounts.additionalProperties.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCounts.deprecated
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCounts.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCounts.readOnly
    - schemas.GoogleCloudRetailV2alphaBranch.properties.productCounts.type
    - schemas.GoogleCloudRetailV2alphaBranch.properties.qualityMetrics.description
    - schemas.GoogleCloudRetailV2alphaBranch.properties.qualityMetrics.items.$ref
    - schemas.GoogleCloudRetailV2alphaBranch.properties.qualityMetrics.readOnly
    - schemas.GoogleCloudRetailV2alphaBranch.properties.qualityMetrics.type
    - schemas.GoogleCloudRetailV2alphaBranch.type
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.description
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.id
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.counts.additionalProperties.format
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.counts.additionalProperties.type
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.counts.description
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.counts.type
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.scope.description
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.scope.enum
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.scope.enumDescriptions
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.properties.scope.type
    - schemas.GoogleCloudRetailV2alphaBranchProductCountStatistic.type
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.description
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.id
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.qualifiedProductCount.description
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.qualifiedProductCount.format
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.qualifiedProductCount.type
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.requirementKey.description
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.requirementKey.type
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.suggestedQualityPercentThreshold.description
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.suggestedQualityPercentThreshold.format
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.suggestedQualityPercentThreshold.type
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.unqualifiedProductCount.description
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.unqualifiedProductCount.format
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.unqualifiedProductCount.type
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.unqualifiedSampleProducts.description
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.unqualifiedSampleProducts.items.$ref
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.properties.unqualifiedSampleProducts.type
    - schemas.GoogleCloudRetailV2alphaBranchQualityMetric.type
    - schemas.GoogleCloudRetailV2alphaListBranchesResponse.description
    - schemas.GoogleCloudRetailV2alphaListBranchesResponse.id
    - schemas.GoogleCloudRetailV2alphaListBranchesResponse.properties.branches.description
    - schemas.GoogleCloudRetailV2alphaListBranchesResponse.properties.branches.items.$ref
    - schemas.GoogleCloudRetailV2alphaListBranchesResponse.properties.branches.type
    - schemas.GoogleCloudRetailV2alphaListBranchesResponse.type
    - schemas.GoogleCloudRetailV2alphaServingConfig.properties.ignoreRecsDenylist.description
    - schemas.GoogleCloudRetailV2alphaServingConfig.properties.ignoreRecsDenylist.type
    
    The following keys were changed:
    - schemas.GoogleCloudRetailV2alphaProduct.properties.categories.description
    
    #### retail:v2beta
    
    The following keys were added:
    - schemas.GoogleCloudRetailV2betaServingConfig.properties.ignoreRecsDenylist.description
    - schemas.GoogleCloudRetailV2betaServingConfig.properties.ignoreRecsDenylist.type
    
    The following keys were changed:
    - schemas.GoogleCloudRetailV2betaProduct.properties.categories.description
    
    #### retail:v2
    
    The following keys were added:
    - schemas.GoogleCloudRetailV2ServingConfig.properties.ignoreRecsDenylist.description
    - schemas.GoogleCloudRetailV2ServingConfig.properties.ignoreRecsDenylist.type
    
    The following keys were changed:
    - schemas.GoogleCloudRetailV2Product.properties.categories.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    9e8f651 View commit details
    Browse the repository at this point in the history
  191. feat(run): update the API

    #### run:v1
    
    The following keys were added:
    - schemas.JobSpec.properties.runExecutionToken.description
    - schemas.JobSpec.properties.runExecutionToken.type
    - schemas.JobSpec.properties.startExecutionToken.description
    - schemas.JobSpec.properties.startExecutionToken.type
    
    The following keys were changed:
    - schemas.NFSVolumeSource.description
    
    #### run:v2
    
    The following keys were added:
    - resources.projects.resources.locations.methods.exportImage.description
    - resources.projects.resources.locations.methods.exportImage.flatPath
    - resources.projects.resources.locations.methods.exportImage.httpMethod
    - resources.projects.resources.locations.methods.exportImage.id
    - resources.projects.resources.locations.methods.exportImage.parameterOrder
    - resources.projects.resources.locations.methods.exportImage.parameters.name.description
    - resources.projects.resources.locations.methods.exportImage.parameters.name.location
    - resources.projects.resources.locations.methods.exportImage.parameters.name.pattern
    - resources.projects.resources.locations.methods.exportImage.parameters.name.required
    - resources.projects.resources.locations.methods.exportImage.parameters.name.type
    - resources.projects.resources.locations.methods.exportImage.path
    - resources.projects.resources.locations.methods.exportImage.request.$ref
    - resources.projects.resources.locations.methods.exportImage.response.$ref
    - resources.projects.resources.locations.methods.exportImage.scopes
    - resources.projects.resources.locations.methods.exportImageMetadata.description
    - resources.projects.resources.locations.methods.exportImageMetadata.flatPath
    - resources.projects.resources.locations.methods.exportImageMetadata.httpMethod
    - resources.projects.resources.locations.methods.exportImageMetadata.id
    - resources.projects.resources.locations.methods.exportImageMetadata.parameterOrder
    - resources.projects.resources.locations.methods.exportImageMetadata.parameters.name.description
    - resources.projects.resources.locations.methods.exportImageMetadata.parameters.name.location
    - resources.projects.resources.locations.methods.exportImageMetadata.parameters.name.pattern
    - resources.projects.resources.locations.methods.exportImageMetadata.parameters.name.required
    - resources.projects.resources.locations.methods.exportImageMetadata.parameters.name.type
    - resources.projects.resources.locations.methods.exportImageMetadata.path
    - resources.projects.resources.locations.methods.exportImageMetadata.response.$ref
    - resources.projects.resources.locations.methods.exportImageMetadata.scopes
    - resources.projects.resources.locations.methods.exportMetadata.description
    - resources.projects.resources.locations.methods.exportMetadata.flatPath
    - resources.projects.resources.locations.methods.exportMetadata.httpMethod
    - resources.projects.resources.locations.methods.exportMetadata.id
    - resources.projects.resources.locations.methods.exportMetadata.parameterOrder
    - resources.projects.resources.locations.methods.exportMetadata.parameters.name.description
    - resources.projects.resources.locations.methods.exportMetadata.parameters.name.location
    - resources.projects.resources.locations.methods.exportMetadata.parameters.name.pattern
    - resources.projects.resources.locations.methods.exportMetadata.parameters.name.required
    - resources.projects.resources.locations.methods.exportMetadata.parameters.name.type
    - resources.projects.resources.locations.methods.exportMetadata.path
    - resources.projects.resources.locations.methods.exportMetadata.response.$ref
    - resources.projects.resources.locations.methods.exportMetadata.scopes
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.description
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.flatPath
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.httpMethod
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.id
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameterOrder
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.name.description
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.name.location
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.name.pattern
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.name.required
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.name.type
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.operationId.description
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.operationId.location
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.operationId.pattern
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.operationId.required
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.parameters.operationId.type
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.path
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.response.$ref
    - resources.projects.resources.locations.resources.jobs.resources.executions.methods.exportStatus.scopes
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.description
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.flatPath
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.httpMethod
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.id
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameterOrder
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.name.description
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.name.location
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.name.pattern
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.name.required
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.name.type
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.operationId.description
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.operationId.location
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.operationId.pattern
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.operationId.required
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.parameters.operationId.type
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.path
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.response.$ref
    - resources.projects.resources.locations.resources.services.resources.revisions.methods.exportStatus.scopes
    - schemas.GoogleCloudRunV2BinaryAuthorization.properties.policy.description
    - schemas.GoogleCloudRunV2BinaryAuthorization.properties.policy.type
    - schemas.GoogleCloudRunV2Condition.properties.executionReason.readOnly
    - schemas.GoogleCloudRunV2Condition.properties.reason.readOnly
    - schemas.GoogleCloudRunV2Condition.properties.revisionReason.readOnly
    - schemas.GoogleCloudRunV2ExportImageRequest.description
    - schemas.GoogleCloudRunV2ExportImageRequest.id
    - schemas.GoogleCloudRunV2ExportImageRequest.properties.destinationRepo.description
    - schemas.GoogleCloudRunV2ExportImageRequest.properties.destinationRepo.type
    - schemas.GoogleCloudRunV2ExportImageRequest.type
    - schemas.GoogleCloudRunV2ExportImageResponse.description
    - schemas.GoogleCloudRunV2ExportImageResponse.id
    - schemas.GoogleCloudRunV2ExportImageResponse.properties.operationId.description
    - schemas.GoogleCloudRunV2ExportImageResponse.properties.operationId.type
    - schemas.GoogleCloudRunV2ExportImageResponse.type
    - schemas.GoogleCloudRunV2ExportStatusResponse.description
    - schemas.GoogleCloudRunV2ExportStatusResponse.id
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.imageExportStatuses.description
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.imageExportStatuses.items.$ref
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.imageExportStatuses.type
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationId.description
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationId.type
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationState.description
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationState.enum
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationState.enumDescriptions
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationState.readOnly
    - schemas.GoogleCloudRunV2ExportStatusResponse.properties.operationState.type
    - schemas.GoogleCloudRunV2ExportStatusResponse.type
    - schemas.GoogleCloudRunV2ImageExportStatus.description
    - schemas.GoogleCloudRunV2ImageExportStatus.id
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportJobState.description
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportJobState.enum
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportJobState.enumDescriptions
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportJobState.readOnly
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportJobState.type
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportedImageDigest.description
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.exportedImageDigest.type
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.status.$ref
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.status.description
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.tag.description
    - schemas.GoogleCloudRunV2ImageExportStatus.properties.tag.type
    - schemas.GoogleCloudRunV2ImageExportStatus.type
    - schemas.GoogleCloudRunV2Job.properties.startExecutionToken.description
    - schemas.GoogleCloudRunV2Job.properties.startExecutionToken.type
    - schemas.GoogleCloudRunV2Metadata.description
    - schemas.GoogleCloudRunV2Metadata.id
    - schemas.GoogleCloudRunV2Metadata.properties.metadata.description
    - schemas.GoogleCloudRunV2Metadata.properties.metadata.type
    - schemas.GoogleCloudRunV2Metadata.type
    - schemas.Proto2BridgeMessageSet.description
    - schemas.Proto2BridgeMessageSet.id
    - schemas.Proto2BridgeMessageSet.type
    - schemas.UtilStatusProto.description
    - schemas.UtilStatusProto.id
    - schemas.UtilStatusProto.properties.canonicalCode.description
    - schemas.UtilStatusProto.properties.canonicalCode.format
    - schemas.UtilStatusProto.properties.canonicalCode.type
    - schemas.UtilStatusProto.properties.code.description
    - schemas.UtilStatusProto.properties.code.format
    - schemas.UtilStatusProto.properties.code.type
    - schemas.UtilStatusProto.properties.message.description
    - schemas.UtilStatusProto.properties.message.type
    - schemas.UtilStatusProto.properties.messageSet.$ref
    - schemas.UtilStatusProto.properties.messageSet.description
    - schemas.UtilStatusProto.properties.space.description
    - schemas.UtilStatusProto.properties.space.type
    - schemas.UtilStatusProto.type
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.jobs.methods.patch.parameters.allowMissing.description
    - resources.projects.resources.locations.resources.services.methods.patch.parameters.allowMissing.description
    - schemas.GoogleCloudRunV2BinaryAuthorization.properties.breakglassJustification.description
    - schemas.GoogleCloudRunV2BinaryAuthorization.properties.useDefault.description
    - schemas.GoogleCloudRunV2Condition.properties.executionReason.description
    - schemas.GoogleCloudRunV2Condition.properties.reason.description
    - schemas.GoogleCloudRunV2Condition.properties.revisionReason.description
    - schemas.GoogleCloudRunV2GCSVolumeSource.description
    - schemas.GoogleCloudRunV2GCSVolumeSource.properties.bucket.description
    - schemas.GoogleCloudRunV2GCSVolumeSource.properties.readOnly.description
    - schemas.GoogleCloudRunV2GRPCAction.properties.port.description
    - schemas.GoogleCloudRunV2GRPCAction.properties.service.description
    - schemas.GoogleCloudRunV2HTTPGetAction.properties.httpHeaders.description
    - schemas.GoogleCloudRunV2HTTPGetAction.properties.path.description
    - schemas.GoogleCloudRunV2HTTPGetAction.properties.port.description
    - schemas.GoogleCloudRunV2HTTPHeader.properties.value.description
    - schemas.GoogleCloudRunV2NFSVolumeSource.properties.readOnly.description
    - schemas.GoogleCloudRunV2NetworkInterface.properties.network.description
    - schemas.GoogleCloudRunV2NetworkInterface.properties.subnetwork.description
    - schemas.GoogleCloudRunV2NetworkInterface.properties.tags.description
    - schemas.GoogleCloudRunV2Probe.properties.failureThreshold.description
    - schemas.GoogleCloudRunV2Probe.properties.grpc.description
    - schemas.GoogleCloudRunV2Probe.properties.httpGet.description
    - schemas.GoogleCloudRunV2Probe.properties.initialDelaySeconds.description
    - schemas.GoogleCloudRunV2Probe.properties.periodSeconds.description
    - schemas.GoogleCloudRunV2Probe.properties.tcpSocket.description
    - schemas.GoogleCloudRunV2Probe.properties.timeoutSeconds.description
    - schemas.GoogleCloudRunV2RevisionScaling.properties.maxInstanceCount.description
    - schemas.GoogleCloudRunV2RevisionScaling.properties.minInstanceCount.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.annotations.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.executionEnvironment.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.labels.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.maxInstanceRequestConcurrency.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.revision.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.scaling.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.serviceAccount.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.timeout.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.volumes.description
    - schemas.GoogleCloudRunV2RevisionTemplate.properties.vpcAccess.description
    - schemas.GoogleCloudRunV2Service.properties.binaryAuthorization.description
    - schemas.GoogleCloudRunV2Service.properties.ingress.description
    - schemas.GoogleCloudRunV2Service.properties.launchStage.description
    - schemas.GoogleCloudRunV2Service.properties.traffic.description
    - schemas.GoogleCloudRunV2ServiceScaling.properties.minInstanceCount.description
    - schemas.GoogleCloudRunV2TCPSocketAction.properties.port.description
    - schemas.GoogleCloudRunV2TaskTemplate.properties.executionEnvironment.description
    - schemas.GoogleCloudRunV2TaskTemplate.properties.serviceAccount.description
    - schemas.GoogleCloudRunV2TaskTemplate.properties.timeout.description
    - schemas.GoogleCloudRunV2TaskTemplate.properties.volumes.description
    - schemas.GoogleCloudRunV2TaskTemplate.properties.vpcAccess.description
    - schemas.GoogleCloudRunV2VpcAccess.properties.egress.description
    - schemas.GoogleCloudRunV2VpcAccess.properties.networkInterfaces.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    734761d View commit details
    Browse the repository at this point in the history
  192. Configuration menu
    Copy the full SHA
    1a9d83c View commit details
    Browse the repository at this point in the history
  193. fix(safebrowsing): update the API

    #### safebrowsing:v5
    
    The following keys were changed:
    - schemas.GoogleSecuritySafebrowsingV5FullHashFullHashDetail.properties.threatType.enumDescriptions
    - schemas.GoogleSecuritySafebrowsingV5SearchHashesResponse.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4fae7f4 View commit details
    Browse the repository at this point in the history
  194. Configuration menu
    Copy the full SHA
    243fdfb View commit details
    Browse the repository at this point in the history
  195. Configuration menu
    Copy the full SHA
    9a75a3f View commit details
    Browse the repository at this point in the history
  196. feat(searchads360): update the API

    #### searchads360:v0
    
    The following keys were added:
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.id
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.properties.targetRoas.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.properties.targetRoas.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.properties.targetRoas.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.properties.targetRoas.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversionValue.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.id
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpa.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpa.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpa.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpa.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpaMicros.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpaMicros.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpaMicros.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.properties.targetCpaMicros.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_MaximizeConversions.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.id
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.properties.targetCpaMicros.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.properties.targetCpaMicros.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.properties.targetCpaMicros.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.properties.targetCpaMicros.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetCpa.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.id
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.cpcBidCeilingMicros.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.cpcBidCeilingMicros.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.cpcBidCeilingMicros.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.cpcBidCeilingMicros.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.location.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.location.enum
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.location.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.location.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.location.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.locationFractionMicros.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.locationFractionMicros.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.properties.locationFractionMicros.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetImpressionShare.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.id
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.properties.targetRoas.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.properties.targetRoas.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.properties.targetRoas.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.properties.targetRoas.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetRoas.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.id
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.cpcBidCeilingMicros.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.cpcBidCeilingMicros.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.cpcBidCeilingMicros.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.cpcBidCeilingMicros.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.targetSpendMicros.deprecated
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.targetSpendMicros.description
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.targetSpendMicros.format
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.targetSpendMicros.readOnly
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.properties.targetSpendMicros.type
    - schemas.GoogleAdsSearchads360V0Resources_AccessibleBiddingStrategy_TargetSpend.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.id
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.id.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.id.format
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.id.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.id.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.maximizeConversionValue.$ref
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.maximizeConversionValue.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.maximizeConversionValue.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.maximizeConversions.$ref
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.maximizeConversions.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.maximizeConversions.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.name.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.name.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.name.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerCustomerId.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerCustomerId.format
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerCustomerId.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerCustomerId.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerDescriptiveName.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerDescriptiveName.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.ownerDescriptiveName.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.resourceName.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.resourceName.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.resourceName.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetCpa.$ref
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetCpa.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetCpa.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetImpressionShare.$ref
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetImpressionShare.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetRoas.$ref
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetRoas.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetRoas.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetSpend.$ref
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetSpend.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.targetSpend.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.type.description
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.type.enum
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.type.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.type.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.properties.type.type
    - schemas.GoogleAdsSearchads360V0Resources__AccessibleBiddingStrategy.type
    - schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.accessibleBiddingStrategy.description
    - schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.accessibleBiddingStrategy.readOnly
    - schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.accessibleBiddingStrategy.type
    - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.accessibleBiddingStrategy.$ref
    - schemas.GoogleAdsSearchads360V0Services__SearchAds360Row.properties.accessibleBiddingStrategy.description
    
    The following keys were changed:
    - resources.searchAds360Fields.methods.search.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.absoluteTopImpressionPercentage.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.searchBudgetLostAbsoluteTopImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.searchBudgetLostTopImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.searchRankLostAbsoluteTopImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.searchRankLostTopImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.searchTopImpressionShare.description
    - schemas.GoogleAdsSearchads360V0Common__Metrics.properties.topImpressionPercentage.description
    - schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterion.description
    - schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterion.properties.type.enum
    - schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterion.properties.type.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources__AdGroupCriterion.properties.userList.description
    - schemas.GoogleAdsSearchads360V0Resources__AssetGroupAsset.properties.fieldType.enum
    - schemas.GoogleAdsSearchads360V0Resources__AssetGroupAsset.properties.fieldType.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.excludedParentAssetFieldTypes.items.enum
    - schemas.GoogleAdsSearchads360V0Resources__Campaign.properties.excludedParentAssetFieldTypes.items.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.type.enum
    - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.type.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources__CampaignCriterion.properties.userList.description
    - schemas.GoogleAdsSearchads360V0Resources__Conversion.properties.assetFieldType.enum
    - schemas.GoogleAdsSearchads360V0Resources__Conversion.properties.assetFieldType.enumDescriptions
    - schemas.GoogleAdsSearchads360V0Resources__GenderView.description
    - schemas.GoogleAdsSearchads360V0Resources__LocationView.description
    - schemas.GoogleAdsSearchads360V0Resources__Visit.properties.assetFieldType.enum
    - schemas.GoogleAdsSearchads360V0Resources__Visit.properties.assetFieldType.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    0fedb51 View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    9997397 View commit details
    Browse the repository at this point in the history
  198. fix(secretmanager): update the API

    #### secretmanager:v1beta1
    
    The following keys were changed:
    - endpoints
    
    #### secretmanager:v1beta2
    
    The following keys were changed:
    - endpoints
    
    #### secretmanager:v1
    
    The following keys were changed:
    - endpoints
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f1d033a View commit details
    Browse the repository at this point in the history
  199. feat(securitycenter)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### securitycenter:v1beta1
    
    The following keys were deleted:
    - schemas.ComplianceSnapshot.properties.projectDisplayName.description
    - schemas.ComplianceSnapshot.properties.projectDisplayName.type
    
    The following keys were added:
    - schemas.AdaptiveProtection.description
    - schemas.AdaptiveProtection.id
    - schemas.AdaptiveProtection.properties.confidence.description
    - schemas.AdaptiveProtection.properties.confidence.format
    - schemas.AdaptiveProtection.properties.confidence.type
    - schemas.AdaptiveProtection.type
    - schemas.Attack.description
    - schemas.Attack.id
    - schemas.Attack.properties.classification.description
    - schemas.Attack.properties.classification.type
    - schemas.Attack.properties.volumeBps.description
    - schemas.Attack.properties.volumeBps.format
    - schemas.Attack.properties.volumeBps.type
    - schemas.Attack.properties.volumePps.description
    - schemas.Attack.properties.volumePps.format
    - schemas.Attack.properties.volumePps.type
    - schemas.Attack.type
    - schemas.AwsAccount.description
    - schemas.AwsAccount.id
    - schemas.AwsAccount.properties.id.description
    - schemas.AwsAccount.properties.id.type
    - schemas.AwsAccount.properties.name.description
    - schemas.AwsAccount.properties.name.type
    - schemas.AwsAccount.type
    - schemas.AwsMetadata.description
    - schemas.AwsMetadata.id
    - schemas.AwsMetadata.properties.account.$ref
    - schemas.AwsMetadata.properties.account.description
    - schemas.AwsMetadata.properties.organization.$ref
    - schemas.AwsMetadata.properties.organization.description
    - schemas.AwsMetadata.properties.organizationalUnits.description
    - schemas.AwsMetadata.properties.organizationalUnits.items.$ref
    - schemas.AwsMetadata.properties.organizationalUnits.type
    - schemas.AwsMetadata.type
    - schemas.AwsOrganization.description
    - schemas.AwsOrganization.id
    - schemas.AwsOrganization.properties.id.description
    - schemas.AwsOrganization.properties.id.type
    - schemas.AwsOrganization.type
    - schemas.AwsOrganizationalUnit.description
    - schemas.AwsOrganizationalUnit.id
    - schemas.AwsOrganizationalUnit.properties.id.description
    - schemas.AwsOrganizationalUnit.properties.id.type
    - schemas.AwsOrganizationalUnit.properties.name.description
    - schemas.AwsOrganizationalUnit.properties.name.type
    - schemas.AwsOrganizationalUnit.type
    - schemas.CloudArmor.description
    - schemas.CloudArmor.id
    - schemas.CloudArmor.properties.adaptiveProtection.$ref
    - schemas.CloudArmor.properties.adaptiveProtection.description
    - schemas.CloudArmor.properties.attack.$ref
    - schemas.CloudArmor.properties.attack.description
    - schemas.CloudArmor.properties.duration.description
    - schemas.CloudArmor.properties.duration.format
    - schemas.CloudArmor.properties.duration.type
    - schemas.CloudArmor.properties.requests.$ref
    - schemas.CloudArmor.properties.requests.description
    - schemas.CloudArmor.properties.securityPolicy.$ref
    - schemas.CloudArmor.properties.securityPolicy.description
    - schemas.CloudArmor.properties.threatVector.description
    - schemas.CloudArmor.properties.threatVector.type
    - schemas.CloudArmor.type
    - schemas.ComplianceSnapshot.properties.cloudProvider.description
    - schemas.ComplianceSnapshot.properties.cloudProvider.enum
    - schemas.ComplianceSnapshot.properties.cloudProvider.enumDescriptions
    - schemas.ComplianceSnapshot.properties.cloudProvider.type
    - schemas.Finding.properties.cloudArmor.$ref
    - schemas.Finding.properties.cloudArmor.description
    - schemas.Finding.properties.notebook.$ref
    - schemas.Finding.properties.notebook.description
    - schemas.GcpMetadata.description
    - schemas.GcpMetadata.id
    - schemas.GcpMetadata.properties.folders.description
    - schemas.GcpMetadata.properties.folders.items.$ref
    - schemas.GcpMetadata.properties.folders.readOnly
    - schemas.GcpMetadata.properties.folders.type
    - schemas.GcpMetadata.properties.organization.description
    - schemas.GcpMetadata.properties.organization.type
    - schemas.GcpMetadata.properties.parent.description
    - schemas.GcpMetadata.properties.parent.type
    - schemas.GcpMetadata.properties.parentDisplayName.description
    - schemas.GcpMetadata.properties.parentDisplayName.type
    - schemas.GcpMetadata.properties.project.description
    - schemas.GcpMetadata.properties.project.type
    - schemas.GcpMetadata.properties.projectDisplayName.description
    - schemas.GcpMetadata.properties.projectDisplayName.type
    - schemas.GcpMetadata.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.awsMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.awsMetadata.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.location.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.location.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.organization.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.organization.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePath.$ref
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePath.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePathString.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePathString.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.service.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.service.type
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.description
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.id
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.description
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.format
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.type
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.type
    - schemas.GoogleCloudSecuritycenterV2Attack.description
    - schemas.GoogleCloudSecuritycenterV2Attack.id
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.classification.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.classification.type
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.format
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.type
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.format
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.type
    - schemas.GoogleCloudSecuritycenterV2Attack.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.id
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.type
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.id
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.account.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.account.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organization.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organization.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.items.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.type
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.id
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.id
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.id
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.adaptiveProtection.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.adaptiveProtection.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.attack.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.attack.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.format
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.requests.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.requests.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.securityPolicy.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.securityPolicy.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.threatVector.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.threatVector.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.type
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.cloudArmor.$ref
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.cloudArmor.description
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.notebook.$ref
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.notebook.description
    - schemas.GoogleCloudSecuritycenterV2Folder.description
    - schemas.GoogleCloudSecuritycenterV2Folder.id
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolder.description
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolder.type
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolderDisplayName.description
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolderDisplayName.type
    - schemas.GoogleCloudSecuritycenterV2Folder.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.id
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.lastAuthor.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.lastAuthor.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.format
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.service.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.service.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.type
    - schemas.GoogleCloudSecuritycenterV2Requests.description
    - schemas.GoogleCloudSecuritycenterV2Requests.id
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.type
    - schemas.GoogleCloudSecuritycenterV2Requests.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.awsMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.awsMetadata.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.gcpMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.gcpMetadata.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.location.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.location.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePath.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePath.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePathString.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePathString.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.service.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.service.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.id
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.items.$ref
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.id
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.displayName.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.displayName.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.enum
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.type
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.id
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.preview.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.preview.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.type.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.type.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.type
    - schemas.Notebook.description
    - schemas.Notebook.id
    - schemas.Notebook.properties.lastAuthor.description
    - schemas.Notebook.properties.lastAuthor.type
    - schemas.Notebook.properties.name.description
    - schemas.Notebook.properties.name.type
    - schemas.Notebook.properties.notebookUpdateTime.description
    - schemas.Notebook.properties.notebookUpdateTime.format
    - schemas.Notebook.properties.notebookUpdateTime.type
    - schemas.Notebook.properties.service.description
    - schemas.Notebook.properties.service.type
    - schemas.Notebook.type
    - schemas.Requests.description
    - schemas.Requests.id
    - schemas.Requests.properties.longTermAllowed.description
    - schemas.Requests.properties.longTermAllowed.format
    - schemas.Requests.properties.longTermAllowed.type
    - schemas.Requests.properties.longTermDenied.description
    - schemas.Requests.properties.longTermDenied.format
    - schemas.Requests.properties.longTermDenied.type
    - schemas.Requests.properties.ratio.description
    - schemas.Requests.properties.ratio.format
    - schemas.Requests.properties.ratio.type
    - schemas.Requests.properties.shortTermAllowed.description
    - schemas.Requests.properties.shortTermAllowed.format
    - schemas.Requests.properties.shortTermAllowed.type
    - schemas.Requests.type
    - schemas.ResourcePath.description
    - schemas.ResourcePath.id
    - schemas.ResourcePath.properties.nodes.description
    - schemas.ResourcePath.properties.nodes.items.$ref
    - schemas.ResourcePath.properties.nodes.type
    - schemas.ResourcePath.type
    - schemas.ResourcePathNode.description
    - schemas.ResourcePathNode.id
    - schemas.ResourcePathNode.properties.displayName.description
    - schemas.ResourcePathNode.properties.displayName.type
    - schemas.ResourcePathNode.properties.id.description
    - schemas.ResourcePathNode.properties.id.type
    - schemas.ResourcePathNode.properties.nodeType.description
    - schemas.ResourcePathNode.properties.nodeType.enum
    - schemas.ResourcePathNode.properties.nodeType.enumDescriptions
    - schemas.ResourcePathNode.properties.nodeType.type
    - schemas.ResourcePathNode.type
    - schemas.SecurityPolicy.description
    - schemas.SecurityPolicy.id
    - schemas.SecurityPolicy.properties.name.description
    - schemas.SecurityPolicy.properties.name.type
    - schemas.SecurityPolicy.properties.preview.description
    - schemas.SecurityPolicy.properties.preview.type
    - schemas.SecurityPolicy.properties.type.description
    - schemas.SecurityPolicy.properties.type.type
    - schemas.SecurityPolicy.type
    - schemas.VulnerabilityCountBySeverity.description
    - schemas.VulnerabilityCountBySeverity.id
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.additionalProperties.format
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.additionalProperties.type
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.description
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.type
    - schemas.VulnerabilityCountBySeverity.type
    - schemas.VulnerabilitySnapshot.description
    - schemas.VulnerabilitySnapshot.id
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.description
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.enum
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.enumDescriptions
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.type
    - schemas.VulnerabilitySnapshot.properties.findingCount.$ref
    - schemas.VulnerabilitySnapshot.properties.findingCount.description
    - schemas.VulnerabilitySnapshot.properties.name.description
    - schemas.VulnerabilitySnapshot.properties.name.type
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.description
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.format
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.type
    - schemas.VulnerabilitySnapshot.type
    
    The following keys were changed:
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enum
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enum
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2SecurityMarks.properties.canonicalName.description
    - schemas.MitreAttack.properties.additionalTechniques.items.enum
    - schemas.MitreAttack.properties.additionalTechniques.items.enumDescriptions
    - schemas.MitreAttack.properties.primaryTechniques.items.enum
    - schemas.MitreAttack.properties.primaryTechniques.items.enumDescriptions
    
    #### securitycenter:v1beta2
    
    The following keys were deleted:
    - schemas.ComplianceSnapshot.properties.projectDisplayName.description
    - schemas.ComplianceSnapshot.properties.projectDisplayName.type
    
    The following keys were added:
    - schemas.AdaptiveProtection.description
    - schemas.AdaptiveProtection.id
    - schemas.AdaptiveProtection.properties.confidence.description
    - schemas.AdaptiveProtection.properties.confidence.format
    - schemas.AdaptiveProtection.properties.confidence.type
    - schemas.AdaptiveProtection.type
    - schemas.Attack.description
    - schemas.Attack.id
    - schemas.Attack.properties.classification.description
    - schemas.Attack.properties.classification.type
    - schemas.Attack.properties.volumeBps.description
    - schemas.Attack.properties.volumeBps.format
    - schemas.Attack.properties.volumeBps.type
    - schemas.Attack.properties.volumePps.description
    - schemas.Attack.properties.volumePps.format
    - schemas.Attack.properties.volumePps.type
    - schemas.Attack.type
    - schemas.AwsAccount.description
    - schemas.AwsAccount.id
    - schemas.AwsAccount.properties.id.description
    - schemas.AwsAccount.properties.id.type
    - schemas.AwsAccount.properties.name.description
    - schemas.AwsAccount.properties.name.type
    - schemas.AwsAccount.type
    - schemas.AwsMetadata.description
    - schemas.AwsMetadata.id
    - schemas.AwsMetadata.properties.account.$ref
    - schemas.AwsMetadata.properties.account.description
    - schemas.AwsMetadata.properties.organization.$ref
    - schemas.AwsMetadata.properties.organization.description
    - schemas.AwsMetadata.properties.organizationalUnits.description
    - schemas.AwsMetadata.properties.organizationalUnits.items.$ref
    - schemas.AwsMetadata.properties.organizationalUnits.type
    - schemas.AwsMetadata.type
    - schemas.AwsOrganization.description
    - schemas.AwsOrganization.id
    - schemas.AwsOrganization.properties.id.description
    - schemas.AwsOrganization.properties.id.type
    - schemas.AwsOrganization.type
    - schemas.AwsOrganizationalUnit.description
    - schemas.AwsOrganizationalUnit.id
    - schemas.AwsOrganizationalUnit.properties.id.description
    - schemas.AwsOrganizationalUnit.properties.id.type
    - schemas.AwsOrganizationalUnit.properties.name.description
    - schemas.AwsOrganizationalUnit.properties.name.type
    - schemas.AwsOrganizationalUnit.type
    - schemas.CloudArmor.description
    - schemas.CloudArmor.id
    - schemas.CloudArmor.properties.adaptiveProtection.$ref
    - schemas.CloudArmor.properties.adaptiveProtection.description
    - schemas.CloudArmor.properties.attack.$ref
    - schemas.CloudArmor.properties.attack.description
    - schemas.CloudArmor.properties.duration.description
    - schemas.CloudArmor.properties.duration.format
    - schemas.CloudArmor.properties.duration.type
    - schemas.CloudArmor.properties.requests.$ref
    - schemas.CloudArmor.properties.requests.description
    - schemas.CloudArmor.properties.securityPolicy.$ref
    - schemas.CloudArmor.properties.securityPolicy.description
    - schemas.CloudArmor.properties.threatVector.description
    - schemas.CloudArmor.properties.threatVector.type
    - schemas.CloudArmor.type
    - schemas.ComplianceSnapshot.properties.cloudProvider.description
    - schemas.ComplianceSnapshot.properties.cloudProvider.enum
    - schemas.ComplianceSnapshot.properties.cloudProvider.enumDescriptions
    - schemas.ComplianceSnapshot.properties.cloudProvider.type
    - schemas.Finding.properties.cloudArmor.$ref
    - schemas.Finding.properties.cloudArmor.description
    - schemas.Finding.properties.notebook.$ref
    - schemas.Finding.properties.notebook.description
    - schemas.GcpMetadata.description
    - schemas.GcpMetadata.id
    - schemas.GcpMetadata.properties.folders.description
    - schemas.GcpMetadata.properties.folders.items.$ref
    - schemas.GcpMetadata.properties.folders.readOnly
    - schemas.GcpMetadata.properties.folders.type
    - schemas.GcpMetadata.properties.organization.description
    - schemas.GcpMetadata.properties.organization.type
    - schemas.GcpMetadata.properties.parent.description
    - schemas.GcpMetadata.properties.parent.type
    - schemas.GcpMetadata.properties.parentDisplayName.description
    - schemas.GcpMetadata.properties.parentDisplayName.type
    - schemas.GcpMetadata.properties.project.description
    - schemas.GcpMetadata.properties.project.type
    - schemas.GcpMetadata.properties.projectDisplayName.description
    - schemas.GcpMetadata.properties.projectDisplayName.type
    - schemas.GcpMetadata.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.awsMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.awsMetadata.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.location.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.location.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.organization.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.organization.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePath.$ref
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePath.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePathString.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePathString.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.service.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.service.type
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.description
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.id
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.description
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.format
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.type
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.type
    - schemas.GoogleCloudSecuritycenterV2Attack.description
    - schemas.GoogleCloudSecuritycenterV2Attack.id
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.classification.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.classification.type
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.format
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.type
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.format
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.type
    - schemas.GoogleCloudSecuritycenterV2Attack.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.id
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.type
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.id
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.account.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.account.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organization.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organization.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.items.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.type
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.id
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.id
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.id
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.adaptiveProtection.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.adaptiveProtection.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.attack.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.attack.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.format
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.requests.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.requests.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.securityPolicy.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.securityPolicy.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.threatVector.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.threatVector.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.type
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.cloudArmor.$ref
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.cloudArmor.description
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.notebook.$ref
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.notebook.description
    - schemas.GoogleCloudSecuritycenterV2Folder.description
    - schemas.GoogleCloudSecuritycenterV2Folder.id
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolder.description
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolder.type
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolderDisplayName.description
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolderDisplayName.type
    - schemas.GoogleCloudSecuritycenterV2Folder.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.id
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.lastAuthor.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.lastAuthor.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.format
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.service.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.service.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.type
    - schemas.GoogleCloudSecuritycenterV2Requests.description
    - schemas.GoogleCloudSecuritycenterV2Requests.id
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.type
    - schemas.GoogleCloudSecuritycenterV2Requests.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.awsMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.awsMetadata.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.gcpMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.gcpMetadata.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.location.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.location.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePath.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePath.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePathString.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePathString.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.service.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.service.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.id
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.items.$ref
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.id
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.displayName.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.displayName.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.enum
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.type
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.id
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.preview.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.preview.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.type.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.type.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.type
    - schemas.Notebook.description
    - schemas.Notebook.id
    - schemas.Notebook.properties.lastAuthor.description
    - schemas.Notebook.properties.lastAuthor.type
    - schemas.Notebook.properties.name.description
    - schemas.Notebook.properties.name.type
    - schemas.Notebook.properties.notebookUpdateTime.description
    - schemas.Notebook.properties.notebookUpdateTime.format
    - schemas.Notebook.properties.notebookUpdateTime.type
    - schemas.Notebook.properties.service.description
    - schemas.Notebook.properties.service.type
    - schemas.Notebook.type
    - schemas.Requests.description
    - schemas.Requests.id
    - schemas.Requests.properties.longTermAllowed.description
    - schemas.Requests.properties.longTermAllowed.format
    - schemas.Requests.properties.longTermAllowed.type
    - schemas.Requests.properties.longTermDenied.description
    - schemas.Requests.properties.longTermDenied.format
    - schemas.Requests.properties.longTermDenied.type
    - schemas.Requests.properties.ratio.description
    - schemas.Requests.properties.ratio.format
    - schemas.Requests.properties.ratio.type
    - schemas.Requests.properties.shortTermAllowed.description
    - schemas.Requests.properties.shortTermAllowed.format
    - schemas.Requests.properties.shortTermAllowed.type
    - schemas.Requests.type
    - schemas.ResourcePath.description
    - schemas.ResourcePath.id
    - schemas.ResourcePath.properties.nodes.description
    - schemas.ResourcePath.properties.nodes.items.$ref
    - schemas.ResourcePath.properties.nodes.type
    - schemas.ResourcePath.type
    - schemas.ResourcePathNode.description
    - schemas.ResourcePathNode.id
    - schemas.ResourcePathNode.properties.displayName.description
    - schemas.ResourcePathNode.properties.displayName.type
    - schemas.ResourcePathNode.properties.id.description
    - schemas.ResourcePathNode.properties.id.type
    - schemas.ResourcePathNode.properties.nodeType.description
    - schemas.ResourcePathNode.properties.nodeType.enum
    - schemas.ResourcePathNode.properties.nodeType.enumDescriptions
    - schemas.ResourcePathNode.properties.nodeType.type
    - schemas.ResourcePathNode.type
    - schemas.SecurityPolicy.description
    - schemas.SecurityPolicy.id
    - schemas.SecurityPolicy.properties.name.description
    - schemas.SecurityPolicy.properties.name.type
    - schemas.SecurityPolicy.properties.preview.description
    - schemas.SecurityPolicy.properties.preview.type
    - schemas.SecurityPolicy.properties.type.description
    - schemas.SecurityPolicy.properties.type.type
    - schemas.SecurityPolicy.type
    - schemas.VulnerabilityCountBySeverity.description
    - schemas.VulnerabilityCountBySeverity.id
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.additionalProperties.format
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.additionalProperties.type
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.description
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.type
    - schemas.VulnerabilityCountBySeverity.type
    - schemas.VulnerabilitySnapshot.description
    - schemas.VulnerabilitySnapshot.id
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.description
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.enum
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.enumDescriptions
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.type
    - schemas.VulnerabilitySnapshot.properties.findingCount.$ref
    - schemas.VulnerabilitySnapshot.properties.findingCount.description
    - schemas.VulnerabilitySnapshot.properties.name.description
    - schemas.VulnerabilitySnapshot.properties.name.type
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.description
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.format
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.type
    - schemas.VulnerabilitySnapshot.type
    
    The following keys were changed:
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enum
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enum
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2SecurityMarks.properties.canonicalName.description
    - schemas.MitreAttack.properties.additionalTechniques.items.enum
    - schemas.MitreAttack.properties.additionalTechniques.items.enumDescriptions
    - schemas.MitreAttack.properties.primaryTechniques.items.enum
    - schemas.MitreAttack.properties.primaryTechniques.items.enumDescriptions
    
    #### securitycenter:v1
    
    The following keys were deleted:
    - schemas.ComplianceSnapshot.properties.projectDisplayName.description
    - schemas.ComplianceSnapshot.properties.projectDisplayName.type
    
    The following keys were added:
    - schemas.AdaptiveProtection.description
    - schemas.AdaptiveProtection.id
    - schemas.AdaptiveProtection.properties.confidence.description
    - schemas.AdaptiveProtection.properties.confidence.format
    - schemas.AdaptiveProtection.properties.confidence.type
    - schemas.AdaptiveProtection.type
    - schemas.Attack.description
    - schemas.Attack.id
    - schemas.Attack.properties.classification.description
    - schemas.Attack.properties.classification.type
    - schemas.Attack.properties.volumeBps.description
    - schemas.Attack.properties.volumeBps.format
    - schemas.Attack.properties.volumeBps.type
    - schemas.Attack.properties.volumePps.description
    - schemas.Attack.properties.volumePps.format
    - schemas.Attack.properties.volumePps.type
    - schemas.Attack.type
    - schemas.AwsAccount.description
    - schemas.AwsAccount.id
    - schemas.AwsAccount.properties.id.description
    - schemas.AwsAccount.properties.id.type
    - schemas.AwsAccount.properties.name.description
    - schemas.AwsAccount.properties.name.type
    - schemas.AwsAccount.type
    - schemas.AwsMetadata.description
    - schemas.AwsMetadata.id
    - schemas.AwsMetadata.properties.account.$ref
    - schemas.AwsMetadata.properties.account.description
    - schemas.AwsMetadata.properties.organization.$ref
    - schemas.AwsMetadata.properties.organization.description
    - schemas.AwsMetadata.properties.organizationalUnits.description
    - schemas.AwsMetadata.properties.organizationalUnits.items.$ref
    - schemas.AwsMetadata.properties.organizationalUnits.type
    - schemas.AwsMetadata.type
    - schemas.AwsOrganization.description
    - schemas.AwsOrganization.id
    - schemas.AwsOrganization.properties.id.description
    - schemas.AwsOrganization.properties.id.type
    - schemas.AwsOrganization.type
    - schemas.AwsOrganizationalUnit.description
    - schemas.AwsOrganizationalUnit.id
    - schemas.AwsOrganizationalUnit.properties.id.description
    - schemas.AwsOrganizationalUnit.properties.id.type
    - schemas.AwsOrganizationalUnit.properties.name.description
    - schemas.AwsOrganizationalUnit.properties.name.type
    - schemas.AwsOrganizationalUnit.type
    - schemas.CloudArmor.description
    - schemas.CloudArmor.id
    - schemas.CloudArmor.properties.adaptiveProtection.$ref
    - schemas.CloudArmor.properties.adaptiveProtection.description
    - schemas.CloudArmor.properties.attack.$ref
    - schemas.CloudArmor.properties.attack.description
    - schemas.CloudArmor.properties.duration.description
    - schemas.CloudArmor.properties.duration.format
    - schemas.CloudArmor.properties.duration.type
    - schemas.CloudArmor.properties.requests.$ref
    - schemas.CloudArmor.properties.requests.description
    - schemas.CloudArmor.properties.securityPolicy.$ref
    - schemas.CloudArmor.properties.securityPolicy.description
    - schemas.CloudArmor.properties.threatVector.description
    - schemas.CloudArmor.properties.threatVector.type
    - schemas.CloudArmor.type
    - schemas.ComplianceSnapshot.properties.cloudProvider.description
    - schemas.ComplianceSnapshot.properties.cloudProvider.enum
    - schemas.ComplianceSnapshot.properties.cloudProvider.enumDescriptions
    - schemas.ComplianceSnapshot.properties.cloudProvider.type
    - schemas.Finding.properties.cloudArmor.$ref
    - schemas.Finding.properties.cloudArmor.description
    - schemas.Finding.properties.notebook.$ref
    - schemas.Finding.properties.notebook.description
    - schemas.GcpMetadata.description
    - schemas.GcpMetadata.id
    - schemas.GcpMetadata.properties.folders.description
    - schemas.GcpMetadata.properties.folders.items.$ref
    - schemas.GcpMetadata.properties.folders.readOnly
    - schemas.GcpMetadata.properties.folders.type
    - schemas.GcpMetadata.properties.organization.description
    - schemas.GcpMetadata.properties.organization.type
    - schemas.GcpMetadata.properties.parent.description
    - schemas.GcpMetadata.properties.parent.type
    - schemas.GcpMetadata.properties.parentDisplayName.description
    - schemas.GcpMetadata.properties.parentDisplayName.type
    - schemas.GcpMetadata.properties.project.description
    - schemas.GcpMetadata.properties.project.type
    - schemas.GcpMetadata.properties.projectDisplayName.description
    - schemas.GcpMetadata.properties.projectDisplayName.type
    - schemas.GcpMetadata.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.awsMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.awsMetadata.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.location.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.location.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.organization.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.organization.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePath.$ref
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePath.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePathString.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.resourcePathString.type
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.service.description
    - schemas.GoogleCloudSecuritycenterV1Resource.properties.service.type
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV1ResourceValueConfig.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.description
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.id
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.description
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.format
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.properties.confidence.type
    - schemas.GoogleCloudSecuritycenterV2AdaptiveProtection.type
    - schemas.GoogleCloudSecuritycenterV2Attack.description
    - schemas.GoogleCloudSecuritycenterV2Attack.id
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.classification.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.classification.type
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.format
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumeBps.type
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.description
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.format
    - schemas.GoogleCloudSecuritycenterV2Attack.properties.volumePps.type
    - schemas.GoogleCloudSecuritycenterV2Attack.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.id
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2AwsAccount.type
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.id
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.account.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.account.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organization.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organization.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.description
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.items.$ref
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.properties.organizationalUnits.type
    - schemas.GoogleCloudSecuritycenterV2AwsMetadata.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.id
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganization.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.id
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2AwsOrganizationalUnit.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.id
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.adaptiveProtection.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.adaptiveProtection.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.attack.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.attack.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.format
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.duration.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.requests.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.requests.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.securityPolicy.$ref
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.securityPolicy.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.threatVector.description
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.properties.threatVector.type
    - schemas.GoogleCloudSecuritycenterV2CloudArmor.type
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.cloudArmor.$ref
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.cloudArmor.description
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.notebook.$ref
    - schemas.GoogleCloudSecuritycenterV2Finding.properties.notebook.description
    - schemas.GoogleCloudSecuritycenterV2Folder.description
    - schemas.GoogleCloudSecuritycenterV2Folder.id
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolder.description
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolder.type
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolderDisplayName.description
    - schemas.GoogleCloudSecuritycenterV2Folder.properties.resourceFolderDisplayName.type
    - schemas.GoogleCloudSecuritycenterV2Folder.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.id
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.lastAuthor.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.lastAuthor.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.format
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.notebookUpdateTime.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.service.description
    - schemas.GoogleCloudSecuritycenterV2Notebook.properties.service.type
    - schemas.GoogleCloudSecuritycenterV2Notebook.type
    - schemas.GoogleCloudSecuritycenterV2Requests.description
    - schemas.GoogleCloudSecuritycenterV2Requests.id
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermAllowed.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.longTermDenied.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.ratio.type
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.description
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.format
    - schemas.GoogleCloudSecuritycenterV2Requests.properties.shortTermAllowed.type
    - schemas.GoogleCloudSecuritycenterV2Requests.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.awsMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.awsMetadata.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.gcpMetadata.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.gcpMetadata.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.location.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.location.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePath.$ref
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePath.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePathString.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.resourcePathString.type
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.service.description
    - schemas.GoogleCloudSecuritycenterV2Resource.properties.service.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.id
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.items.$ref
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.properties.nodes.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePath.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.id
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.displayName.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.displayName.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.id.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.id.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.description
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.enum
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.properties.nodeType.type
    - schemas.GoogleCloudSecuritycenterV2ResourcePathNode.type
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.description
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enum
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2ResourceValueConfig.properties.cloudProvider.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.id
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.name.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.name.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.preview.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.preview.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.type.description
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.properties.type.type
    - schemas.GoogleCloudSecuritycenterV2SecurityPolicy.type
    - schemas.Notebook.description
    - schemas.Notebook.id
    - schemas.Notebook.properties.lastAuthor.description
    - schemas.Notebook.properties.lastAuthor.type
    - schemas.Notebook.properties.name.description
    - schemas.Notebook.properties.name.type
    - schemas.Notebook.properties.notebookUpdateTime.description
    - schemas.Notebook.properties.notebookUpdateTime.format
    - schemas.Notebook.properties.notebookUpdateTime.type
    - schemas.Notebook.properties.service.description
    - schemas.Notebook.properties.service.type
    - schemas.Notebook.type
    - schemas.Requests.description
    - schemas.Requests.id
    - schemas.Requests.properties.longTermAllowed.description
    - schemas.Requests.properties.longTermAllowed.format
    - schemas.Requests.properties.longTermAllowed.type
    - schemas.Requests.properties.longTermDenied.description
    - schemas.Requests.properties.longTermDenied.format
    - schemas.Requests.properties.longTermDenied.type
    - schemas.Requests.properties.ratio.description
    - schemas.Requests.properties.ratio.format
    - schemas.Requests.properties.ratio.type
    - schemas.Requests.properties.shortTermAllowed.description
    - schemas.Requests.properties.shortTermAllowed.format
    - schemas.Requests.properties.shortTermAllowed.type
    - schemas.Requests.type
    - schemas.Resource.properties.awsMetadata.$ref
    - schemas.Resource.properties.awsMetadata.description
    - schemas.Resource.properties.cloudProvider.description
    - schemas.Resource.properties.cloudProvider.enum
    - schemas.Resource.properties.cloudProvider.enumDescriptions
    - schemas.Resource.properties.cloudProvider.type
    - schemas.Resource.properties.location.description
    - schemas.Resource.properties.location.type
    - schemas.Resource.properties.organization.description
    - schemas.Resource.properties.organization.type
    - schemas.Resource.properties.resourcePath.$ref
    - schemas.Resource.properties.resourcePath.description
    - schemas.Resource.properties.resourcePathString.description
    - schemas.Resource.properties.resourcePathString.type
    - schemas.Resource.properties.service.description
    - schemas.Resource.properties.service.type
    - schemas.ResourcePath.description
    - schemas.ResourcePath.id
    - schemas.ResourcePath.properties.nodes.description
    - schemas.ResourcePath.properties.nodes.items.$ref
    - schemas.ResourcePath.properties.nodes.type
    - schemas.ResourcePath.type
    - schemas.ResourcePathNode.description
    - schemas.ResourcePathNode.id
    - schemas.ResourcePathNode.properties.displayName.description
    - schemas.ResourcePathNode.properties.displayName.type
    - schemas.ResourcePathNode.properties.id.description
    - schemas.ResourcePathNode.properties.id.type
    - schemas.ResourcePathNode.properties.nodeType.description
    - schemas.ResourcePathNode.properties.nodeType.enum
    - schemas.ResourcePathNode.properties.nodeType.enumDescriptions
    - schemas.ResourcePathNode.properties.nodeType.type
    - schemas.ResourcePathNode.type
    - schemas.SecurityPolicy.description
    - schemas.SecurityPolicy.id
    - schemas.SecurityPolicy.properties.name.description
    - schemas.SecurityPolicy.properties.name.type
    - schemas.SecurityPolicy.properties.preview.description
    - schemas.SecurityPolicy.properties.preview.type
    - schemas.SecurityPolicy.properties.type.description
    - schemas.SecurityPolicy.properties.type.type
    - schemas.SecurityPolicy.type
    - schemas.Simulation.properties.cloudProvider.description
    - schemas.Simulation.properties.cloudProvider.enum
    - schemas.Simulation.properties.cloudProvider.enumDescriptions
    - schemas.Simulation.properties.cloudProvider.type
    - schemas.VulnerabilityCountBySeverity.description
    - schemas.VulnerabilityCountBySeverity.id
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.additionalProperties.format
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.additionalProperties.type
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.description
    - schemas.VulnerabilityCountBySeverity.properties.severityToFindingCount.type
    - schemas.VulnerabilityCountBySeverity.type
    - schemas.VulnerabilitySnapshot.description
    - schemas.VulnerabilitySnapshot.id
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.description
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.enum
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.enumDescriptions
    - schemas.VulnerabilitySnapshot.properties.cloudProvider.type
    - schemas.VulnerabilitySnapshot.properties.findingCount.$ref
    - schemas.VulnerabilitySnapshot.properties.findingCount.description
    - schemas.VulnerabilitySnapshot.properties.name.description
    - schemas.VulnerabilitySnapshot.properties.name.type
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.description
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.format
    - schemas.VulnerabilitySnapshot.properties.snapshotTime.type
    - schemas.VulnerabilitySnapshot.type
    
    The following keys were changed:
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enum
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.additionalTechniques.items.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enum
    - schemas.GoogleCloudSecuritycenterV2MitreAttack.properties.primaryTechniques.items.enumDescriptions
    - schemas.GoogleCloudSecuritycenterV2SecurityMarks.properties.canonicalName.description
    - schemas.MitreAttack.properties.additionalTechniques.items.enum
    - schemas.MitreAttack.properties.additionalTechniques.items.enumDescriptions
    - schemas.MitreAttack.properties.primaryTechniques.items.enum
    - schemas.MitreAttack.properties.primaryTechniques.items.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b6fa080 View commit details
    Browse the repository at this point in the history
  200. feat(serviceconsumermanagement)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### serviceconsumermanagement:v1beta1
    
    The following keys were deleted:
    - schemas.Endpoint.properties.aliases.deprecated
    
    The following keys were added:
    - schemas.V1Beta1QuotaBucket.properties.rolloutInfo.$ref
    - schemas.V1Beta1QuotaBucket.properties.rolloutInfo.description
    - schemas.V1Beta1RolloutInfo.description
    - schemas.V1Beta1RolloutInfo.id
    - schemas.V1Beta1RolloutInfo.properties.defaultLimitOngoingRollout.description
    - schemas.V1Beta1RolloutInfo.properties.defaultLimitOngoingRollout.type
    - schemas.V1Beta1RolloutInfo.type
    
    The following keys were changed:
    - schemas.Endpoint.properties.aliases.description
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    
    #### serviceconsumermanagement:v1
    
    The following keys were deleted:
    - schemas.Endpoint.properties.aliases.deprecated
    
    The following keys were changed:
    - schemas.Endpoint.properties.aliases.description
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ceee1ae View commit details
    Browse the repository at this point in the history
  201. feat(servicecontrol): update the API

    #### servicecontrol:v1
    
    The following keys were added:
    - schemas.Auth.properties.credentialId.description
    - schemas.Auth.properties.credentialId.type
    - schemas.AuthorizationInfo.properties.permissionType.description
    - schemas.AuthorizationInfo.properties.permissionType.enum
    - schemas.AuthorizationInfo.properties.permissionType.enumDescriptions
    - schemas.AuthorizationInfo.properties.permissionType.type
    
    #### servicecontrol:v2
    
    The following keys were added:
    - schemas.Auth.properties.credentialId.description
    - schemas.Auth.properties.credentialId.type
    - schemas.AuthorizationInfo.properties.permissionType.description
    - schemas.AuthorizationInfo.properties.permissionType.enum
    - schemas.AuthorizationInfo.properties.permissionType.enumDescriptions
    - schemas.AuthorizationInfo.properties.permissionType.type
    - schemas.ReportResponse.properties.extensions.additionalProperties.description
    - schemas.ReportResponse.properties.extensions.additionalProperties.type
    - schemas.ReportResponse.properties.extensions.description
    - schemas.ReportResponse.properties.extensions.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f7ba715 View commit details
    Browse the repository at this point in the history
  202. fix(servicedirectory): update the API

    #### servicedirectory:v1beta1
    
    The following keys were changed:
    - resources.projects.resources.locations.resources.namespaces.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.namespaces.resources.services.methods.list.parameters.pageSize.description
    - resources.projects.resources.locations.resources.namespaces.resources.services.resources.endpoints.methods.list.parameters.pageSize.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    bf94d49 View commit details
    Browse the repository at this point in the history
  203. fix(servicemanagement): update the API

    #### servicemanagement:v1
    
    The following keys were changed:
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6e5a376 View commit details
    Browse the repository at this point in the history
  204. feat(servicenetworking)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### servicenetworking:v1beta
    
    The following keys were deleted:
    - schemas.Endpoint.properties.aliases.deprecated
    
    The following keys were changed:
    - schemas.Endpoint.properties.aliases.description
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    
    #### servicenetworking:v1
    
    The following keys were deleted:
    - schemas.Endpoint.properties.aliases.deprecated
    
    The following keys were changed:
    - schemas.Endpoint.properties.aliases.description
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    473dfc6 View commit details
    Browse the repository at this point in the history
  205. feat(serviceusage)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### serviceusage:v1beta1
    
    The following keys were deleted:
    - schemas.Endpoint.properties.aliases.deprecated
    
    The following keys were changed:
    - schemas.Endpoint.properties.aliases.description
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    
    #### serviceusage:v1
    
    The following keys were deleted:
    - schemas.Endpoint.properties.aliases.deprecated
    
    The following keys were changed:
    - schemas.Endpoint.properties.aliases.description
    - schemas.MethodSettings.properties.longRunning.description
    - schemas.MethodSettings.properties.selector.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7b4335d View commit details
    Browse the repository at this point in the history
  206. feat(sheets): update the API

    #### sheets:v4
    
    The following keys were added:
    - schemas.CancelDataSourceRefreshRequest.description
    - schemas.CancelDataSourceRefreshRequest.id
    - schemas.CancelDataSourceRefreshRequest.properties.dataSourceId.description
    - schemas.CancelDataSourceRefreshRequest.properties.dataSourceId.type
    - schemas.CancelDataSourceRefreshRequest.properties.isAll.description
    - schemas.CancelDataSourceRefreshRequest.properties.isAll.type
    - schemas.CancelDataSourceRefreshRequest.properties.references.$ref
    - schemas.CancelDataSourceRefreshRequest.properties.references.description
    - schemas.CancelDataSourceRefreshRequest.type
    - schemas.CancelDataSourceRefreshResponse.description
    - schemas.CancelDataSourceRefreshResponse.id
    - schemas.CancelDataSourceRefreshResponse.properties.statuses.description
    - schemas.CancelDataSourceRefreshResponse.properties.statuses.items.$ref
    - schemas.CancelDataSourceRefreshResponse.properties.statuses.type
    - schemas.CancelDataSourceRefreshResponse.type
    - schemas.CancelDataSourceRefreshStatus.description
    - schemas.CancelDataSourceRefreshStatus.id
    - schemas.CancelDataSourceRefreshStatus.properties.reference.$ref
    - schemas.CancelDataSourceRefreshStatus.properties.reference.description
    - schemas.CancelDataSourceRefreshStatus.properties.refreshCancellationStatus.$ref
    - schemas.CancelDataSourceRefreshStatus.properties.refreshCancellationStatus.description
    - schemas.CancelDataSourceRefreshStatus.type
    - schemas.RefreshCancellationStatus.description
    - schemas.RefreshCancellationStatus.id
    - schemas.RefreshCancellationStatus.properties.errorCode.description
    - schemas.RefreshCancellationStatus.properties.errorCode.enum
    - schemas.RefreshCancellationStatus.properties.errorCode.enumDescriptions
    - schemas.RefreshCancellationStatus.properties.errorCode.type
    - schemas.RefreshCancellationStatus.properties.state.description
    - schemas.RefreshCancellationStatus.properties.state.enum
    - schemas.RefreshCancellationStatus.properties.state.enumDescriptions
    - schemas.RefreshCancellationStatus.properties.state.type
    - schemas.RefreshCancellationStatus.type
    - schemas.Request.properties.cancelDataSourceRefresh.$ref
    - schemas.Request.properties.cancelDataSourceRefresh.description
    - schemas.Response.properties.cancelDataSourceRefresh.$ref
    - schemas.Response.properties.cancelDataSourceRefresh.description
    
    The following keys were changed:
    - schemas.DataExecutionStatus.properties.errorCode.enum
    - schemas.DataExecutionStatus.properties.errorCode.enumDescriptions
    - schemas.DataExecutionStatus.properties.state.enum
    - schemas.DataExecutionStatus.properties.state.enumDescriptions
    - schemas.PivotValue.properties.summarizeFunction.enum
    - schemas.PivotValue.properties.summarizeFunction.enumDescriptions
    - schemas.SpreadsheetProperties.properties.importFunctionsExternalUrlAccessAllowed.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ed14ee4 View commit details
    Browse the repository at this point in the history
  207. Configuration menu
    Copy the full SHA
    66d32b8 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    b59e99b View commit details
    Browse the repository at this point in the history
  209. Configuration menu
    Copy the full SHA
    52d0608 View commit details
    Browse the repository at this point in the history
  210. Configuration menu
    Copy the full SHA
    31fd92c View commit details
    Browse the repository at this point in the history
  211. Configuration menu
    Copy the full SHA
    f46bc44 View commit details
    Browse the repository at this point in the history
  212. feat(spanner): update the API

    #### spanner:v1
    
    The following keys were added:
    - resources.projects.resources.instances.methods.move.description
    - resources.projects.resources.instances.methods.move.flatPath
    - resources.projects.resources.instances.methods.move.httpMethod
    - resources.projects.resources.instances.methods.move.id
    - resources.projects.resources.instances.methods.move.parameterOrder
    - resources.projects.resources.instances.methods.move.parameters.name.description
    - resources.projects.resources.instances.methods.move.parameters.name.location
    - resources.projects.resources.instances.methods.move.parameters.name.pattern
    - resources.projects.resources.instances.methods.move.parameters.name.required
    - resources.projects.resources.instances.methods.move.parameters.name.type
    - resources.projects.resources.instances.methods.move.path
    - resources.projects.resources.instances.methods.move.request.$ref
    - resources.projects.resources.instances.methods.move.response.$ref
    - resources.projects.resources.instances.methods.move.scopes
    - schemas.MoveInstanceRequest.description
    - schemas.MoveInstanceRequest.id
    - schemas.MoveInstanceRequest.properties.targetConfig.description
    - schemas.MoveInstanceRequest.properties.targetConfig.type
    - schemas.MoveInstanceRequest.type
    
    The following keys were changed:
    - schemas.BatchWriteRequest.properties.excludeTxnFromChangeStreams.description
    - schemas.CommitRequest.properties.maxCommitDelay.description
    - schemas.TransactionOptions.properties.excludeTxnFromChangeStreams.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    017885d View commit details
    Browse the repository at this point in the history
  213. Configuration menu
    Copy the full SHA
    8339b9b View commit details
    Browse the repository at this point in the history
  214. feat(sqladmin): update the API

    #### sqladmin:v1beta4
    
    The following keys were added:
    - schemas.ImportContext.properties.sqlImportOptions.description
    - schemas.ImportContext.properties.sqlImportOptions.properties.parallel.description
    - schemas.ImportContext.properties.sqlImportOptions.properties.parallel.type
    - schemas.ImportContext.properties.sqlImportOptions.properties.threads.description
    - schemas.ImportContext.properties.sqlImportOptions.properties.threads.format
    - schemas.ImportContext.properties.sqlImportOptions.properties.threads.type
    - schemas.ImportContext.properties.sqlImportOptions.type
    
    The following keys were changed:
    - schemas.IpConfiguration.properties.requireSsl.description
    - schemas.IpConfiguration.properties.sslMode.description
    - schemas.IpConfiguration.properties.sslMode.enumDescriptions
    
    #### sqladmin:v1
    
    The following keys were added:
    - schemas.ImportContext.properties.sqlImportOptions.description
    - schemas.ImportContext.properties.sqlImportOptions.properties.parallel.description
    - schemas.ImportContext.properties.sqlImportOptions.properties.parallel.type
    - schemas.ImportContext.properties.sqlImportOptions.properties.threads.description
    - schemas.ImportContext.properties.sqlImportOptions.properties.threads.format
    - schemas.ImportContext.properties.sqlImportOptions.properties.threads.type
    - schemas.ImportContext.properties.sqlImportOptions.type
    
    The following keys were changed:
    - schemas.IpConfiguration.properties.requireSsl.description
    - schemas.IpConfiguration.properties.sslMode.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c6b48e1 View commit details
    Browse the repository at this point in the history
  215. Configuration menu
    Copy the full SHA
    3c9a6c3 View commit details
    Browse the repository at this point in the history
  216. fix(storagetransfer): update the API

    #### storagetransfer:v1
    
    The following keys were changed:
    - schemas.AgentPool.description
    - schemas.AgentPool.properties.state.enumDescriptions
    - schemas.MetadataOptions.properties.timeCreated.description
    - schemas.TransferJob.properties.notificationConfig.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1fd70c4 View commit details
    Browse the repository at this point in the history
  217. Configuration menu
    Copy the full SHA
    217dd52 View commit details
    Browse the repository at this point in the history
  218. fix(sts): update the API

    #### sts:v1
    
    The following keys were changed:
    - schemas.GoogleIdentityStsV1ExchangeTokenRequest.properties.subjectToken.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ef54a9a View commit details
    Browse the repository at this point in the history
  219. Configuration menu
    Copy the full SHA
    138efcb View commit details
    Browse the repository at this point in the history
  220. fix(tasks): update the API

    #### tasks:v1
    
    The following keys were changed:
    - resources.tasklists.methods.insert.description
    - resources.tasklists.methods.list.description
    - resources.tasks.methods.insert.description
    - resources.tasks.methods.list.description
    - resources.tasks.methods.move.description
    - schemas.Task.properties.notes.description
    - schemas.Task.properties.title.description
    - schemas.TaskList.properties.title.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7f038b8 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    08757a7 View commit details
    Browse the repository at this point in the history
  222. fix(texttospeech): update the API

    #### texttospeech:v1beta1
    
    The following keys were changed:
    - schemas.VoiceSelectionParams.properties.name.description
    
    #### texttospeech:v1
    
    The following keys were changed:
    - schemas.VoiceSelectionParams.properties.name.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    eec6f51 View commit details
    Browse the repository at this point in the history
  223. Configuration menu
    Copy the full SHA
    abadee5 View commit details
    Browse the repository at this point in the history
  224. feat(tpu): update the API

    #### tpu:v2alpha1
    
    The following keys were added:
    - schemas.Reservation.properties.state.description
    - schemas.Reservation.properties.state.enum
    - schemas.Reservation.properties.state.enumDescriptions
    - schemas.Reservation.properties.state.readOnly
    - schemas.Reservation.properties.state.type
    
    #### tpu:v2
    
    The following keys were changed:
    - schemas.AcceleratorConfig.properties.type.enum
    - schemas.AcceleratorConfig.properties.type.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    66a1ea7 View commit details
    Browse the repository at this point in the history
  225. feat(trafficdirector): update the API

    #### trafficdirector:v3
    
    The following keys were added:
    - schemas.StringMatcher.properties.custom.$ref
    - schemas.StringMatcher.properties.custom.description
    - schemas.TypedExtensionConfig.description
    - schemas.TypedExtensionConfig.id
    - schemas.TypedExtensionConfig.properties.name.description
    - schemas.TypedExtensionConfig.properties.name.type
    - schemas.TypedExtensionConfig.properties.typedConfig.additionalProperties.description
    - schemas.TypedExtensionConfig.properties.typedConfig.additionalProperties.type
    - schemas.TypedExtensionConfig.properties.typedConfig.description
    - schemas.TypedExtensionConfig.properties.typedConfig.type
    - schemas.TypedExtensionConfig.type
    
    The following keys were changed:
    - schemas.StringMatcher.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    e8b3b2b View commit details
    Browse the repository at this point in the history
  226. Configuration menu
    Copy the full SHA
    fe23f54 View commit details
    Browse the repository at this point in the history
  227. Configuration menu
    Copy the full SHA
    2fd5b40 View commit details
    Browse the repository at this point in the history
  228. Configuration menu
    Copy the full SHA
    0bc3eec View commit details
    Browse the repository at this point in the history
  229. Configuration menu
    Copy the full SHA
    ede41a7 View commit details
    Browse the repository at this point in the history
  230. feat(verifiedaccess): update the API

    #### verifiedaccess:v2
    
    The following keys were added:
    - schemas.DeviceSignals.properties.profileEnrollmentDomain.description
    - schemas.DeviceSignals.properties.profileEnrollmentDomain.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    526fa6b View commit details
    Browse the repository at this point in the history
  231. fix(versionhistory): update the API

    #### versionhistory:v1
    
    The following keys were changed:
    - schemas.Channel.properties.channelType.enumDescriptions
    - schemas.Platform.properties.platformType.enum
    - schemas.Platform.properties.platformType.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    88d7207 View commit details
    Browse the repository at this point in the history
  232. Configuration menu
    Copy the full SHA
    ab6d7f9 View commit details
    Browse the repository at this point in the history
  233. Configuration menu
    Copy the full SHA
    676194b View commit details
    Browse the repository at this point in the history
  234. fix(vmmigration): update the API

    #### vmmigration:v1alpha1
    
    The following keys were changed:
    - schemas.DiskImageTargetDetails.properties.encryption.description
    
    #### vmmigration:v1
    
    The following keys were changed:
    - schemas.DiskImageTargetDetails.properties.encryption.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    16718a2 View commit details
    Browse the repository at this point in the history
  235. fix(vmwareengine): update the API

    #### vmwareengine:v1
    
    The following keys were changed:
    - schemas.LoggingServer.properties.protocol.enum
    - schemas.LoggingServer.properties.protocol.enumDescriptions
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    856819e View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    a477f98 View commit details
    Browse the repository at this point in the history
  237. fix(walletobjects): update the API

    #### walletobjects:v1
    
    The following keys were changed:
    - schemas.GenericObject.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    86534ae View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    d05d198 View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    9fa53ca View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    d7afe8c View commit details
    Browse the repository at this point in the history
  241. Configuration menu
    Copy the full SHA
    5c41949 View commit details
    Browse the repository at this point in the history
  242. Configuration menu
    Copy the full SHA
    cec07a2 View commit details
    Browse the repository at this point in the history
  243. feat(workloadmanager)!: update the API

    BREAKING CHANGE: This release has breaking changes.
    
    #### workloadmanager:v1
    
    The following keys were deleted:
    - schemas.SapDiscoveryComponentApplicationProperties.properties.instanceNumber.description
    - schemas.SapDiscoveryComponentApplicationProperties.properties.instanceNumber.type
    
    The following keys were added:
    - resources.projects.resources.locations.resources.evaluations.methods.delete.parameters.force.description
    - resources.projects.resources.locations.resources.evaluations.methods.delete.parameters.force.location
    - resources.projects.resources.locations.resources.evaluations.methods.delete.parameters.force.type
    - schemas.SapDiscoveryComponentApplicationProperties.properties.appInstanceNumber.description
    - schemas.SapDiscoveryComponentApplicationProperties.properties.appInstanceNumber.type
    - schemas.SapDiscoveryComponentApplicationProperties.properties.ascsInstanceNumber.description
    - schemas.SapDiscoveryComponentApplicationProperties.properties.ascsInstanceNumber.type
    - schemas.SapDiscoveryComponentDatabaseProperties.properties.databaseSid.description
    - schemas.SapDiscoveryComponentDatabaseProperties.properties.databaseSid.type
    - schemas.SapDiscoveryResourceInstanceProperties.properties.instanceNumber.description
    - schemas.SapDiscoveryResourceInstanceProperties.properties.instanceNumber.format
    - schemas.SapDiscoveryResourceInstanceProperties.properties.instanceNumber.type
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    c798518 View commit details
    Browse the repository at this point in the history
  244. fix(workspaceevents): update the API

    #### workspaceevents:v1
    
    The following keys were changed:
    - resources.subscriptions.methods.patch.parameters.updateMask.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8e88f81 View commit details
    Browse the repository at this point in the history
  245. feat(workstations): update the API

    #### workstations:v1beta
    
    The following keys were added:
    - schemas.GceInstance.properties.vmTags.additionalProperties.type
    - schemas.GceInstance.properties.vmTags.description
    - schemas.GceInstance.properties.vmTags.type
    
    The following keys were changed:
    - schemas.GceInstance.properties.serviceAccount.description
    - schemas.GceInstance.properties.serviceAccountScopes.description
    
    #### workstations:v1
    
    The following keys were changed:
    - schemas.GceInstance.properties.serviceAccount.description
    - schemas.GceInstance.properties.serviceAccountScopes.description
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    37b5786 View commit details
    Browse the repository at this point in the history
  246. feat(youtube): update the API

    #### youtube:v3
    
    The following keys were added:
    - schemas.CuepointSchedule.properties.repeatIntervalSecs.deprecated
    - schemas.CuepointSchedule.properties.scheduleStrategy.deprecated
    - schemas.LiveBroadcastContentDetails.properties.startWithSlate.deprecated
    yoshi-automation committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7393692 View commit details
    Browse the repository at this point in the history
  247. Configuration menu
    Copy the full SHA
    1dd647a View commit details
    Browse the repository at this point in the history
  248. Configuration menu
    Copy the full SHA
    28231ad View commit details
    Browse the repository at this point in the history
  249. Configuration menu
    Copy the full SHA
    82f5551 View commit details
    Browse the repository at this point in the history
  250. Configuration menu
    Copy the full SHA
    4d9f49c View commit details
    Browse the repository at this point in the history