vendor: update all dependencies
This commit is contained in:
parent
0b6fba34a3
commit
eb87cf6f12
2008 changed files with 352633 additions and 1004750 deletions
1034
vendor/google.golang.org/api/cloudfunctions/v1beta2/cloudfunctions-api.json
generated
vendored
1034
vendor/google.golang.org/api/cloudfunctions/v1beta2/cloudfunctions-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
21
vendor/google.golang.org/api/cloudfunctions/v1beta2/cloudfunctions-gen.go
generated
vendored
21
vendor/google.golang.org/api/cloudfunctions/v1beta2/cloudfunctions-gen.go
generated
vendored
|
@ -749,7 +749,7 @@ func (s *SourceRepository) MarshalJSON() ([]byte, error) {
|
|||
// arbitrary
|
||||
// information about the error. There is a predefined set of error
|
||||
// detail types
|
||||
// in the package `google.rpc` which can be used for common error
|
||||
// in the package `google.rpc` that can be used for common error
|
||||
// conditions.
|
||||
//
|
||||
// # Language mapping
|
||||
|
@ -998,9 +998,18 @@ type OperationsListCall struct {
|
|||
// server doesn't support this method, it returns
|
||||
// `UNIMPLEMENTED`.
|
||||
//
|
||||
// NOTE: the `name` binding below allows API services to override the
|
||||
// NOTE: the `name` binding allows API services to override the
|
||||
// binding
|
||||
// to use different resource name schemes, such as `users/*/operations`.
|
||||
// To
|
||||
// override the binding, API services can add a binding such
|
||||
// as
|
||||
// "/v1/{name=users/*}/operations" to their service configuration.
|
||||
// For backwards compatibility, the default name includes the
|
||||
// operations
|
||||
// collection id, however overriding users must ensure the name
|
||||
// binding
|
||||
// is the parent resource, without the operations collection id.
|
||||
func (r *OperationsService) List() *OperationsListCall {
|
||||
c := &OperationsListCall{s: r.s, urlParams_: make(gensupport.URLParams)}
|
||||
return c
|
||||
|
@ -1013,8 +1022,8 @@ func (c *OperationsListCall) Filter(filter string) *OperationsListCall {
|
|||
return c
|
||||
}
|
||||
|
||||
// Name sets the optional parameter "name": The name of the operation
|
||||
// collection.
|
||||
// Name sets the optional parameter "name": The name of the operation's
|
||||
// parent resource.
|
||||
func (c *OperationsListCall) Name(name string) *OperationsListCall {
|
||||
c.urlParams_.Set("name", name)
|
||||
return c
|
||||
|
@ -1125,7 +1134,7 @@ func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsRe
|
|||
}
|
||||
return ret, nil
|
||||
// {
|
||||
// "description": "Lists operations that match the specified filter in the request. If the\nserver doesn't support this method, it returns `UNIMPLEMENTED`.\n\nNOTE: the `name` binding below allows API services to override the binding\nto use different resource name schemes, such as `users/*/operations`.",
|
||||
// "description": "Lists operations that match the specified filter in the request. If the\nserver doesn't support this method, it returns `UNIMPLEMENTED`.\n\nNOTE: the `name` binding allows API services to override the binding\nto use different resource name schemes, such as `users/*/operations`. To\noverride the binding, API services can add a binding such as\n`\"/v1/{name=users/*}/operations\"` to their service configuration.\nFor backwards compatibility, the default name includes the operations\ncollection id, however overriding users must ensure the name binding\nis the parent resource, without the operations collection id.",
|
||||
// "flatPath": "v1beta2/operations",
|
||||
// "httpMethod": "GET",
|
||||
// "id": "cloudfunctions.operations.list",
|
||||
|
@ -1137,7 +1146,7 @@ func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*ListOperationsRe
|
|||
// "type": "string"
|
||||
// },
|
||||
// "name": {
|
||||
// "description": "The name of the operation collection.",
|
||||
// "description": "The name of the operation's parent resource.",
|
||||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue