Documentation
¶
Index ¶
- func CreateDriveFolder(t *testing.T, parentT *testing.T, ctx context.Context, name string, ...) string
- func DeleteDriveResourceAndVerify(ctx context.Context, token, docType, defaultAs string) (*clie2e.Result, error)
- func IsDriveResourceDeleted(ctx context.Context, token, docType, defaultAs string) (bool, error)
- func WaitDriveResourceDeleted(ctx context.Context, token, docType, defaultAs string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateDriveFolder ¶
func CreateDriveFolder(t *testing.T, parentT *testing.T, ctx context.Context, name string, defaultAs string, parentFolderToken string) string
CreateDriveFolder creates a Drive folder, optionally under a parent folder, and deletes it during parent cleanup.
func DeleteDriveResourceAndVerify ¶ added in v1.0.34
func DeleteDriveResourceAndVerify(ctx context.Context, token, docType, defaultAs string) (*clie2e.Result, error)
DeleteDriveResourceAndVerify deletes a Drive-backed resource, then polls drive meta until the token is either gone or no longer has an accessible URL. This prevents cleanup from looking successful when the delete command returned a suppressed not_found or partial API error but the resource still exists.
func IsDriveResourceDeleted ¶ added in v1.0.34
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.