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 23, 2021
1 parent b7159b7 commit 4385523
Show file tree
Hide file tree
Showing 28 changed files with 315 additions and 74 deletions.
12 changes: 12 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 Expand Up @@ -291,10 +295,18 @@
"api": "securitycenter",
"package": "@google-cloud/security-center"
},
{
"api": "servicecontrol",
"package": ""
},
{
"api": "servicedirectory",
"package": "@google-cloud/service-directory"
},
{
"api": "servicemanagement",
"package": ""
},
{
"api": "spanner",
"package": "@google-cloud/spanner"
Expand Down
4 changes: 2 additions & 2 deletions discovery/accesscontextmanager-v1.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"
}
}
}
Expand Down Expand Up @@ -943,7 +943,7 @@
}
}
},
"revision": "20210307",
"revision": "20210319",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessLevel": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/accesscontextmanager-v1beta.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"
}
}
}
Expand Down Expand Up @@ -609,7 +609,7 @@
}
}
},
"revision": "20200927",
"revision": "20210319",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessLevel": {
Expand Down
82 changes: 76 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": "20210312",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"GoogleApiHttpBody": {
Expand Down Expand Up @@ -6901,6 +6901,10 @@
},
"type": "array"
},
"graphqlOperationGroup": {
"$ref": "GoogleCloudApigeeV1GraphQLOperationGroup",
"description": "Configuration used to group Apigee proxies or remote services with graphQL operation name, graphQL operation type and quotas. This grouping allows us to precisely set quota for a particular combination of graphQL name and operation type for a particular proxy request. If graphQL name is not set, this would imply quota will be applied on all graphQL requests matching the operation type."
},
"lastModifiedAt": {
"description": "Response only. Modified time of this environment as milliseconds since epoch.",
"format": "int64",
Expand Down Expand Up @@ -8826,6 +8830,71 @@
"properties": {},
"type": "object"
},
"GoogleCloudApigeeV1GraphQLOperation": {
"description": "GraphQLOperation represents the pairing of graphQL operation types and the graphQL operation name.",
"id": "GoogleCloudApigeeV1GraphQLOperation",
"properties": {
"operation": {
"description": "GraphQL operation name, along with operation type which will be used to associate quotas with. If no name is specified, the quota will be applied to all graphQL operations irrespective of their operation names in the payload.",
"type": "string"
},
"operationType": {
"description": "Required. `query`, `mutation` and `subscription` are the three operation types offered by graphQL. Currently we support only `query` and `mutation`.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudApigeeV1GraphQLOperationConfig": {
"description": "GraphQLOperationConfig binds the resources in a proxy or remote service with the graphQL operation and its associated quota enforcement.",
"id": "GoogleCloudApigeeV1GraphQLOperationConfig",
"properties": {
"apiSource": {
"description": "Required. API proxy endpoint or remote service name with which the graphQL operation, and quota are associated.",
"type": "string"
},
"attributes": {
"description": "Custom attributes associated with the operation.",
"items": {
"$ref": "GoogleCloudApigeeV1Attribute"
},
"type": "array"
},
"operations": {
"description": "Required. List of graphQL name/Operation type pairs for the proxy/remote service, upon which quota will applied. If GraphQLOperation operation has only the operation type(s), that would imply that quota will be applied on all graphQL requests irrespective of the graphQL name. **Note**: Currently, we can specify only a single GraphQLOperation. Specifying more than one will result in failure of the operation.",
"items": {
"$ref": "GoogleCloudApigeeV1GraphQLOperation"
},
"type": "array"
},
"quota": {
"$ref": "GoogleCloudApigeeV1Quota",
"description": "Quota parameters to be enforced for the resources, methods, api_source combination. If none are specified, quota enforcement will not be done."
}
},
"type": "object"
},
"GoogleCloudApigeeV1GraphQLOperationGroup": {
"description": "List of graphQL operation configuration details associated with Apigee API proxies or remote services. Remote services are non-Apigee proxies, such as Istio-Envoy.",
"id": "GoogleCloudApigeeV1GraphQLOperationGroup",
"properties": {
"operationConfigType": {
"description": "Flag that specifes whether the configuration is for Apigee API proxy or a remote service. Valid values are `proxy` or `remoteservice`. Defaults to `proxy`. Set to `proxy` when Apigee API proxies are associated with the API product. Set to `remoteservice` when non-Apigee proxies like Istio-Envoy are associated with the API product.",
"type": "string"
},
"operationConfigs": {
"description": "Required. List of operation configurations for either Apigee API proxies or other remote services that are associated with this API product.",
"items": {
"$ref": "GoogleCloudApigeeV1GraphQLOperationConfig"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudApigeeV1IngressConfig": {
"id": "GoogleCloudApigeeV1IngressConfig",
"properties": {
Expand Down Expand Up @@ -9690,7 +9759,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 +9826,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
4 changes: 2 additions & 2 deletions discovery/cloudshell-v1.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"
}
}
}
Expand Down Expand Up @@ -374,7 +374,7 @@
}
}
},
"revision": "20210308",
"revision": "20210320",
"rootUrl": "https://cloudshell.googleapis.com/",
"schemas": {
"AddPublicKeyMetadata": {
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

0 comments on commit 4385523

Please sign in to comment.