Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
212
vendor/google.golang.org/api/deploymentmanager/v2/deploymentmanager-gen.go
generated
vendored
212
vendor/google.golang.org/api/deploymentmanager/v2/deploymentmanager-gen.go
generated
vendored
|
@ -197,8 +197,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)
|
||||
}
|
||||
|
||||
|
@ -239,8 +239,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)
|
||||
}
|
||||
|
||||
|
@ -269,8 +269,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 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)
|
||||
}
|
||||
|
||||
|
@ -378,8 +378,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)
|
||||
}
|
||||
|
||||
|
@ -405,8 +405,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)
|
||||
}
|
||||
|
||||
|
@ -493,8 +493,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)
|
||||
}
|
||||
|
||||
|
@ -521,8 +521,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)
|
||||
}
|
||||
|
||||
|
@ -561,8 +561,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)
|
||||
}
|
||||
|
||||
|
@ -589,8 +589,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)
|
||||
}
|
||||
|
||||
|
@ -626,8 +626,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)
|
||||
}
|
||||
|
||||
|
@ -664,8 +664,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)
|
||||
}
|
||||
|
||||
|
@ -701,8 +701,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)
|
||||
}
|
||||
|
||||
|
@ -751,8 +751,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)
|
||||
}
|
||||
|
||||
|
@ -781,8 +781,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)
|
||||
}
|
||||
|
||||
|
@ -815,8 +815,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)
|
||||
}
|
||||
|
||||
|
@ -849,8 +849,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)
|
||||
}
|
||||
|
||||
|
@ -902,8 +902,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)
|
||||
}
|
||||
|
||||
|
@ -932,8 +932,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)
|
||||
}
|
||||
|
||||
|
@ -989,8 +989,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)
|
||||
}
|
||||
|
||||
|
@ -1027,8 +1027,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)
|
||||
}
|
||||
|
||||
|
@ -1151,8 +1151,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)
|
||||
}
|
||||
|
||||
|
@ -1181,8 +1181,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)
|
||||
}
|
||||
|
||||
|
@ -1215,8 +1215,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)
|
||||
}
|
||||
|
||||
|
@ -1253,8 +1253,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)
|
||||
}
|
||||
|
||||
|
@ -1290,8 +1290,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)
|
||||
}
|
||||
|
||||
|
@ -1328,8 +1328,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)
|
||||
}
|
||||
|
||||
|
@ -1414,8 +1414,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)
|
||||
}
|
||||
|
||||
|
@ -1490,8 +1490,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)
|
||||
}
|
||||
|
||||
|
@ -1528,8 +1528,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)
|
||||
}
|
||||
|
||||
|
@ -1565,8 +1565,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)
|
||||
}
|
||||
|
||||
|
@ -1593,8 +1593,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)
|
||||
}
|
||||
|
||||
|
@ -1649,8 +1649,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)
|
||||
}
|
||||
|
||||
|
@ -1679,8 +1679,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)
|
||||
}
|
||||
|
||||
|
@ -1713,8 +1713,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)
|
||||
}
|
||||
|
||||
|
@ -1751,8 +1751,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)
|
||||
}
|
||||
|
||||
|
@ -1788,8 +1788,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)
|
||||
}
|
||||
|
||||
|
@ -1825,8 +1825,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)
|
||||
}
|
||||
|
||||
|
@ -1878,8 +1878,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)
|
||||
}
|
||||
|
||||
|
@ -1910,8 +1910,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)
|
||||
}
|
||||
|
||||
|
@ -1939,8 +1939,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)
|
||||
}
|
||||
|
||||
|
@ -1971,8 +1971,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)
|
||||
}
|
||||
|
||||
|
@ -2014,8 +2014,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)
|
||||
}
|
||||
|
||||
|
@ -2051,8 +2051,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)
|
||||
}
|
||||
|
||||
|
@ -2160,7 +2160,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
|
||||
|
@ -2311,7 +2311,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
|
||||
|
@ -2475,7 +2475,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
|
||||
|
@ -2628,7 +2628,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
|
||||
|
@ -2783,7 +2783,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
|
||||
|
@ -2997,7 +2997,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
|
||||
|
@ -3217,7 +3217,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
|
||||
|
@ -3398,7 +3398,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
|
||||
|
@ -3546,7 +3546,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
|
||||
|
@ -3693,7 +3693,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
|
||||
|
@ -3878,7 +3878,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
|
||||
|
@ -4068,7 +4068,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
|
||||
|
@ -4295,7 +4295,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
|
||||
|
@ -4491,7 +4491,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
|
||||
|
@ -4706,7 +4706,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
|
||||
|
@ -4897,7 +4897,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
|
||||
|
@ -5123,7 +5123,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
|
||||
|
@ -5383,7 +5383,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue