vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@ -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",