Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 18, 2021
1 parent 79fe7c2 commit d1f2762
Show file tree
Hide file tree
Showing 14 changed files with 193 additions and 46 deletions.
4 changes: 4 additions & 0 deletions disclaimers.json
Expand Up @@ -11,6 +11,10 @@
"api": "notebooks",
"package": "@google-cloud/notebooks"
},
{
"api": "apigateway",
"package": "@google-cloud/api-gateway"
},
{
"api": "area120tables",
"package": "@google/area120-tables"
Expand Down
13 changes: 7 additions & 6 deletions discovery/apigee-v1.json
Expand Up @@ -1081,7 +1081,7 @@
]
},
"get": {
"description": "Gets an API proxy revision. To download the API proxy configuration bundle for the specified revision as a zip file, do the following: * Set the `format` query parameter to `bundle`. * Set the `Accept` header to `application/zip`. If you are using curl, specify `-o filename.zip` to save the output to a file; otherwise, it displays to `stdout`. Then, develop the API proxy configuration locally and upload the updated API proxy configuration revision, as described in [updateApiProxyRevision](updateApiProxyRevision).",
"description": "Gets an API proxy revision. To download the API proxy configuration bundle for the specified revision as a zip file, set the `format` query parameter to `bundle`. If you are using curl, specify `-o filename.zip` to save the output to a file; otherwise, it displays to `stdout`. Then, develop the API proxy configuration locally and upload the updated API proxy configuration revision, as described in [updateApiProxyRevision](updateApiProxyRevision).",
"flatPath": "v1/organizations/{organizationsId}/apis/{apisId}/revisions/{revisionsId}",
"httpMethod": "GET",
"id": "apigee.organizations.apis.revisions.get",
Expand Down Expand Up @@ -6390,7 +6390,7 @@
]
},
"get": {
"description": "Gets a revision of a shared flow. If `format=bundle` is passed, it instead outputs a shared flow revision as a ZIP-formatted bundle of code and config files.",
"description": "Gets a revision of a shared flow. To download the shared flow configuration bundle for the specified revision as a zip file, set the `format` query parameter to `bundle`. If you are using curl, specify `-o filename.zip` to save the output to a file; otherwise, it displays to `stdout`. Then, develop the shared flow configuration locally and upload the updated sharedFlow configuration revision, as described in [updateSharedFlowRevision](updateSharedFlowRevision).",
"flatPath": "v1/organizations/{organizationsId}/sharedflows/{sharedflowsId}/revisions/{revisionsId}",
"httpMethod": "GET",
"id": "apigee.organizations.sharedflows.revisions.get",
Expand Down Expand Up @@ -6661,7 +6661,7 @@
}
}
},
"revision": "20210302",
"revision": "20210305",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -9690,7 +9690,7 @@
"type": "array"
},
"authorizedNetwork": {
"description": "Compute Engine network used for Service Networking to be peered with Apigee runtime instances. See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The value can be updated only when there are no runtime instances. For example: `default`. Apigee also supports shared VPC (that is, the host network project is not the same as the one that is peering with Apigee). See [Shared VPC overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example: `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:** Not supported for Apigee hybrid.",
"description": "Compute Engine network used for Service Networking to be peered with Apigee runtime instances. See [Getting started with the Service Networking API](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started). Valid only when [RuntimeType](#RuntimeType) is set to `CLOUD`. The value must be set before the creation of a runtime instance and can be updated only when there are no runtime instances. For example: `default`. Apigee also supports shared VPC (that is, the host network project is not the same as the one that is peering with Apigee). See [Shared VPC overview](https://cloud.google.com/vpc/docs/shared-vpc). To use a shared VPC network, use the following format: `projects/{host-project-id}/{region}/networks/{network-name}`. For example: `projects/my-sharedvpc-host/global/networks/mynetwork` **Note:** Not supported for Apigee hybrid.",
"type": "string"
},
"billingType": {
Expand Down Expand Up @@ -9757,15 +9757,16 @@
"type": "string"
},
"projectId": {
"description": "Project ID associated with the Apigee organization.",
"description": "Output only. Project ID associated with the Apigee organization.",
"readOnly": true,
"type": "string"
},
"properties": {
"$ref": "GoogleCloudApigeeV1Properties",
"description": "Properties defined in the Apigee organization profile."
},
"runtimeDatabaseEncryptionKeyName": {
"description": "Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances. Update is not allowed after the organization is created. If not specified, a Google-Managed encryption key will be used. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`. For example: \"projects/foo/locations/us/keyRings/bar/cryptoKeys/baz\". **Note:** Not supported for Apigee hybrid.",
"description": "Cloud KMS key name used for encrypting the data that is stored and replicated across runtime instances. Update is not allowed after the organization is created. Required when [RuntimeType](#RuntimeType) is `CLOUD`. If not specified when [RuntimeType](#RuntimeType) is `TRIAL`, a Google-Managed encryption key will be used. For example: \"projects/foo/locations/us/keyRings/bar/cryptoKeys/baz\". **Note:** Not supported for Apigee hybrid.",
"type": "string"
},
"runtimeType": {
Expand Down
8 changes: 5 additions & 3 deletions discovery/datamigration-v1beta1.json
Expand Up @@ -1049,7 +1049,7 @@
}
}
},
"revision": "20210216",
"revision": "20210307",
"rootUrl": "https://datamigration.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1765,7 +1765,8 @@
"VERSION_INCOMPATIBILITY",
"CONNECTION_PROFILE_TYPES_INCOMPATIBILITY",
"UNSUPPORTED_GTID_MODE",
"UNSUPPORTED_DEFINER"
"UNSUPPORTED_DEFINER",
"CANT_RESTART_RUNNING_MIGRATION"
],
"enumDescriptions": [
"An unknown error occurred",
Expand All @@ -1775,7 +1776,8 @@
"The versions of the source and the destination are incompatible.",
"The types of the source and the destination are incompatible.",
"The gtid_mode is not supported, applicable for MySQL.",
"The definer is not supported."
"The definer is not supported.",
"Migration is already running at the time of restart request."
],
"readOnly": true,
"type": "string"
Expand Down
4 changes: 2 additions & 2 deletions discovery/deploymentmanager-alpha.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud Platform services"
Expand Down Expand Up @@ -1588,7 +1588,7 @@
}
}
},
"revision": "20210225",
"revision": "20210311",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AsyncOptions": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/deploymentmanager-v2.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud Platform services"
Expand Down Expand Up @@ -988,7 +988,7 @@
}
}
},
"revision": "20210225",
"revision": "20210311",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/deploymentmanager-v2beta.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/cloud-platform": {
"description": "View and manage your data across Google Cloud Platform services"
"description": "See, edit, configure, and delete your Google Cloud Platform data"
},
"https://www.googleapis.com/auth/cloud-platform.read-only": {
"description": "View your data across Google Cloud Platform services"
Expand Down Expand Up @@ -1552,7 +1552,7 @@
}
}
},
"revision": "20210225",
"revision": "20210311",
"rootUrl": "https://deploymentmanager.googleapis.com/",
"schemas": {
"AsyncOptions": {
Expand Down
26 changes: 21 additions & 5 deletions discovery/doubleclickbidmanager-v1.1.json
Expand Up @@ -342,7 +342,7 @@
}
}
},
"revision": "20210225",
"revision": "20210315",
"rootUrl": "https://doubleclickbidmanager.googleapis.com/",
"schemas": {
"ChannelGrouping": {
Expand Down Expand Up @@ -812,7 +812,8 @@
"FILTER_EVENT_TYPE",
"FILTER_CHANNEL_GROUPING",
"FILTER_OM_SDK_AVAILABLE",
"FILTER_DATA_SOURCE"
"FILTER_DATA_SOURCE",
"FILTER_CM360_PLACEMENT_ID"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -1076,6 +1077,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down Expand Up @@ -1422,7 +1424,8 @@
"FILTER_EVENT_TYPE",
"FILTER_CHANNEL_GROUPING",
"FILTER_OM_SDK_AVAILABLE",
"FILTER_DATA_SOURCE"
"FILTER_DATA_SOURCE",
"FILTER_CM360_PLACEMENT_ID"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -1686,6 +1689,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down Expand Up @@ -2149,7 +2153,12 @@
"METRIC_VIRTUAL_PEOPLE_AVERAGE_VIEWABLE_IMPRESSION_FREQUENCY_BY_DEMO",
"METRIC_VIRTUAL_PEOPLE_VIEWABLE_IMPRESSION_REACH_BY_DEMO",
"METRIC_VIRTUAL_PEOPLE_VIEWABLE_IMPRESSION_REACH_PERCENT",
"METRIC_VIRTUAL_PEOPLE_VIEWABLE_IMPRESSION_REACH_SHARE_PERCENT"
"METRIC_VIRTUAL_PEOPLE_VIEWABLE_IMPRESSION_REACH_SHARE_PERCENT",
"METRIC_ENGAGEMENT_RATE",
"METRIC_CM360_POST_VIEW_REVENUE",
"METRIC_CM360_POST_CLICK_REVENUE",
"METRIC_CM360_POST_CLICK_REVENUE_CROSS_ENVIRONMENT",
"METRIC_CM360_POST_VIEW_REVENUE_CROSS_ENVIRONMENT"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -2601,6 +2610,11 @@
"",
"",
"",
"",
"",
"",
"",
"",
""
],
"type": "string"
Expand Down Expand Up @@ -3004,7 +3018,8 @@
"FILTER_EVENT_TYPE",
"FILTER_CHANNEL_GROUPING",
"FILTER_OM_SDK_AVAILABLE",
"FILTER_DATA_SOURCE"
"FILTER_DATA_SOURCE",
"FILTER_CM360_PLACEMENT_ID"
],
"enumDescriptions": [
"",
Expand Down Expand Up @@ -3268,6 +3283,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions discovery/drive-v2.json
Expand Up @@ -12,7 +12,7 @@
"description": "View your Google Drive apps"
},
"https://www.googleapis.com/auth/drive.file": {
"description": "View and manage Google Drive files and folders that you have opened or created with this app"
"description": "See, edit, create, and delete only the specific Google Drive files you use with this app"
},
"https://www.googleapis.com/auth/drive.metadata": {
"description": "View and manage metadata of files in your Google Drive"
Expand All @@ -38,7 +38,7 @@
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/Rjaxlc2y0RE6nuthF2RV3qUKAvg\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/WyBZdYbE0D4DynBiI0u-hsaxEpU\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
Expand Down Expand Up @@ -3521,7 +3521,7 @@
}
}
},
"revision": "20210228",
"revision": "20210315",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
Expand Down
6 changes: 3 additions & 3 deletions discovery/drive-v3.json
Expand Up @@ -9,7 +9,7 @@
"description": "See, create, and delete its own configuration data in your Google Drive"
},
"https://www.googleapis.com/auth/drive.file": {
"description": "View and manage Google Drive files and folders that you have opened or created with this app"
"description": "See, edit, create, and delete only the specific Google Drive files you use with this app"
},
"https://www.googleapis.com/auth/drive.metadata": {
"description": "View and manage metadata of files in your Google Drive"
Expand All @@ -35,7 +35,7 @@
"description": "Manages files in Drive including uploading, downloading, searching, detecting changes, and updating sharing permissions.",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/drive/",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/_w67gF5xPKfOw4DCYqfd5GwBcCo\"",
"etag": "\"uWj2hSb4GVjzdDlAnRd2gbM1ZQ8/OJJW7Iw8BEx9p12r7dD_2mNZIX0\"",
"icons": {
"x16": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_16.png",
"x32": "https://ssl.gstatic.com/docs/doclist/images/drive_icon_32.png"
Expand Down Expand Up @@ -2185,7 +2185,7 @@
}
}
},
"revision": "20210228",
"revision": "20210315",
"rootUrl": "https://www.googleapis.com/",
"schemas": {
"About": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/groupsmigration-v1.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/apps.groups.migration": {
"description": "Manage messages in groups on your domain"
"description": "Upload messages to any Google group in your domain"
}
}
}
Expand Down Expand Up @@ -146,7 +146,7 @@
}
}
},
"revision": "20200820",
"revision": "20210311",
"rootUrl": "https://groupsmigration.googleapis.com/",
"schemas": {
"Groups": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/homegraph-v1.json
Expand Up @@ -3,7 +3,7 @@
"oauth2": {
"scopes": {
"https://www.googleapis.com/auth/homegraph": {
"description": "New Service: https://www.googleapis.com/auth/homegraph"
"description": "Private Service: https://www.googleapis.com/auth/homegraph"
}
}
}
Expand Down Expand Up @@ -234,7 +234,7 @@
}
}
},
"revision": "20210226",
"revision": "20210310",
"rootUrl": "https://homegraph.googleapis.com/",
"schemas": {
"AgentDeviceId": {
Expand Down

0 comments on commit d1f2762

Please sign in to comment.