Skip to content

Commit 6d9c15b

Browse files
wtrockigithub-actions[bot]
authored andcommitted
temp: client update
1 parent a3e16cc commit 6d9c15b

File tree

114 files changed

+17574
-14705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+17574
-14705
lines changed

.mockery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ filename: "{{ .InterfaceName | snakecase }}.go"
66
mockname: "{{.InterfaceName}}"
77

88
packages:
9-
go.mongodb.org/atlas-sdk/v20250312006/admin:
9+
github.com/mongodb/atlas-sdk-go/admin:
1010
config:
1111
include-regex: ".*Api"

admin/api_alert_configurations.go

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

admin/api_alerts.go

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

admin/api_atlas_search.go

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

admin/api_cloud_backups.go

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

admin/api_cloud_migration_service.go

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

admin/api_cloud_provider_access.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ type CloudProviderAccessApi interface {
4040
/*
4141
CreateCloudProviderAccessRole Create One Cloud Provider Access Role
4242
43-
Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role.
43+
Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role. For the GCP provider, if the project folder is not yet provisioned, Atlas will now create the role asynchronously. An intermediate role with status `IN_PROGRESS` will be returned, and the final service account will be provisioned. Once the GCP project is set up, subsequent requests will create the service account synchronously.
4444
4545
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
4646
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.
@@ -297,7 +297,7 @@ func (r CreateCloudProviderAccessRoleApiRequest) Execute() (*CloudProviderAccess
297297
/*
298298
CreateCloudProviderAccessRole Create One Cloud Provider Access Role
299299
300-
Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role.
300+
Creates one access role for the specified cloud provider. Some MongoDB Cloud features use these cloud provider access roles for authentication. To use this resource, the requesting Service Account or API Key must have the Project Owner role. For the GCP provider, if the project folder is not yet provisioned, Atlas will now create the role asynchronously. An intermediate role with status `IN_PROGRESS` will be returned, and the final service account will be provisioned. Once the GCP project is set up, subsequent requests will create the service account synchronously.
301301
302302
@param ctx context.Context - for authentication, logging, cancellation, deadlines, tracing, etc. Passed from http.Request or context.Background().
303303
@param groupId Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access. **NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups.

admin/api_clusters.go

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

admin/api_collection_level_metrics.go

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

admin/api_events.go

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

0 commit comments

Comments
 (0)