| Index: common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go
|
| diff --git a/common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go b/common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go
|
| index 95c6911585d0db185d28b92a99bebb5d4b46421a..ee237c6153bf2f0f3195c253ce0ca04c4004293d 100644
|
| --- a/common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go
|
| +++ b/common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go
|
| @@ -107,6 +107,12 @@ func (s *ApiPubSubCallbackMessage) MarshalJSON() ([]byte, error) {
|
| type ApiPutRequestMessage struct {
|
| Bucket string `json:"bucket,omitempty"`
|
|
|
| + // Possible values:
|
| + // "AUTO"
|
| + // "CANARY"
|
| + // "PROD"
|
| + CanaryPreference string `json:"canary_preference,omitempty"`
|
| +
|
| ClientOperationId string `json:"client_operation_id,omitempty"`
|
|
|
| LeaseExpirationTs int64 `json:"lease_expiration_ts,omitempty,string"`
|
|
|