mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
vendor: update all dependencies
This commit is contained in:
11
vendor/google.golang.org/api/cloudresourcemanager/v1beta1/cloudresourcemanager-gen.go
generated
vendored
11
vendor/google.golang.org/api/cloudresourcemanager/v1beta1/cloudresourcemanager-gen.go
generated
vendored
@ -2099,6 +2099,15 @@ type ProjectsCreateCall struct {
|
||||
// ResourceId, which must include both an ID and a type, such
|
||||
// as
|
||||
// project, folder, or organization.
|
||||
//
|
||||
// This method does not associate the new project with a billing
|
||||
// account.
|
||||
// You can set or update the billing account associated with a project
|
||||
// using
|
||||
// the
|
||||
// [`projects.updateBillingInfo`]
|
||||
// (/billing/reference/rest/v1/projects/up
|
||||
// dateBillingInfo) method.
|
||||
func (r *ProjectsService) Create(project *Project) *ProjectsCreateCall {
|
||||
c := &ProjectsCreateCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
c.project = project
|
||||
@ -2195,7 +2204,7 @@ func (c *ProjectsCreateCall) Do(opts ...googleapi.CallOption) (*Project, error)
|
||||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Creates a Project resource.\n\nInitially, the Project resource is owned by its creator exclusively.\nThe creator can later grant permission to others to read or update the\nProject.\n\nSeveral APIs are activated automatically for the Project, including\nGoogle Cloud Storage. The parent is identified by a specified\nResourceId, which must include both an ID and a type, such as\nproject, folder, or organization.",
|
||||
// "description": "Creates a Project resource.\n\nInitially, the Project resource is owned by its creator exclusively.\nThe creator can later grant permission to others to read or update the\nProject.\n\nSeveral APIs are activated automatically for the Project, including\nGoogle Cloud Storage. The parent is identified by a specified\nResourceId, which must include both an ID and a type, such as\nproject, folder, or organization.\n\nThis method does not associate the new project with a billing account.\nYou can set or update the billing account associated with a project using\nthe [`projects.updateBillingInfo`]\n(/billing/reference/rest/v1/projects/updateBillingInfo) method.",
|
||||
// "flatPath": "v1beta1/projects",
|
||||
// "httpMethod": "POST",
|
||||
// "id": "cloudresourcemanager.projects.create",
|
||||
|
Reference in New Issue
Block a user