Skip to content

Commit

Permalink
all: regenerate all APIs
Browse files Browse the repository at this point in the history
Change-Id: I94b373bc0574f4547ddd335d27b34ad588066955
Reviewed-on: https://code-review.googlesource.com/9477
Reviewed-by: Chris Broadfoot <[email protected]>
  • Loading branch information
broady committed Nov 21, 2016
1 parent e4c0468 commit c8d75a8
Show file tree
Hide file tree
Showing 25 changed files with 15,115 additions and 1,705 deletions.
6 changes: 3 additions & 3 deletions androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"kind": "discovery#restDescription",
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/LHAI74InAUeZugM0yEZ40N8iq6M\"",
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/Z19C2Cq8D9b3cpvHfOnFtGRiOos\"",
"discoveryVersion": "v1",
"id": "androidenterprise:v1",
"name": "androidenterprise",
"canonicalName": "Android Enterprise",
"version": "v1",
"revision": "20161108",
"revision": "20161117",
"title": "Google Play EMM API",
"description": "Manages the deployment of apps to Android for Work users.",
"ownerDomain": "google.com",
Expand Down Expand Up @@ -1111,7 +1111,7 @@
},
"productSetBehavior": {
"type": "string",
"description": "The interpretation of this product set. \"unknown\" should never be sent and ignored if received. \"whitelist\" means that this product set constitutes a whitelist. \"includeAll\" means that all products are accessible (the value of the productId field is therefore ignored). If a value is not supplied, it is interpreted to be \"whitelist\" for backwards compatibility."
"description": "The interpretation of this product set. \"unknown\" should never be sent and ignored if received. \"whitelist\" means that this product set constitutes a whitelist. \"includeAll\" means that all products are accessible, including products that are approved, not approved, and even products where approval has been revoked. If the value is \"includeAll\", the value of the productId field is therefore ignored. If a value is not supplied, it is interpreted to be \"whitelist\" for backwards compatibility."
}
}
},
Expand Down
8 changes: 5 additions & 3 deletions androidenterprise/v1/androidenterprise-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -2272,9 +2272,11 @@ type ProductSet struct {
// ProductSetBehavior: The interpretation of this product set. "unknown"
// should never be sent and ignored if received. "whitelist" means that
// this product set constitutes a whitelist. "includeAll" means that all
// products are accessible (the value of the productId field is
// therefore ignored). If a value is not supplied, it is interpreted to
// be "whitelist" for backwards compatibility.
// products are accessible, including products that are approved, not
// approved, and even products where approval has been revoked. If the
// value is "includeAll", the value of the productId field is therefore
// ignored. If a value is not supplied, it is interpreted to be
// "whitelist" for backwards compatibility.
ProductSetBehavior string `json:"productSetBehavior,omitempty"`

// ServerResponse contains the HTTP response code and headers from the
Expand Down
16 changes: 0 additions & 16 deletions api-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1092,22 +1092,6 @@
"documentationLink": "https://developers.google.com/games/services",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "genomics:v1beta2",
"name": "genomics",
"version": "v1beta2",
"title": "Genomics API",
"description": "Provides access to Genomics data.",
"discoveryRestUrl": "https://www.googleapis.com/discovery/v1/apis/genomics/v1beta2/rest",
"discoveryLink": "./apis/genomics/v1beta2/rest",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/genomics/v1beta2/reference",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "gmail:v1",
Expand Down
8 changes: 4 additions & 4 deletions cloudbuild/v1/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@
"$ref": "BuildOptions"
},
"finishTime": {
"description": "Time at which execution of the build was finished.\n@OutputOnly",
"description": "Time at which execution of the build was finished.\n\nThe difference between finish_time and start_time is the duration of the\nbuild's execution.\n@OutputOnly",
"type": "string",
"format": "google-datetime"
},
Expand All @@ -670,7 +670,7 @@
"$ref": "Source"
},
"createTime": {
"description": "Time at which the build was created.\n@OutputOnly",
"description": "Time at which the request to create the build was received.\n@OutputOnly",
"type": "string",
"format": "google-datetime"
},
Expand All @@ -690,7 +690,7 @@
}
},
"startTime": {
"description": "Time at which execution of the build was started.\n@OutputOnly",
"description": "Time at which execution of the build was started.",
"type": "string",
"format": "google-datetime"
},
Expand Down Expand Up @@ -887,7 +887,7 @@
"id": "ListBuildsResponse"
}
},
"revision": "20161115",
"revision": "20161121",
"basePath": "",
"icons": {
"x32": "http://www.google.com/images/icons/product/search-32.gif",
Expand Down
14 changes: 8 additions & 6 deletions cloudbuild/v1/cloudbuild-gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,16 @@ type Build struct {
// @OutputOnly
BuildTriggerId string `json:"buildTriggerId,omitempty"`

// CreateTime: Time at which the build was created.
// CreateTime: Time at which the request to create the build was
// received.
// @OutputOnly
CreateTime string `json:"createTime,omitempty"`

// FinishTime: Time at which execution of the build was
// finished.
// FinishTime: Time at which execution of the build was finished.
//
// The difference between finish_time and start_time is the duration of
// the
// build's execution.
// @OutputOnly
FinishTime string `json:"finishTime,omitempty"`

Expand Down Expand Up @@ -209,9 +213,7 @@ type Build struct {
// @OutputOnly
SourceProvenance *SourceProvenance `json:"sourceProvenance,omitempty"`

// StartTime: Time at which execution of the build was
// started.
// @OutputOnly
// StartTime: Time at which execution of the build was started.
StartTime string `json:"startTime,omitempty"`

// Status: Status of the build.
Expand Down

0 comments on commit c8d75a8

Please sign in to comment.