Skip to content

Commit 65a46ca

Browse files
all: autogenerated update (2018-12-21)
Add: - cloudidentity/v1 Update: - accesscontextmanager/v1beta - appengine/v1 - appengine/v1beta - appengine/v1beta4 - appengine/v1beta5 - datastore/v1 - dialogflow/v2 - drive/v3 - logging/v2 - logging/v2beta1 - pubsub/v1 - servicecontrol/v1
1 parent 583d854 commit 65a46ca

27 files changed

Lines changed: 3437 additions & 212 deletions

accesscontextmanager/v1beta/accesscontextmanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,11 +598,11 @@
598598
}
599599
}
600600
},
601-
"revision": "20181013",
601+
"revision": "20181219",
602602
"rootUrl": "https://accesscontextmanager.googleapis.com/",
603603
"schemas": {
604604
"AccessLevel": {
605-
"description": "An `AccessLevel` is a label that can be applied to requests to GCP services,\nalong with a list of requirements necessary for the label to be applied.\n`AccessLevels` can be referenced in `AccessZones` and in the `Cloud Org\nPolicy` API.",
605+
"description": "An `AccessLevel` is a label that can be applied to requests to GCP services,\nalong with a list of requirements necessary for the label to be applied.",
606606
"id": "AccessLevel",
607607
"properties": {
608608
"basic": {

accesscontextmanager/v1beta/accesscontextmanager-gen.go

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,21 @@
784784
"documentationLink": "https://cloud.google.com/functions",
785785
"preferred": false
786786
},
787+
{
788+
"kind": "discovery#directoryItem",
789+
"id": "cloudidentity:v1",
790+
"name": "cloudidentity",
791+
"version": "v1",
792+
"title": "Cloud Identity API",
793+
"description": "API for provisioning and managing identity resources.",
794+
"discoveryRestUrl": "https://cloudidentity.googleapis.com/$discovery/rest?version=v1",
795+
"icons": {
796+
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
797+
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
798+
},
799+
"documentationLink": "https://cloud.google.com/identity/",
800+
"preferred": true
801+
},
787802
{
788803
"kind": "discovery#directoryItem",
789804
"id": "cloudidentity:v1beta1",
@@ -797,7 +812,7 @@
797812
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
798813
},
799814
"documentationLink": "https://cloud.google.com/identity/",
800-
"preferred": true
815+
"preferred": false
801816
},
802817
{
803818
"kind": "discovery#directoryItem",

appengine/v1/appengine-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@
15721572
}
15731573
}
15741574
},
1575-
"revision": "20181120",
1575+
"revision": "20181218",
15761576
"rootUrl": "https://appengine.googleapis.com/",
15771577
"schemas": {
15781578
"ApiConfigHandler": {
@@ -3552,6 +3552,10 @@
35523552
"description": "The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.",
35533553
"type": "string"
35543554
},
3555+
"runtimeMainExecutablePath": {
3556+
"description": "The path or name of the app's main executable.",
3557+
"type": "string"
3558+
},
35553559
"servingStatus": {
35563560
"description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
35573561
"enum": [

appengine/v1/appengine-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/v1beta/appengine-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@
15721572
}
15731573
}
15741574
},
1575-
"revision": "20181120",
1575+
"revision": "20181218",
15761576
"rootUrl": "https://appengine.googleapis.com/",
15771577
"schemas": {
15781578
"ApiConfigHandler": {
@@ -3629,6 +3629,10 @@
36293629
"description": "The channel of the runtime to use. Only available for some runtimes. Defaults to the default channel.",
36303630
"type": "string"
36313631
},
3632+
"runtimeMainExecutablePath": {
3633+
"description": "The path or name of the app's main executable.",
3634+
"type": "string"
3635+
},
36323636
"servingStatus": {
36333637
"description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
36343638
"enum": [

appengine/v1beta/appengine-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/v1beta4/appengine-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
}
928928
}
929929
},
930-
"revision": "20181020",
930+
"revision": "20181218",
931931
"rootUrl": "https://appengine.googleapis.com/",
932932
"schemas": {
933933
"ApiConfigHandler": {
@@ -2413,6 +2413,10 @@
24132413
"description": "The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/\u003clanguage\u003e/config/appref",
24142414
"type": "string"
24152415
},
2416+
"runtimeMainExecutablePath": {
2417+
"description": "The path or name of the app's main executable.",
2418+
"type": "string"
2419+
},
24162420
"servingStatus": {
24172421
"description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
24182422
"enum": [

appengine/v1beta4/appengine-gen.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/v1beta5/appengine-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@
927927
}
928928
}
929929
},
930-
"revision": "20181020",
930+
"revision": "20181218",
931931
"rootUrl": "https://appengine.googleapis.com/",
932932
"schemas": {
933933
"ApiConfigHandler": {
@@ -2383,6 +2383,10 @@
23832383
"description": "The version of the API in the given runtime environment. Please see the app.yaml reference for valid values at https://cloud.google.com/appengine/docs/standard/\u003clanguage\u003e/config/appref",
23842384
"type": "string"
23852385
},
2386+
"runtimeMainExecutablePath": {
2387+
"description": "The path or name of the app's main executable.",
2388+
"type": "string"
2389+
},
23862390
"servingStatus": {
23872391
"description": "Current serving status of this version. Only the versions with a SERVING status create instances and can be billed.SERVING_STATUS_UNSPECIFIED is an invalid value. Defaults to SERVING.",
23882392
"enum": [

0 commit comments

Comments
 (0)