Update dependenciess

Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
Alexander Neumann 2017-12-03 21:01:25 +01:00
parent 9d0f13c4c0
commit 946c8399e2
2985 changed files with 1008107 additions and 118934 deletions

View file

@ -221,8 +221,8 @@ type AuditConfig struct {
}
func (s *AuditConfig) MarshalJSON() ([]byte, error) {
type noMethod AuditConfig
raw := noMethod(*s)
type NoMethod AuditConfig
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -263,8 +263,8 @@ type AuditLogConfig struct {
}
func (s *AuditLogConfig) MarshalJSON() ([]byte, error) {
type noMethod AuditLogConfig
raw := noMethod(*s)
type NoMethod AuditLogConfig
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -293,8 +293,8 @@ type AuthorizationLoggingOptions struct {
}
func (s *AuthorizationLoggingOptions) MarshalJSON() ([]byte, error) {
type noMethod AuthorizationLoggingOptions
raw := noMethod(*s)
type NoMethod AuthorizationLoggingOptions
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -333,8 +333,8 @@ type BaseType struct {
}
func (s *BaseType) MarshalJSON() ([]byte, error) {
type noMethod BaseType
raw := noMethod(*s)
type NoMethod BaseType
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -362,8 +362,8 @@ type BasicAuth struct {
}
func (s *BasicAuth) MarshalJSON() ([]byte, error) {
type noMethod BasicAuth
raw := noMethod(*s)
type NoMethod BasicAuth
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -426,8 +426,8 @@ type Binding struct {
}
func (s *Binding) MarshalJSON() ([]byte, error) {
type noMethod Binding
raw := noMethod(*s)
type NoMethod Binding
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -459,8 +459,8 @@ type CollectionOverride struct {
}
func (s *CollectionOverride) MarshalJSON() ([]byte, error) {
type noMethod CollectionOverride
raw := noMethod(*s)
type NoMethod CollectionOverride
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -486,7 +486,8 @@ type CompositeType struct {
// ([a-z]([-a-z0-9]*[a-z0-9])?)?
Labels []*CompositeTypeLabelEntry `json:"labels,omitempty"`
// Name: Name of the composite type.
// Name: Name of the composite type, must follow the expression:
// [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?.
Name string `json:"name,omitempty"`
// Operation: Output only. The Operation that most recently ran, or is
@ -523,8 +524,8 @@ type CompositeType struct {
}
func (s *CompositeType) MarshalJSON() ([]byte, error) {
type noMethod CompositeType
raw := noMethod(*s)
type NoMethod CompositeType
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -551,8 +552,8 @@ type CompositeTypeLabelEntry struct {
}
func (s *CompositeTypeLabelEntry) MarshalJSON() ([]byte, error) {
type noMethod CompositeTypeLabelEntry
raw := noMethod(*s)
type NoMethod CompositeTypeLabelEntry
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -589,8 +590,8 @@ type CompositeTypesListResponse struct {
}
func (s *CompositeTypesListResponse) MarshalJSON() ([]byte, error) {
type noMethod CompositeTypesListResponse
raw := noMethod(*s)
type NoMethod CompositeTypesListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -634,8 +635,8 @@ type Condition struct {
}
func (s *Condition) MarshalJSON() ([]byte, error) {
type noMethod Condition
raw := noMethod(*s)
type NoMethod Condition
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -661,8 +662,8 @@ type ConfigFile struct {
}
func (s *ConfigFile) MarshalJSON() ([]byte, error) {
type noMethod ConfigFile
raw := noMethod(*s)
type NoMethod ConfigFile
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -697,8 +698,8 @@ type Credential struct {
}
func (s *Credential) MarshalJSON() ([]byte, error) {
type noMethod Credential
raw := noMethod(*s)
type NoMethod Credential
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -785,8 +786,8 @@ type Deployment struct {
}
func (s *Deployment) MarshalJSON() ([]byte, error) {
type noMethod Deployment
raw := noMethod(*s)
type NoMethod Deployment
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -813,8 +814,8 @@ type DeploymentLabelEntry struct {
}
func (s *DeploymentLabelEntry) MarshalJSON() ([]byte, error) {
type noMethod DeploymentLabelEntry
raw := noMethod(*s)
type NoMethod DeploymentLabelEntry
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -853,8 +854,8 @@ type DeploymentUpdate struct {
}
func (s *DeploymentUpdate) MarshalJSON() ([]byte, error) {
type noMethod DeploymentUpdate
raw := noMethod(*s)
type NoMethod DeploymentUpdate
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -881,8 +882,8 @@ type DeploymentUpdateLabelEntry struct {
}
func (s *DeploymentUpdateLabelEntry) MarshalJSON() ([]byte, error) {
type noMethod DeploymentUpdateLabelEntry
raw := noMethod(*s)
type NoMethod DeploymentUpdateLabelEntry
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -918,8 +919,8 @@ type DeploymentsCancelPreviewRequest struct {
}
func (s *DeploymentsCancelPreviewRequest) MarshalJSON() ([]byte, error) {
type noMethod DeploymentsCancelPreviewRequest
raw := noMethod(*s)
type NoMethod DeploymentsCancelPreviewRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -956,8 +957,8 @@ type DeploymentsListResponse struct {
}
func (s *DeploymentsListResponse) MarshalJSON() ([]byte, error) {
type noMethod DeploymentsListResponse
raw := noMethod(*s)
type NoMethod DeploymentsListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -993,8 +994,8 @@ type DeploymentsStopRequest struct {
}
func (s *DeploymentsStopRequest) MarshalJSON() ([]byte, error) {
type noMethod DeploymentsStopRequest
raw := noMethod(*s)
type NoMethod DeploymentsStopRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1043,8 +1044,8 @@ type Expr struct {
}
func (s *Expr) MarshalJSON() ([]byte, error) {
type noMethod Expr
raw := noMethod(*s)
type NoMethod Expr
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1073,8 +1074,8 @@ type ImportFile struct {
}
func (s *ImportFile) MarshalJSON() ([]byte, error) {
type noMethod ImportFile
raw := noMethod(*s)
type NoMethod ImportFile
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1112,8 +1113,8 @@ type InputMapping struct {
}
func (s *InputMapping) MarshalJSON() ([]byte, error) {
type noMethod InputMapping
raw := noMethod(*s)
type NoMethod InputMapping
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1146,8 +1147,8 @@ type LogConfig struct {
}
func (s *LogConfig) MarshalJSON() ([]byte, error) {
type noMethod LogConfig
raw := noMethod(*s)
type NoMethod LogConfig
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1180,8 +1181,8 @@ type LogConfigCloudAuditOptions struct {
}
func (s *LogConfigCloudAuditOptions) MarshalJSON() ([]byte, error) {
type noMethod LogConfigCloudAuditOptions
raw := noMethod(*s)
type NoMethod LogConfigCloudAuditOptions
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1233,8 +1234,8 @@ type LogConfigCounterOptions struct {
}
func (s *LogConfigCounterOptions) MarshalJSON() ([]byte, error) {
type noMethod LogConfigCounterOptions
raw := noMethod(*s)
type NoMethod LogConfigCounterOptions
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1263,8 +1264,8 @@ type LogConfigDataAccessOptions struct {
}
func (s *LogConfigDataAccessOptions) MarshalJSON() ([]byte, error) {
type noMethod LogConfigDataAccessOptions
raw := noMethod(*s)
type NoMethod LogConfigDataAccessOptions
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1320,8 +1321,8 @@ type Manifest struct {
}
func (s *Manifest) MarshalJSON() ([]byte, error) {
type noMethod Manifest
raw := noMethod(*s)
type NoMethod Manifest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1358,8 +1359,8 @@ type ManifestsListResponse struct {
}
func (s *ManifestsListResponse) MarshalJSON() ([]byte, error) {
type noMethod ManifestsListResponse
raw := noMethod(*s)
type NoMethod ManifestsListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1482,8 +1483,8 @@ type Operation struct {
}
func (s *Operation) MarshalJSON() ([]byte, error) {
type noMethod Operation
raw := noMethod(*s)
type NoMethod Operation
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1512,8 +1513,8 @@ type OperationError struct {
}
func (s *OperationError) MarshalJSON() ([]byte, error) {
type noMethod OperationError
raw := noMethod(*s)
type NoMethod OperationError
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1546,8 +1547,8 @@ type OperationErrorErrors struct {
}
func (s *OperationErrorErrors) MarshalJSON() ([]byte, error) {
type noMethod OperationErrorErrors
raw := noMethod(*s)
type NoMethod OperationErrorErrors
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1584,8 +1585,8 @@ type OperationWarnings struct {
}
func (s *OperationWarnings) MarshalJSON() ([]byte, error) {
type noMethod OperationWarnings
raw := noMethod(*s)
type NoMethod OperationWarnings
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1621,8 +1622,8 @@ type OperationWarningsData struct {
}
func (s *OperationWarningsData) MarshalJSON() ([]byte, error) {
type noMethod OperationWarningsData
raw := noMethod(*s)
type NoMethod OperationWarningsData
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1659,8 +1660,8 @@ type OperationsListResponse struct {
}
func (s *OperationsListResponse) MarshalJSON() ([]byte, error) {
type noMethod OperationsListResponse
raw := noMethod(*s)
type NoMethod OperationsListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1702,8 +1703,8 @@ type Options struct {
}
func (s *Options) MarshalJSON() ([]byte, error) {
type noMethod Options
raw := noMethod(*s)
type NoMethod Options
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1788,8 +1789,8 @@ type Policy struct {
}
func (s *Policy) MarshalJSON() ([]byte, error) {
type noMethod Policy
raw := noMethod(*s)
type NoMethod Policy
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1864,8 +1865,8 @@ type Resource struct {
}
func (s *Resource) MarshalJSON() ([]byte, error) {
type noMethod Resource
raw := noMethod(*s)
type NoMethod Resource
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1902,8 +1903,8 @@ type ResourceWarnings struct {
}
func (s *ResourceWarnings) MarshalJSON() ([]byte, error) {
type noMethod ResourceWarnings
raw := noMethod(*s)
type NoMethod ResourceWarnings
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1939,8 +1940,8 @@ type ResourceWarningsData struct {
}
func (s *ResourceWarningsData) MarshalJSON() ([]byte, error) {
type noMethod ResourceWarningsData
raw := noMethod(*s)
type NoMethod ResourceWarningsData
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1967,8 +1968,8 @@ type ResourceAccessControl struct {
}
func (s *ResourceAccessControl) MarshalJSON() ([]byte, error) {
type noMethod ResourceAccessControl
raw := noMethod(*s)
type NoMethod ResourceAccessControl
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2023,8 +2024,8 @@ type ResourceUpdate struct {
}
func (s *ResourceUpdate) MarshalJSON() ([]byte, error) {
type noMethod ResourceUpdate
raw := noMethod(*s)
type NoMethod ResourceUpdate
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2053,8 +2054,8 @@ type ResourceUpdateError struct {
}
func (s *ResourceUpdateError) MarshalJSON() ([]byte, error) {
type noMethod ResourceUpdateError
raw := noMethod(*s)
type NoMethod ResourceUpdateError
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2087,8 +2088,8 @@ type ResourceUpdateErrorErrors struct {
}
func (s *ResourceUpdateErrorErrors) MarshalJSON() ([]byte, error) {
type noMethod ResourceUpdateErrorErrors
raw := noMethod(*s)
type NoMethod ResourceUpdateErrorErrors
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2125,8 +2126,8 @@ type ResourceUpdateWarnings struct {
}
func (s *ResourceUpdateWarnings) MarshalJSON() ([]byte, error) {
type noMethod ResourceUpdateWarnings
raw := noMethod(*s)
type NoMethod ResourceUpdateWarnings
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2162,8 +2163,8 @@ type ResourceUpdateWarningsData struct {
}
func (s *ResourceUpdateWarningsData) MarshalJSON() ([]byte, error) {
type noMethod ResourceUpdateWarningsData
raw := noMethod(*s)
type NoMethod ResourceUpdateWarningsData
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2199,8 +2200,8 @@ type ResourcesListResponse struct {
}
func (s *ResourcesListResponse) MarshalJSON() ([]byte, error) {
type noMethod ResourcesListResponse
raw := noMethod(*s)
type NoMethod ResourcesListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2252,8 +2253,8 @@ type Rule struct {
}
func (s *Rule) MarshalJSON() ([]byte, error) {
type noMethod Rule
raw := noMethod(*s)
type NoMethod Rule
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2281,8 +2282,8 @@ type ServiceAccount struct {
}
func (s *ServiceAccount) MarshalJSON() ([]byte, error) {
type noMethod ServiceAccount
raw := noMethod(*s)
type NoMethod ServiceAccount
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2313,8 +2314,8 @@ type TargetConfiguration struct {
}
func (s *TargetConfiguration) MarshalJSON() ([]byte, error) {
type noMethod TargetConfiguration
raw := noMethod(*s)
type NoMethod TargetConfiguration
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2328,6 +2329,9 @@ type TemplateContents struct {
// during expansion.
Interpreter string `json:"interpreter,omitempty"`
// MainTemplate: The filename of the mainTemplate
MainTemplate string `json:"mainTemplate,omitempty"`
// Schema: The contents of the template schema.
Schema string `json:"schema,omitempty"`
@ -2352,8 +2356,8 @@ type TemplateContents struct {
}
func (s *TemplateContents) MarshalJSON() ([]byte, error) {
type noMethod TemplateContents
raw := noMethod(*s)
type NoMethod TemplateContents
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2381,8 +2385,8 @@ type TestPermissionsRequest struct {
}
func (s *TestPermissionsRequest) MarshalJSON() ([]byte, error) {
type noMethod TestPermissionsRequest
raw := noMethod(*s)
type NoMethod TestPermissionsRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2413,8 +2417,8 @@ type TestPermissionsResponse struct {
}
func (s *TestPermissionsResponse) MarshalJSON() ([]byte, error) {
type noMethod TestPermissionsResponse
raw := noMethod(*s)
type NoMethod TestPermissionsResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2471,8 +2475,8 @@ type Type struct {
}
func (s *Type) MarshalJSON() ([]byte, error) {
type noMethod Type
raw := noMethod(*s)
type NoMethod Type
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2525,8 +2529,8 @@ type TypeInfo struct {
}
func (s *TypeInfo) MarshalJSON() ([]byte, error) {
type noMethod TypeInfo
raw := noMethod(*s)
type NoMethod TypeInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2559,8 +2563,8 @@ type TypeInfoSchemaInfo struct {
}
func (s *TypeInfoSchemaInfo) MarshalJSON() ([]byte, error) {
type noMethod TypeInfoSchemaInfo
raw := noMethod(*s)
type NoMethod TypeInfoSchemaInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2587,8 +2591,8 @@ type TypeLabelEntry struct {
}
func (s *TypeLabelEntry) MarshalJSON() ([]byte, error) {
type noMethod TypeLabelEntry
raw := noMethod(*s)
type NoMethod TypeLabelEntry
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2661,8 +2665,8 @@ type TypeProvider struct {
}
func (s *TypeProvider) MarshalJSON() ([]byte, error) {
type noMethod TypeProvider
raw := noMethod(*s)
type NoMethod TypeProvider
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2689,8 +2693,8 @@ type TypeProviderLabelEntry struct {
}
func (s *TypeProviderLabelEntry) MarshalJSON() ([]byte, error) {
type noMethod TypeProviderLabelEntry
raw := noMethod(*s)
type NoMethod TypeProviderLabelEntry
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2726,8 +2730,8 @@ type TypeProvidersListResponse struct {
}
func (s *TypeProvidersListResponse) MarshalJSON() ([]byte, error) {
type noMethod TypeProvidersListResponse
raw := noMethod(*s)
type NoMethod TypeProvidersListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2760,8 +2764,8 @@ type TypeProvidersListTypesResponse struct {
}
func (s *TypeProvidersListTypesResponse) MarshalJSON() ([]byte, error) {
type noMethod TypeProvidersListTypesResponse
raw := noMethod(*s)
type NoMethod TypeProvidersListTypesResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2797,8 +2801,8 @@ type TypesListResponse struct {
}
func (s *TypesListResponse) MarshalJSON() ([]byte, error) {
type noMethod TypesListResponse
raw := noMethod(*s)
type NoMethod TypesListResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2832,8 +2836,8 @@ type ValidationOptions struct {
}
func (s *ValidationOptions) MarshalJSON() ([]byte, error) {
type noMethod ValidationOptions
raw := noMethod(*s)
type NoMethod ValidationOptions
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2933,7 +2937,7 @@ func (c *CompositeTypesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -2949,7 +2953,7 @@ func (c *CompositeTypesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation,
// "compositeType": {
// "description": "The name of the type for this request.",
// "location": "path",
// "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
// "pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
// "required": true,
// "type": "string"
// },
@ -3083,7 +3087,7 @@ func (c *CompositeTypesGetCall) Do(opts ...googleapi.CallOption) (*CompositeType
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3099,7 +3103,7 @@ func (c *CompositeTypesGetCall) Do(opts ...googleapi.CallOption) (*CompositeType
// "compositeType": {
// "description": "The name of the composite type for this request.",
// "location": "path",
// "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
// "pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
// "required": true,
// "type": "string"
// },
@ -3225,7 +3229,7 @@ func (c *CompositeTypesInsertCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3434,7 +3438,7 @@ func (c *CompositeTypesListCall) Do(opts ...googleapi.CallOption) (*CompositeTyp
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3616,7 +3620,7 @@ func (c *CompositeTypesPatchCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3632,7 +3636,7 @@ func (c *CompositeTypesPatchCall) Do(opts ...googleapi.CallOption) (*Operation,
// "compositeType": {
// "description": "The name of the composite type for this request.",
// "location": "path",
// "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
// "pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
// "required": true,
// "type": "string"
// },
@ -3762,7 +3766,7 @@ func (c *CompositeTypesUpdateCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -3778,7 +3782,7 @@ func (c *CompositeTypesUpdateCall) Do(opts ...googleapi.CallOption) (*Operation,
// "compositeType": {
// "description": "The name of the composite type for this request.",
// "location": "path",
// "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
// "pattern": "[a-z](?:[-a-z0-9_.]{0,61}[a-z0-9])?",
// "required": true,
// "type": "string"
// },
@ -3909,7 +3913,7 @@ func (c *DeploymentsCancelPreviewCall) Do(opts ...googleapi.CallOption) (*Operat
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4060,7 +4064,7 @@ func (c *DeploymentsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, er
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4224,7 +4228,7 @@ func (c *DeploymentsGetCall) Do(opts ...googleapi.CallOption) (*Deployment, erro
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4377,7 +4381,7 @@ func (c *DeploymentsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4532,7 +4536,7 @@ func (c *DeploymentsInsertCall) Do(opts ...googleapi.CallOption) (*Operation, er
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4746,7 +4750,7 @@ func (c *DeploymentsListCall) Do(opts ...googleapi.CallOption) (*DeploymentsList
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -4966,7 +4970,7 @@ func (c *DeploymentsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, err
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5147,7 +5151,7 @@ func (c *DeploymentsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5295,7 +5299,7 @@ func (c *DeploymentsStopCall) Do(opts ...googleapi.CallOption) (*Operation, erro
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5442,7 +5446,7 @@ func (c *DeploymentsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*T
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5627,7 +5631,7 @@ func (c *DeploymentsUpdateCall) Do(opts ...googleapi.CallOption) (*Operation, er
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -5817,7 +5821,7 @@ func (c *ManifestsGetCall) Do(opts ...googleapi.CallOption) (*Manifest, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -6044,7 +6048,7 @@ func (c *ManifestsListCall) Do(opts ...googleapi.CallOption) (*ManifestsListResp
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -6240,7 +6244,7 @@ func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error)
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -6455,7 +6459,7 @@ func (c *OperationsListCall) Do(opts ...googleapi.CallOption) (*OperationsListRe
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -6646,7 +6650,7 @@ func (c *ResourcesGetCall) Do(opts ...googleapi.CallOption) (*Resource, error) {
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -6872,7 +6876,7 @@ func (c *ResourcesListCall) Do(opts ...googleapi.CallOption) (*ResourcesListResp
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -7054,7 +7058,7 @@ func (c *TypeProvidersDeleteCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -7204,7 +7208,7 @@ func (c *TypeProvidersGetCall) Do(opts ...googleapi.CallOption) (*TypeProvider,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -7359,7 +7363,7 @@ func (c *TypeProvidersGetTypeCall) Do(opts ...googleapi.CallOption) (*TypeInfo,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -7508,7 +7512,7 @@ func (c *TypeProvidersInsertCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -7717,7 +7721,7 @@ func (c *TypeProvidersListCall) Do(opts ...googleapi.CallOption) (*TypeProviders
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -7972,7 +7976,7 @@ func (c *TypeProvidersListTypesCall) Do(opts ...googleapi.CallOption) (*TypeProv
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -8161,7 +8165,7 @@ func (c *TypeProvidersPatchCall) Do(opts ...googleapi.CallOption) (*Operation, e
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -8307,7 +8311,7 @@ func (c *TypeProvidersUpdateCall) Do(opts ...googleapi.CallOption) (*Operation,
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil
@ -8524,7 +8528,7 @@ func (c *TypesListCall) Do(opts ...googleapi.CallOption) (*TypesListResponse, er
},
}
target := &ret
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
if err := gensupport.DecodeResponse(target, res); err != nil {
return nil, err
}
return ret, nil