Update dependencies, enable pruning for vendor/
So, `dep` got an nice new feature to remove tests and non-go files from `vendor/`, and this brings the size of the vendor directory from ~300MiB down to ~20MiB. We don that now.
This commit is contained in:
parent
3422c1ca83
commit
bff635bc5f
6741 changed files with 26942 additions and 4902033 deletions
36
vendor/google.golang.org/api/storage/v1/storage-api.json
generated
vendored
36
vendor/google.golang.org/api/storage/v1/storage-api.json
generated
vendored
|
@ -26,7 +26,7 @@
|
|||
"description": "Stores and retrieves potentially large, immutable data objects.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/storage/docs/json_api/",
|
||||
"etag": "\"-iA1DTNe4s-I6JZXPt1t1Ypy8IU/nD7tyZqYOGFELa4QRBOZJ8raFKA\"",
|
||||
"etag": "\"Zkyw9ACJZUvcYmlFaKGChzhmtnE/naWmFZqBR_Eg7icNmYvZKp3Vbjs\"",
|
||||
"icons": {
|
||||
"x16": "https://www.google.com/images/icons/product/cloud_storage-16.png",
|
||||
"x32": "https://www.google.com/images/icons/product/cloud_storage-32.png"
|
||||
|
@ -74,12 +74,12 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"quotaUser": {
|
||||
"description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.",
|
||||
"description": "An opaque string that represents a user for quota purposes. Must not exceed 40 characters.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"userIp": {
|
||||
"description": "IP address of the site where the request originates. Use this if you want to enforce per-user limits.",
|
||||
"description": "Deprecated. Please use quotaUser instead.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -2117,6 +2117,11 @@
|
|||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"includeTrailingDelimiter": {
|
||||
"description": "If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes.",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
},
|
||||
"maxResults": {
|
||||
"default": "1000",
|
||||
"description": "Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller.",
|
||||
|
@ -2654,6 +2659,11 @@
|
|||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
"includeTrailingDelimiter": {
|
||||
"description": "If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes.",
|
||||
"location": "query",
|
||||
"type": "boolean"
|
||||
},
|
||||
"maxResults": {
|
||||
"default": "1000",
|
||||
"description": "Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller.",
|
||||
|
@ -2756,7 +2766,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"revision": "20180305",
|
||||
"revision": "20180518",
|
||||
"rootUrl": "https://www.googleapis.com/",
|
||||
"schemas": {
|
||||
"Bucket": {
|
||||
|
@ -2821,7 +2831,7 @@
|
|||
"type": "array"
|
||||
},
|
||||
"defaultEventBasedHold": {
|
||||
"description": "Defines the default value for Event-Based hold on newly created objects in this bucket. Event-Based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here bucket-level retention is 3 years and the event is loan being paid in full. In this example these objects will be held intact for any number of years until the event has occurred (hold is released) and then 3 more years after that. Objects under Event-Based hold cannot be deleted, overwritten or archived until the hold is removed.",
|
||||
"description": "The default value for event-based hold on newly created objects in this bucket. Event-based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false. Objects under event-based hold cannot be deleted, overwritten or archived until the hold is removed.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"defaultObjectAcl": {
|
||||
|
@ -2832,10 +2842,10 @@
|
|||
"type": "array"
|
||||
},
|
||||
"encryption": {
|
||||
"description": "Encryption configuration used by default for newly inserted objects, when no encryption config is specified.",
|
||||
"description": "Encryption configuration for a bucket.",
|
||||
"properties": {
|
||||
"defaultKmsKeyName": {
|
||||
"description": "A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified. Limited availability; usable only by enabled projects.",
|
||||
"description": "A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
|
@ -2975,10 +2985,10 @@
|
|||
"type": "string"
|
||||
},
|
||||
"retentionPolicy": {
|
||||
"description": "Defines the retention policy for a bucket. The Retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via the UpdateBucketMetadata RPC. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.",
|
||||
"description": "The bucket's retention policy. The retention policy enforces a minimum retention time for all objects contained in the bucket, based on their creation time. Any attempt to overwrite or delete objects younger than the retention period will result in a PERMISSION_DENIED error. An unlocked retention policy can be modified or removed from the bucket via a storage.buckets.update operation. A locked retention policy cannot be removed or shortened in duration for the lifetime of the bucket. Attempting to remove or decrease period of a locked retention policy will result in a PERMISSION_DENIED error.",
|
||||
"properties": {
|
||||
"effectiveTime": {
|
||||
"description": "The time from which policy was enforced and effective. RFC 3339 format.",
|
||||
"description": "Server-determined value that indicates the time from which policy was enforced and effective. This value is in RFC 3339 format.",
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -2987,7 +2997,7 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"retentionPeriod": {
|
||||
"description": "Specifies the duration that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.",
|
||||
"description": "The duration in seconds that objects need to be retained. Retention duration must be greater than zero and less than 100 years. Note that enforcement of retention periods less than a day is not guaranteed. Such periods should only be used for testing purposes.",
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
}
|
||||
|
@ -3409,7 +3419,7 @@
|
|||
"type": "string"
|
||||
},
|
||||
"eventBasedHold": {
|
||||
"description": "Defines the Event-Based hold for an object. Event-Based hold is a way to retain objects indefinitely until an event occurs, signified by the hold's release. After being released, such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here bucket-level retention is 3 years and the event is loan being paid in full. In this example these objects will be held intact for any number of years until the event has occurred (hold is released) and then 3 more years after that.",
|
||||
"description": "Whether an object is under event-based hold. Event-based hold is a way to retain objects until an event occurs, which is signified by the hold's release (i.e. this value is set to false). After being released (set to false), such objects will be subject to bucket-level retention (if any). One sample use case of this flag is for banks to hold loan documents for at least 3 years after loan is paid in full. Here, bucket-level retention is 3 years and the event is the loan being paid in full. In this example, these objects will be held intact for any number of years until the event has occurred (event-based hold on the object is released) and then 3 more years after that. That means retention duration of the objects begins from the moment event-based hold transitioned from true to false.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"generation": {
|
||||
|
@ -3470,7 +3480,7 @@
|
|||
"type": "object"
|
||||
},
|
||||
"retentionExpirationTime": {
|
||||
"description": "Specifies the earliest time that the object's retention period expires. This value is server-determined and is in RFC 3339 format. Note 1: This field is not provided for objects with an active Event-Based hold, since retention expiration is unknown until the hold is removed. Note 2: This value can be provided even when TemporaryHold is set (so that the user can reason about policy without having to first unset the TemporaryHold).",
|
||||
"description": "A server-determined value that specifies the earliest time that the object's retention period expires. This value is in RFC 3339 format. Note 1: This field is not provided for objects with an active event-based hold, since retention expiration is unknown until the hold is removed. Note 2: This value can be provided even when temporary hold is set (so that the user can reason about policy without having to first unset the temporary hold).",
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
},
|
||||
|
@ -3488,7 +3498,7 @@
|
|||
"type": "string"
|
||||
},
|
||||
"temporaryHold": {
|
||||
"description": "Defines the temporary hold for an object. This flag is used to enforce a temporary hold on an object. While it is set to true, the object is protected against deletion and overwrites. A common use case of this flag is regulatory investigations where objects need to be retained while the investigation is ongoing.",
|
||||
"description": "Whether an object is under temporary hold. While this flag is set to true, the object is protected against deletion and overwrites. A common use case of this flag is regulatory investigations where objects need to be retained while the investigation is ongoing. Note that unlike event-based hold, temporary hold does not impact retention expiration time of an object.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"timeCreated": {
|
||||
|
|
148
vendor/google.golang.org/api/storage/v1/storage-gen.go
generated
vendored
148
vendor/google.golang.org/api/storage/v1/storage-gen.go
generated
vendored
|
@ -1,5 +1,7 @@
|
|||
// Package storage provides access to the Cloud Storage JSON API.
|
||||
//
|
||||
// This package is DEPRECATED. Use package cloud.google.com/go/storage instead.
|
||||
//
|
||||
// See https://developers.google.com/storage/docs/json_api/
|
||||
//
|
||||
// Usage example:
|
||||
|
@ -204,26 +206,27 @@ type Bucket struct {
|
|||
// configuration.
|
||||
Cors []*BucketCors `json:"cors,omitempty"`
|
||||
|
||||
// DefaultEventBasedHold: Defines the default value for Event-Based hold
|
||||
// on newly created objects in this bucket. Event-Based hold is a way to
|
||||
// DefaultEventBasedHold: The default value for event-based hold on
|
||||
// newly created objects in this bucket. Event-based hold is a way to
|
||||
// retain objects indefinitely until an event occurs, signified by the
|
||||
// hold's release. After being released, such objects will be subject to
|
||||
// bucket-level retention (if any). One sample use case of this flag is
|
||||
// for banks to hold loan documents for at least 3 years after loan is
|
||||
// paid in full. Here bucket-level retention is 3 years and the event is
|
||||
// loan being paid in full. In this example these objects will be held
|
||||
// intact for any number of years until the event has occurred (hold is
|
||||
// released) and then 3 more years after that. Objects under Event-Based
|
||||
// hold cannot be deleted, overwritten or archived until the hold is
|
||||
// removed.
|
||||
// paid in full. Here, bucket-level retention is 3 years and the event
|
||||
// is loan being paid in full. In this example, these objects will be
|
||||
// held intact for any number of years until the event has occurred
|
||||
// (event-based hold on the object is released) and then 3 more years
|
||||
// after that. That means retention duration of the objects begins from
|
||||
// the moment event-based hold transitioned from true to false. Objects
|
||||
// under event-based hold cannot be deleted, overwritten or archived
|
||||
// until the hold is removed.
|
||||
DefaultEventBasedHold bool `json:"defaultEventBasedHold,omitempty"`
|
||||
|
||||
// DefaultObjectAcl: Default access controls to apply to new objects
|
||||
// when no ACL is provided.
|
||||
DefaultObjectAcl []*ObjectAccessControl `json:"defaultObjectAcl,omitempty"`
|
||||
|
||||
// Encryption: Encryption configuration used by default for newly
|
||||
// inserted objects, when no encryption config is specified.
|
||||
// Encryption: Encryption configuration for a bucket.
|
||||
Encryption *BucketEncryption `json:"encryption,omitempty"`
|
||||
|
||||
// Etag: HTTP 1.1 Entity tag for the bucket.
|
||||
|
@ -268,15 +271,15 @@ type Bucket struct {
|
|||
// to.
|
||||
ProjectNumber uint64 `json:"projectNumber,omitempty,string"`
|
||||
|
||||
// RetentionPolicy: Defines the retention policy for a bucket. The
|
||||
// Retention policy enforces a minimum retention time for all objects
|
||||
// contained in the bucket, based on their creation time. Any attempt to
|
||||
// overwrite or delete objects younger than the retention period will
|
||||
// result in a PERMISSION_DENIED error. An unlocked retention policy can
|
||||
// be modified or removed from the bucket via the UpdateBucketMetadata
|
||||
// RPC. A locked retention policy cannot be removed or shortened in
|
||||
// duration for the lifetime of the bucket. Attempting to remove or
|
||||
// decrease period of a locked retention policy will result in a
|
||||
// RetentionPolicy: The bucket's retention policy. The retention policy
|
||||
// enforces a minimum retention time for all objects contained in the
|
||||
// bucket, based on their creation time. Any attempt to overwrite or
|
||||
// delete objects younger than the retention period will result in a
|
||||
// PERMISSION_DENIED error. An unlocked retention policy can be modified
|
||||
// or removed from the bucket via a storage.buckets.update operation. A
|
||||
// locked retention policy cannot be removed or shortened in duration
|
||||
// for the lifetime of the bucket. Attempting to remove or decrease
|
||||
// period of a locked retention policy will result in a
|
||||
// PERMISSION_DENIED error.
|
||||
RetentionPolicy *BucketRetentionPolicy `json:"retentionPolicy,omitempty"`
|
||||
|
||||
|
@ -405,12 +408,11 @@ func (s *BucketCors) MarshalJSON() ([]byte, error) {
|
|||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// BucketEncryption: Encryption configuration used by default for newly
|
||||
// inserted objects, when no encryption config is specified.
|
||||
// BucketEncryption: Encryption configuration for a bucket.
|
||||
type BucketEncryption struct {
|
||||
// DefaultKmsKeyName: A Cloud KMS key that will be used to encrypt
|
||||
// objects inserted into this bucket, if no encryption method is
|
||||
// specified. Limited availability; usable only by enabled projects.
|
||||
// specified.
|
||||
DefaultKmsKeyName string `json:"defaultKmsKeyName,omitempty"`
|
||||
|
||||
// ForceSendFields is a list of field names (e.g. "DefaultKmsKeyName")
|
||||
|
@ -647,25 +649,26 @@ func (s *BucketOwner) MarshalJSON() ([]byte, error) {
|
|||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
// BucketRetentionPolicy: Defines the retention policy for a bucket. The
|
||||
// Retention policy enforces a minimum retention time for all objects
|
||||
// contained in the bucket, based on their creation time. Any attempt to
|
||||
// overwrite or delete objects younger than the retention period will
|
||||
// result in a PERMISSION_DENIED error. An unlocked retention policy can
|
||||
// be modified or removed from the bucket via the UpdateBucketMetadata
|
||||
// RPC. A locked retention policy cannot be removed or shortened in
|
||||
// duration for the lifetime of the bucket. Attempting to remove or
|
||||
// decrease period of a locked retention policy will result in a
|
||||
// BucketRetentionPolicy: The bucket's retention policy. The retention
|
||||
// policy enforces a minimum retention time for all objects contained in
|
||||
// the bucket, based on their creation time. Any attempt to overwrite or
|
||||
// delete objects younger than the retention period will result in a
|
||||
// PERMISSION_DENIED error. An unlocked retention policy can be modified
|
||||
// or removed from the bucket via a storage.buckets.update operation. A
|
||||
// locked retention policy cannot be removed or shortened in duration
|
||||
// for the lifetime of the bucket. Attempting to remove or decrease
|
||||
// period of a locked retention policy will result in a
|
||||
// PERMISSION_DENIED error.
|
||||
type BucketRetentionPolicy struct {
|
||||
// EffectiveTime: The time from which policy was enforced and effective.
|
||||
// RFC 3339 format.
|
||||
// EffectiveTime: Server-determined value that indicates the time from
|
||||
// which policy was enforced and effective. This value is in RFC 3339
|
||||
// format.
|
||||
EffectiveTime string `json:"effectiveTime,omitempty"`
|
||||
|
||||
// IsLocked: Once locked, an object retention policy cannot be modified.
|
||||
IsLocked bool `json:"isLocked,omitempty"`
|
||||
|
||||
// RetentionPeriod: Specifies the duration that objects need to be
|
||||
// RetentionPeriod: The duration in seconds that objects need to be
|
||||
// retained. Retention duration must be greater than zero and less than
|
||||
// 100 years. Note that enforcement of retention periods less than a day
|
||||
// is not guaranteed. Such periods should only be used for testing
|
||||
|
@ -1263,16 +1266,19 @@ type Object struct {
|
|||
// Etag: HTTP 1.1 Entity tag for the object.
|
||||
Etag string `json:"etag,omitempty"`
|
||||
|
||||
// EventBasedHold: Defines the Event-Based hold for an object.
|
||||
// Event-Based hold is a way to retain objects indefinitely until an
|
||||
// event occurs, signified by the hold's release. After being released,
|
||||
// such objects will be subject to bucket-level retention (if any). One
|
||||
// sample use case of this flag is for banks to hold loan documents for
|
||||
// at least 3 years after loan is paid in full. Here bucket-level
|
||||
// retention is 3 years and the event is loan being paid in full. In
|
||||
// this example these objects will be held intact for any number of
|
||||
// years until the event has occurred (hold is released) and then 3 more
|
||||
// years after that.
|
||||
// EventBasedHold: Whether an object is under event-based hold.
|
||||
// Event-based hold is a way to retain objects until an event occurs,
|
||||
// which is signified by the hold's release (i.e. this value is set to
|
||||
// false). After being released (set to false), such objects will be
|
||||
// subject to bucket-level retention (if any). One sample use case of
|
||||
// this flag is for banks to hold loan documents for at least 3 years
|
||||
// after loan is paid in full. Here, bucket-level retention is 3 years
|
||||
// and the event is the loan being paid in full. In this example, these
|
||||
// objects will be held intact for any number of years until the event
|
||||
// has occurred (event-based hold on the object is released) and then 3
|
||||
// more years after that. That means retention duration of the objects
|
||||
// begins from the moment event-based hold transitioned from true to
|
||||
// false.
|
||||
EventBasedHold bool `json:"eventBasedHold,omitempty"`
|
||||
|
||||
// Generation: The content generation of this object. Used for object
|
||||
|
@ -1317,13 +1323,13 @@ type Object struct {
|
|||
// the object.
|
||||
Owner *ObjectOwner `json:"owner,omitempty"`
|
||||
|
||||
// RetentionExpirationTime: Specifies the earliest time that the
|
||||
// object's retention period expires. This value is server-determined
|
||||
// and is in RFC 3339 format. Note 1: This field is not provided for
|
||||
// objects with an active Event-Based hold, since retention expiration
|
||||
// is unknown until the hold is removed. Note 2: This value can be
|
||||
// provided even when TemporaryHold is set (so that the user can reason
|
||||
// about policy without having to first unset the TemporaryHold).
|
||||
// RetentionExpirationTime: A server-determined value that specifies the
|
||||
// earliest time that the object's retention period expires. This value
|
||||
// is in RFC 3339 format. Note 1: This field is not provided for objects
|
||||
// with an active event-based hold, since retention expiration is
|
||||
// unknown until the hold is removed. Note 2: This value can be provided
|
||||
// even when temporary hold is set (so that the user can reason about
|
||||
// policy without having to first unset the temporary hold).
|
||||
RetentionExpirationTime string `json:"retentionExpirationTime,omitempty"`
|
||||
|
||||
// SelfLink: The link to this object.
|
||||
|
@ -1335,11 +1341,13 @@ type Object struct {
|
|||
// StorageClass: Storage class of the object.
|
||||
StorageClass string `json:"storageClass,omitempty"`
|
||||
|
||||
// TemporaryHold: Defines the temporary hold for an object. This flag is
|
||||
// used to enforce a temporary hold on an object. While it is set to
|
||||
// true, the object is protected against deletion and overwrites. A
|
||||
// common use case of this flag is regulatory investigations where
|
||||
// objects need to be retained while the investigation is ongoing.
|
||||
// TemporaryHold: Whether an object is under temporary hold. While this
|
||||
// flag is set to true, the object is protected against deletion and
|
||||
// overwrites. A common use case of this flag is regulatory
|
||||
// investigations where objects need to be retained while the
|
||||
// investigation is ongoing. Note that unlike event-based hold,
|
||||
// temporary hold does not impact retention expiration time of an
|
||||
// object.
|
||||
TemporaryHold bool `json:"temporaryHold,omitempty"`
|
||||
|
||||
// TimeCreated: The creation time of the object in RFC 3339 format.
|
||||
|
@ -9148,6 +9156,15 @@ func (c *ObjectsListCall) Delimiter(delimiter string) *ObjectsListCall {
|
|||
return c
|
||||
}
|
||||
|
||||
// IncludeTrailingDelimiter sets the optional parameter
|
||||
// "includeTrailingDelimiter": If true, objects that end in exactly one
|
||||
// instance of delimiter will have their metadata included in items in
|
||||
// addition to prefixes.
|
||||
func (c *ObjectsListCall) IncludeTrailingDelimiter(includeTrailingDelimiter bool) *ObjectsListCall {
|
||||
c.urlParams_.Set("includeTrailingDelimiter", fmt.Sprint(includeTrailingDelimiter))
|
||||
return c
|
||||
}
|
||||
|
||||
// MaxResults sets the optional parameter "maxResults": Maximum number
|
||||
// of items plus prefixes to return in a single page of responses. As
|
||||
// duplicate prefixes are omitted, fewer total results may be returned
|
||||
|
@ -9311,6 +9328,11 @@ func (c *ObjectsListCall) Do(opts ...googleapi.CallOption) (*Objects, error) {
|
|||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
// "includeTrailingDelimiter": {
|
||||
// "description": "If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes.",
|
||||
// "location": "query",
|
||||
// "type": "boolean"
|
||||
// },
|
||||
// "maxResults": {
|
||||
// "default": "1000",
|
||||
// "description": "Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller.",
|
||||
|
@ -10799,6 +10821,15 @@ func (c *ObjectsWatchAllCall) Delimiter(delimiter string) *ObjectsWatchAllCall {
|
|||
return c
|
||||
}
|
||||
|
||||
// IncludeTrailingDelimiter sets the optional parameter
|
||||
// "includeTrailingDelimiter": If true, objects that end in exactly one
|
||||
// instance of delimiter will have their metadata included in items in
|
||||
// addition to prefixes.
|
||||
func (c *ObjectsWatchAllCall) IncludeTrailingDelimiter(includeTrailingDelimiter bool) *ObjectsWatchAllCall {
|
||||
c.urlParams_.Set("includeTrailingDelimiter", fmt.Sprint(includeTrailingDelimiter))
|
||||
return c
|
||||
}
|
||||
|
||||
// MaxResults sets the optional parameter "maxResults": Maximum number
|
||||
// of items plus prefixes to return in a single page of responses. As
|
||||
// duplicate prefixes are omitted, fewer total results may be returned
|
||||
|
@ -10954,6 +10985,11 @@ func (c *ObjectsWatchAllCall) Do(opts ...googleapi.CallOption) (*Channel, error)
|
|||
// "location": "query",
|
||||
// "type": "string"
|
||||
// },
|
||||
// "includeTrailingDelimiter": {
|
||||
// "description": "If true, objects that end in exactly one instance of delimiter will have their metadata included in items in addition to prefixes.",
|
||||
// "location": "query",
|
||||
// "type": "boolean"
|
||||
// },
|
||||
// "maxResults": {
|
||||
// "default": "1000",
|
||||
// "description": "Maximum number of items plus prefixes to return in a single page of responses. As duplicate prefixes are omitted, fewer total results may be returned than requested. The service will use this parameter or 1,000 items, whichever is smaller.",
|
||||
|
|
1427
vendor/google.golang.org/api/storage/v1beta1/storage-api.json
generated
vendored
1427
vendor/google.golang.org/api/storage/v1beta1/storage-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
4474
vendor/google.golang.org/api/storage/v1beta1/storage-gen.go
generated
vendored
4474
vendor/google.golang.org/api/storage/v1beta1/storage-gen.go
generated
vendored
File diff suppressed because it is too large
Load diff
2345
vendor/google.golang.org/api/storage/v1beta2/storage-api.json
generated
vendored
2345
vendor/google.golang.org/api/storage/v1beta2/storage-api.json
generated
vendored
File diff suppressed because it is too large
Load diff
7194
vendor/google.golang.org/api/storage/v1beta2/storage-gen.go
generated
vendored
7194
vendor/google.golang.org/api/storage/v1beta2/storage-gen.go
generated
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue