Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(197)

Unified Diff: common/api/buildbucket/swarmbucket/v1/swarmbucket-gen.go

Issue 2929703002: [api] Regenerate remote APIs. (Closed)
Patch Set: fix Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"`

Powered by Google App Engine
This is Rietveld 408576698