Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jun 19, 2023
1 parent 3eb845f commit 247ad09
Show file tree
Hide file tree
Showing 7 changed files with 1,502 additions and 158 deletions.
15 changes: 0 additions & 15 deletions api-list.json
Expand Up @@ -2479,21 +2479,6 @@
"documentationLink": "https://developers.google.com/domains/rdap/",
"preferred": true
},
{
"kind": "discovery#directoryItem",
"id": "doubleclickbidmanager:v1.1",
"name": "doubleclickbidmanager",
"version": "v1.1",
"title": "DoubleClick Bid Manager API",
"description": "DoubleClick Bid Manager API allows users to manage and create campaigns and reports.",
"discoveryRestUrl": "https://doubleclickbidmanager.googleapis.com/$discovery/rest?version=v1.1",
"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/bid-manager/",
"preferred": false
},
{
"kind": "discovery#directoryItem",
"id": "doubleclickbidmanager:v2",
Expand Down
175 changes: 145 additions & 30 deletions beyondcorp/v1alpha/beyondcorp-api.json
Expand Up @@ -241,27 +241,6 @@
"parent"
],
"parameters": {
"filter": {
"description": "Optional. Filter partnerTenants to be returned. See [List Sub-Collections] (https://cloud.google.com/apis/design/design_patterns#list_sub-collections) for more details. All fields can be used in the filter. Usage: field_filter=\"fieldName1=fieldVal1 AND fieldName2=fieldVal2\". NOTE: Only `AND` conditions are allowed.",
"location": "query",
"type": "string"
},
"orderBy": {
"description": "Optional. Specifies the ordering of results. Currently, only ordering by the \"name\" and \"create_time\" fields are supported. See [Sorting order](https://cloud.google.com/apis/design/design_patterns#sorting_order) for more information.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of items to return. The service may return fewer than this value. If unspecified, at most 50 items will be returned. The maximum value is 1000; values above 1000 are coerced to 1000. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token to determine if there are more instances left to be queried.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. A token identifying a page of results the server should return.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The parent organization to which the PartnerTenants belong. Format: `organizations/{organization_id}/locations/global`",
"location": "path",
Expand Down Expand Up @@ -410,6 +389,36 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"delete": {
"description": "Deletes an existing BrowserDlpRule.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}",
"httpMethod": "DELETE",
"id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.delete",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The resource name of the BrowserDlpRule using the form: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}/browserDlpRules/{browser_dlp_rule_id}`",
"location": "path",
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}",
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "Gets details of a single BrowserDlpRule.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}",
Expand Down Expand Up @@ -466,6 +475,45 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "Update an existing BrowserDlpRule in a given organization and PartnerTenant.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}",
"httpMethod": "PATCH",
"id": "beyondcorp.organizations.locations.global.partnerTenants.browserDlpRules.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Output only. Unique resource name. The name is ignored when creating BrowserDlpRule.",
"location": "path",
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/browserDlpRules/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
"location": "query",
"type": "string"
},
"updateMask": {
"description": "Required. Supported fields include: rule_setting.value.*, group.id/group.email.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}",
"request": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaBrowserDlpRule"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"setIamPolicy": {
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/browserDlpRules/{browserDlpRulesId}:setIamPolicy",
Expand Down Expand Up @@ -645,6 +693,70 @@
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Lists ProxyConfigs for PartnerTenant in a given organization.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs",
"httpMethod": "GET",
"id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.list",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Required. The parent organization to which the ProxyConfigs belong. Format: `organizations/{organization_id}/locations/global/partnerTenants/{partner_tenant_id}`",
"location": "path",
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1alpha/{+parent}/proxyConfigs",
"response": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "Updates a single proxy config.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}",
"httpMethod": "PATCH",
"id": "beyondcorp.organizations.locations.global.partnerTenants.proxyConfigs.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Output only. ProxyConfig resource name.",
"location": "path",
"pattern": "^organizations/[^/]+/locations/global/partnerTenants/[^/]+/proxyConfigs/[^/]+$",
"required": true,
"type": "string"
},
"requestId": {
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
"location": "query",
"type": "string"
},
"updateMask": {
"description": "Required. Mutable fields include: display_name, proxy_uri, routing_info, transport_info, encryption_info.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1alpha/{+name}",
"request": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig"
},
"response": {
"$ref": "GoogleLongrunningOperation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"setIamPolicy": {
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
"flatPath": "v1alpha/organizations/{organizationsId}/locations/global/partnerTenants/{partnerTenantsId}/proxyConfigs/{proxyConfigsId}:setIamPolicy",
Expand Down Expand Up @@ -3856,7 +3968,7 @@
}
}
},
"revision": "20230531",
"revision": "20230613",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down Expand Up @@ -5539,21 +5651,24 @@
"description": "Message for response to listing PartnerTenants.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListPartnerTenantsResponse",
"properties": {
"nextPageToken": {
"description": "A token which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
"type": "string"
},
"partnerTenants": {
"description": "The list of PartnerTenant objects.",
"items": {
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant"
},
"type": "array"
},
"unreachable": {
"description": "Locations that could not be reached.",
}
},
"type": "object"
},
"GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse": {
"description": "Message for response to listing ProxyConfigs.",
"id": "GoogleCloudBeyondcorpPartnerservicesV1alphaListProxyConfigsResponse",
"properties": {
"proxyConfigs": {
"description": "The list of ProxyConfig objects.",
"items": {
"type": "string"
"$ref": "GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig"
},
"type": "array"
}
Expand Down

0 comments on commit 247ad09

Please sign in to comment.