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
269
vendor/google.golang.org/api/serviceuser/v1/serviceuser-gen.go
generated
vendored
269
vendor/google.golang.org/api/serviceuser/v1/serviceuser-gen.go
generated
vendored
|
@ -207,8 +207,8 @@ type Api struct {
|
|||
}
|
||||
|
||||
func (s *Api) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Api
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Api
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -297,8 +297,8 @@ type AuthProvider struct {
|
|||
}
|
||||
|
||||
func (s *AuthProvider) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AuthProvider
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AuthProvider
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -359,8 +359,8 @@ type AuthRequirement struct {
|
|||
}
|
||||
|
||||
func (s *AuthRequirement) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AuthRequirement
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AuthRequirement
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -409,8 +409,8 @@ type Authentication struct {
|
|||
}
|
||||
|
||||
func (s *Authentication) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Authentication
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Authentication
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -476,8 +476,8 @@ type AuthenticationRule struct {
|
|||
}
|
||||
|
||||
func (s *AuthenticationRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AuthenticationRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AuthenticationRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -516,8 +516,8 @@ type AuthorizationConfig struct {
|
|||
}
|
||||
|
||||
func (s *AuthorizationConfig) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AuthorizationConfig
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AuthorizationConfig
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -548,8 +548,8 @@ type Backend struct {
|
|||
}
|
||||
|
||||
func (s *Backend) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Backend
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Backend
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -593,19 +593,19 @@ type BackendRule struct {
|
|||
}
|
||||
|
||||
func (s *BackendRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod BackendRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod BackendRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
func (s *BackendRule) UnmarshalJSON(data []byte) error {
|
||||
type noMethod BackendRule
|
||||
type NoMethod BackendRule
|
||||
var s1 struct {
|
||||
Deadline gensupport.JSONFloat64 `json:"deadline"`
|
||||
MinDeadline gensupport.JSONFloat64 `json:"minDeadline"`
|
||||
*noMethod
|
||||
*NoMethod
|
||||
}
|
||||
s1.noMethod = (*noMethod)(s)
|
||||
s1.NoMethod = (*NoMethod)(s)
|
||||
if err := json.Unmarshal(data, &s1); err != nil {
|
||||
return err
|
||||
}
|
||||
|
@ -667,8 +667,8 @@ type Billing struct {
|
|||
}
|
||||
|
||||
func (s *Billing) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Billing
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Billing
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -704,8 +704,8 @@ type BillingDestination struct {
|
|||
}
|
||||
|
||||
func (s *BillingDestination) MarshalJSON() ([]byte, error) {
|
||||
type noMethod BillingDestination
|
||||
raw := noMethod(*s)
|
||||
type NoMethod BillingDestination
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -755,8 +755,8 @@ type Context struct {
|
|||
}
|
||||
|
||||
func (s *Context) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Context
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Context
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -793,8 +793,8 @@ type ContextRule struct {
|
|||
}
|
||||
|
||||
func (s *ContextRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ContextRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ContextRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -827,8 +827,8 @@ type Control struct {
|
|||
}
|
||||
|
||||
func (s *Control) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Control
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Control
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -860,8 +860,8 @@ type CustomAuthRequirements struct {
|
|||
}
|
||||
|
||||
func (s *CustomAuthRequirements) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CustomAuthRequirements
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CustomAuthRequirements
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -907,8 +907,8 @@ type CustomError struct {
|
|||
}
|
||||
|
||||
func (s *CustomError) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CustomError
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CustomError
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -943,8 +943,8 @@ type CustomErrorRule struct {
|
|||
}
|
||||
|
||||
func (s *CustomErrorRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CustomErrorRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CustomErrorRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -975,8 +975,8 @@ type CustomHttpPattern struct {
|
|||
}
|
||||
|
||||
func (s *CustomHttpPattern) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CustomHttpPattern
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CustomHttpPattern
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1109,8 +1109,8 @@ type Documentation struct {
|
|||
}
|
||||
|
||||
func (s *Documentation) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Documentation
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Documentation
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1158,8 +1158,8 @@ type DocumentationRule struct {
|
|||
}
|
||||
|
||||
func (s *DocumentationRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DocumentationRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DocumentationRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1211,13 +1211,6 @@ type Endpoint struct {
|
|||
// allowed to proceed.
|
||||
AllowCors bool `json:"allowCors,omitempty"`
|
||||
|
||||
// Apis: The list of APIs served by this endpoint.
|
||||
//
|
||||
// If no APIs are specified this translates to "all APIs" exported by
|
||||
// the
|
||||
// service, as defined in the top-level service configuration.
|
||||
Apis []string `json:"apis,omitempty"`
|
||||
|
||||
// Features: The list of features enabled on this endpoint.
|
||||
Features []string `json:"features,omitempty"`
|
||||
|
||||
|
@ -1251,8 +1244,8 @@ type Endpoint struct {
|
|||
}
|
||||
|
||||
func (s *Endpoint) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Endpoint
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Endpoint
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1295,8 +1288,8 @@ type Enum struct {
|
|||
}
|
||||
|
||||
func (s *Enum) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Enum
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Enum
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1329,8 +1322,8 @@ type EnumValue struct {
|
|||
}
|
||||
|
||||
func (s *EnumValue) MarshalJSON() ([]byte, error) {
|
||||
type noMethod EnumValue
|
||||
raw := noMethod(*s)
|
||||
type NoMethod EnumValue
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1359,8 +1352,8 @@ type Experimental struct {
|
|||
}
|
||||
|
||||
func (s *Experimental) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Experimental
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Experimental
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1448,8 +1441,8 @@ type Field struct {
|
|||
}
|
||||
|
||||
func (s *Field) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Field
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Field
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1496,8 +1489,8 @@ type Http struct {
|
|||
}
|
||||
|
||||
func (s *Http) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Http
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Http
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1859,8 +1852,8 @@ type HttpRule struct {
|
|||
}
|
||||
|
||||
func (s *HttpRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod HttpRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod HttpRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1898,8 +1891,8 @@ type LabelDescriptor struct {
|
|||
}
|
||||
|
||||
func (s *LabelDescriptor) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LabelDescriptor
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LabelDescriptor
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1936,8 +1929,8 @@ type ListEnabledServicesResponse struct {
|
|||
}
|
||||
|
||||
func (s *ListEnabledServicesResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ListEnabledServicesResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ListEnabledServicesResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1994,8 +1987,8 @@ type LogDescriptor struct {
|
|||
}
|
||||
|
||||
func (s *LogDescriptor) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LogDescriptor
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LogDescriptor
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2069,8 +2062,8 @@ type Logging struct {
|
|||
}
|
||||
|
||||
func (s *Logging) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Logging
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Logging
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2108,8 +2101,8 @@ type LoggingDestination struct {
|
|||
}
|
||||
|
||||
func (s *LoggingDestination) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LoggingDestination
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LoggingDestination
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2168,8 +2161,8 @@ type MediaDownload struct {
|
|||
}
|
||||
|
||||
func (s *MediaDownload) MarshalJSON() ([]byte, error) {
|
||||
type noMethod MediaDownload
|
||||
raw := noMethod(*s)
|
||||
type NoMethod MediaDownload
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2237,8 +2230,8 @@ type MediaUpload struct {
|
|||
}
|
||||
|
||||
func (s *MediaUpload) MarshalJSON() ([]byte, error) {
|
||||
type noMethod MediaUpload
|
||||
raw := noMethod(*s)
|
||||
type NoMethod MediaUpload
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2287,8 +2280,8 @@ type Method struct {
|
|||
}
|
||||
|
||||
func (s *Method) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Method
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Method
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2457,8 +2450,8 @@ type MetricDescriptor struct {
|
|||
}
|
||||
|
||||
func (s *MetricDescriptor) MarshalJSON() ([]byte, error) {
|
||||
type noMethod MetricDescriptor
|
||||
raw := noMethod(*s)
|
||||
type NoMethod MetricDescriptor
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2500,8 +2493,8 @@ type MetricRule struct {
|
|||
}
|
||||
|
||||
func (s *MetricRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod MetricRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod MetricRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2617,8 +2610,8 @@ type Mixin struct {
|
|||
}
|
||||
|
||||
func (s *Mixin) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Mixin
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Mixin
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2695,8 +2688,8 @@ type MonitoredResourceDescriptor struct {
|
|||
}
|
||||
|
||||
func (s *MonitoredResourceDescriptor) MarshalJSON() ([]byte, error) {
|
||||
type noMethod MonitoredResourceDescriptor
|
||||
raw := noMethod(*s)
|
||||
type NoMethod MonitoredResourceDescriptor
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2782,8 +2775,8 @@ type Monitoring struct {
|
|||
}
|
||||
|
||||
func (s *Monitoring) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Monitoring
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Monitoring
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2819,8 +2812,8 @@ type MonitoringDestination struct {
|
|||
}
|
||||
|
||||
func (s *MonitoringDestination) MarshalJSON() ([]byte, error) {
|
||||
type noMethod MonitoringDestination
|
||||
raw := noMethod(*s)
|
||||
type NoMethod MonitoringDestination
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2883,8 +2876,8 @@ type OAuthRequirements struct {
|
|||
}
|
||||
|
||||
func (s *OAuthRequirements) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OAuthRequirements
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OAuthRequirements
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -2958,8 +2951,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)
|
||||
}
|
||||
|
||||
|
@ -3001,8 +2994,8 @@ type OperationMetadata struct {
|
|||
}
|
||||
|
||||
func (s *OperationMetadata) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OperationMetadata
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OperationMetadata
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3046,8 +3039,8 @@ type Option struct {
|
|||
}
|
||||
|
||||
func (s *Option) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Option
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Option
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3105,8 +3098,8 @@ type Page struct {
|
|||
}
|
||||
|
||||
func (s *Page) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Page
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Page
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3141,8 +3134,8 @@ type PublishedService struct {
|
|||
}
|
||||
|
||||
func (s *PublishedService) MarshalJSON() ([]byte, error) {
|
||||
type noMethod PublishedService
|
||||
raw := noMethod(*s)
|
||||
type NoMethod PublishedService
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3225,8 +3218,8 @@ type Quota struct {
|
|||
}
|
||||
|
||||
func (s *Quota) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Quota
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Quota
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3366,8 +3359,8 @@ type QuotaLimit struct {
|
|||
}
|
||||
|
||||
func (s *QuotaLimit) MarshalJSON() ([]byte, error) {
|
||||
type noMethod QuotaLimit
|
||||
raw := noMethod(*s)
|
||||
type NoMethod QuotaLimit
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3404,8 +3397,8 @@ type SearchServicesResponse struct {
|
|||
}
|
||||
|
||||
func (s *SearchServicesResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SearchServicesResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SearchServicesResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3596,8 +3589,8 @@ type Service struct {
|
|||
}
|
||||
|
||||
func (s *Service) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Service
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Service
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3629,8 +3622,8 @@ type SourceContext struct {
|
|||
}
|
||||
|
||||
func (s *SourceContext) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SourceContext
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SourceContext
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3657,8 +3650,8 @@ type SourceInfo struct {
|
|||
}
|
||||
|
||||
func (s *SourceInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SourceInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SourceInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3776,8 +3769,8 @@ type Status struct {
|
|||
}
|
||||
|
||||
func (s *Status) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Status
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Status
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3818,8 +3811,8 @@ type Step struct {
|
|||
}
|
||||
|
||||
func (s *Step) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Step
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Step
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3861,8 +3854,8 @@ type SystemParameter struct {
|
|||
}
|
||||
|
||||
func (s *SystemParameter) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SystemParameter
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SystemParameter
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3905,8 +3898,8 @@ type SystemParameterRule struct {
|
|||
}
|
||||
|
||||
func (s *SystemParameterRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SystemParameterRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SystemParameterRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -3973,8 +3966,8 @@ type SystemParameters struct {
|
|||
}
|
||||
|
||||
func (s *SystemParameters) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SystemParameters
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SystemParameters
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -4021,8 +4014,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)
|
||||
}
|
||||
|
||||
|
@ -4076,8 +4069,8 @@ type Usage struct {
|
|||
}
|
||||
|
||||
func (s *Usage) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Usage
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Usage
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -4152,8 +4145,8 @@ type UsageRule struct {
|
|||
}
|
||||
|
||||
func (s *UsageRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod UsageRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod UsageRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -4211,8 +4204,8 @@ type Visibility struct {
|
|||
}
|
||||
|
||||
func (s *Visibility) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Visibility
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Visibility
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -4265,8 +4258,8 @@ type VisibilityRule struct {
|
|||
}
|
||||
|
||||
func (s *VisibilityRule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod VisibilityRule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod VisibilityRule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -4376,7 +4369,7 @@ func (c *ProjectsServicesDisableCall) Do(opts ...googleapi.CallOption) (*Operati
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -4517,7 +4510,7 @@ func (c *ProjectsServicesEnableCall) Do(opts ...googleapi.CallOption) (*Operatio
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -4675,7 +4668,7 @@ func (c *ProjectsServicesListCall) Do(opts ...googleapi.CallOption) (*ListEnable
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -4863,7 +4856,7 @@ func (c *ServicesSearchCall) Do(opts ...googleapi.CallOption) (*SearchServicesRe
|
|||
},
|
||||
}
|
||||
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