Update dependencies
This commit is contained in:
parent
f3b49987f8
commit
fda563d606
926 changed files with 189726 additions and 98666 deletions
1472
vendor/google.golang.org/api/cloudbuild/v1/cloudbuild-api.json
generated
vendored
1472
vendor/google.golang.org/api/cloudbuild/v1/cloudbuild-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
9
vendor/google.golang.org/api/cloudbuild/v1/cloudbuild-gen.go
generated
vendored
9
vendor/google.golang.org/api/cloudbuild/v1/cloudbuild-gen.go
generated
vendored
|
@ -792,8 +792,8 @@ func (s *ListOperationsResponse) MarshalJSON() ([]byte, error) {
|
|||
type Operation struct {
|
||||
// Done: If the value is `false`, it means the operation is still in
|
||||
// progress.
|
||||
// If true, the operation is completed, and either `error` or `response`
|
||||
// is
|
||||
// If `true`, the operation is completed, and either `error` or
|
||||
// `response` is
|
||||
// available.
|
||||
Done bool `json:"done,omitempty"`
|
||||
|
||||
|
@ -990,9 +990,8 @@ type Source struct {
|
|||
// Repo.
|
||||
RepoSource *RepoSource `json:"repoSource,omitempty"`
|
||||
|
||||
// StorageSource: If provided, get the source from this location in in
|
||||
// Google Cloud
|
||||
// Storage.
|
||||
// StorageSource: If provided, get the source from this location in
|
||||
// Google Cloud Storage.
|
||||
StorageSource *StorageSource `json:"storageSource,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "RepoSource") to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue