Update vendored dependencies

This commit is contained in:
Alexander Neumann
2017-09-21 17:48:45 +02:00
parent 81473f4538
commit 02fc16e97d
254 changed files with 107898 additions and 82739 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1398,9 +1398,7 @@ type Operation struct {
// - “organizations/<organization-id>”
ResourceContainer string `json:"resourceContainer,omitempty"`
// ResourceContainers: DO NOT USE.
// This field is not ready for use yet.
ResourceContainers []string `json:"resourceContainers,omitempty"`
Resources []*ResourceInfo `json:"resources,omitempty"`
// StartTime: Required. Start time of the operation.
StartTime string `json:"startTime,omitempty"`
@@ -2110,6 +2108,45 @@ func (s *RequestMetadata) MarshalJSON() ([]byte, error) {
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
// ResourceInfo: DO NOT USE.
// This definition is not ready for use yet.
type ResourceInfo struct {
// ResourceContainer: The identifier of the parent of this resource
// instance.
// Must be in one of the following formats:
// - “projects/<project-id or project-number>”
// - “folders/<folder-id>”
// - “organizations/<organization-id>”
ResourceContainer string `json:"resourceContainer,omitempty"`
// ResourceName: Name of the resource. This is used for auditing
// purposes.
ResourceName string `json:"resourceName,omitempty"`
// ForceSendFields is a list of field names (e.g. "ResourceContainer")
// to unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
// non-interface field appearing in ForceSendFields will be sent to the
// server regardless of whether the field is empty or not. This may be
// used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "ResourceContainer") to
// include in API requests with the JSON null value. By default, fields
// with empty values are omitted from API requests. However, any field
// with an empty value appearing in NullFields will be sent to the
// server as null. It is an error if a field in this list has a
// non-empty value. This may be used to include null fields in Patch
// requests.
NullFields []string `json:"-"`
}
func (s *ResourceInfo) MarshalJSON() ([]byte, error) {
type noMethod ResourceInfo
raw := noMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
type StartReconciliationRequest struct {
// ReconciliationOperation: Operation that describes the quota
// reconciliation.