Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Mar 1, 2022
1 parent 7331451 commit 4df1039
Show file tree
Hide file tree
Showing 53 changed files with 46,581 additions and 27,077 deletions.
4 changes: 2 additions & 2 deletions adsense/v2/adsense-api.json
Expand Up @@ -1567,7 +1567,7 @@
}
}
},
"revision": "20220203",
"revision": "20220228",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -2097,7 +2097,7 @@
"type": "object"
},
"Payment": {
"description": "Representation of an unpaid or paid payment. See [Payment timelines for AdSense](https://support.google.com/adsense/answer/7164703) for more information about payments.",
"description": "Representation of an unpaid or paid payment. See [Payment timelines for AdSense](https://support.google.com/adsense/answer/7164703) for more information about payments and the [YouTube homepage and payments account](https://support.google.com/adsense/answer/11622510) article for information about dedicated payments accounts for YouTube.",
"id": "Payment",
"properties": {
"amount": {
Expand Down
4 changes: 3 additions & 1 deletion adsense/v2/adsense-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Expand Up @@ -1004,7 +1004,7 @@
}
}
},
"revision": "20220207",
"revision": "20220221",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdvancedSecurityOverrides": {
Expand Down Expand Up @@ -4006,7 +4006,7 @@
},
"launchApp": {
"$ref": "LaunchAppAction",
"description": "An action to launch an app."
"description": "An action to launch an app. The app will be launched with an intent containing an extra with key com.google.android.apps.work.clouddpc.EXTRA_LAUNCHED_AS_SETUP_ACTION set to the boolean value true to indicate that this is a setup action flow."
},
"title": {
"$ref": "UserFacingMessage",
Expand Down
6 changes: 5 additions & 1 deletion androidmanagement/v1/androidmanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions api-list.json
Expand Up @@ -1432,7 +1432,7 @@
"name": "cloudtrace",
"version": "v2beta1",
"title": "Cloud Trace API",
"description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.",
"description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.",
"discoveryRestUrl": "https://cloudtrace.googleapis.com/$discovery/rest?version=v2beta1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1447,7 +1447,7 @@
"name": "cloudtrace",
"version": "v1",
"title": "Cloud Trace API",
"description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.",
"description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.",
"discoveryRestUrl": "https://cloudtrace.googleapis.com/$discovery/rest?version=v1",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand All @@ -1462,7 +1462,7 @@
"name": "cloudtrace",
"version": "v2",
"title": "Cloud Trace API",
"description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenCensus.",
"description": "Sends application trace data to Cloud Trace for viewing. Trace data is collected for all App Engine applications by default. Trace data from other applications can be provided using this API. This library is used to interact with the Cloud Trace API directly. If you are looking to instrument your application for Cloud Trace, we recommend using OpenTelemetry.",
"discoveryRestUrl": "https://cloudtrace.googleapis.com/$discovery/rest?version=v2",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
242 changes: 19 additions & 223 deletions baremetalsolution/v2/baremetalsolution-api.json
Expand Up @@ -465,110 +465,6 @@
}
}
},
"nfsShares": {
"methods": {
"get": {
"description": "Get details of a single NFS share.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}",
"httpMethod": "GET",
"id": "baremetalsolution.projects.locations.nfsShares.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. Name of the resource.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+name}",
"response": {
"$ref": "NfsShare"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "List NFS shares.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/nfsShares",
"httpMethod": "GET",
"id": "baremetalsolution.projects.locations.nfsShares.list",
"parameterOrder": [
"parent"
],
"parameters": {
"filter": {
"description": "List filter.",
"location": "query",
"type": "string"
},
"pageSize": {
"description": "Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "A token identifying a page of results from the server.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. Parent value for ListNfsSharesRequest.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v2/{+parent}/nfsShares",
"response": {
"$ref": "ListNfsSharesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "Update details of a single NFS share.",
"flatPath": "v2/projects/{projectsId}/locations/{locationsId}/nfsShares/{nfsSharesId}",
"httpMethod": "PATCH",
"id": "baremetalsolution.projects.locations.nfsShares.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Output only. The name of the NFS share.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/nfsShares/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "The list of fields to update. The only currently supported fields are: `labels`",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v2/{+name}",
"request": {
"$ref": "NfsShare"
},
"response": {
"$ref": "Operation"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
"provisioningConfigs": {
"methods": {
"submit": {
Expand Down Expand Up @@ -888,7 +784,7 @@
"type": "string"
},
"updateMask": {
"description": "The list of fields to update. The only currently supported fields are: `snapshot_auto_delete_behavior` `snapshot_schedule_policy_name` 'labels' 'requested_size_gib'",
"description": "The list of fields to update. The only currently supported fields are: `snapshot_auto_delete_behavior` `snapshot_schedule_policy_name` 'labels' 'requested_size_gib' 'snapshot_enabled' 'snapshot_reservation_detail.reserved_space_percent'",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -1125,54 +1021,9 @@
}
}
},
"revision": "20220209",
"revision": "20220214",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
"description": "Represents an 'access point' for the share.",
"id": "AllowedClient",
"properties": {
"allowDev": {
"description": "Allow dev flag. Which controls whether to allow creation of devices.",
"type": "boolean"
},
"allowSuid": {
"description": "Allow the setuid flag.",
"type": "boolean"
},
"allowedClientsCidr": {
"description": "The subnet of IP addresses permitted to access the share.",
"type": "string"
},
"mountPermissions": {
"description": "Mount permissions.",
"enum": [
"MOUNT_PERMISSIONS_UNSPECIFIED",
"READ",
"READ_WRITE"
],
"enumDescriptions": [
"Permissions were not specified.",
"NFS share can be mount with read-only permissions.",
"NFS share can be mount with read-write permissions."
],
"type": "string"
},
"network": {
"description": "The network the access point sits on.",
"type": "string"
},
"noRootSquash": {
"description": "Disable root squashing, which is a feature of NFS. Root squash is a special mapping of the remote superuser (root) identity when using identity authentication.",
"type": "boolean"
},
"shareIp": {
"description": "The IP address of the share on this network.",
"type": "string"
}
},
"type": "object"
},
"Empty": {
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
"id": "Empty",
Expand Down Expand Up @@ -1443,31 +1294,6 @@
},
"type": "object"
},
"ListNfsSharesResponse": {
"description": "Response message containing the list of NFS shares.",
"id": "ListNfsSharesResponse",
"properties": {
"nextPageToken": {
"description": "A token identifying a page of results from the server.",
"type": "string"
},
"nfsShares": {
"description": "The list of NFS shares.",
"items": {
"$ref": "NfsShare"
},
"type": "array"
},
"unreachable": {
"description": "Locations that could not be reached.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"ListProvisioningQuotasResponse": {
"description": "Response message for the list of provisioning quotas.",
"id": "ListProvisioningQuotasResponse",
Expand Down Expand Up @@ -1809,6 +1635,10 @@
"description": "CIDR range of the network.",
"type": "string"
},
"gcpService": {
"description": "The GCP service of the network. Available gcp_service are in https://cloud.google.com/bare-metal/docs/bms-planning.",
"type": "string"
},
"id": {
"description": "A transient unique identifier to identify a volume within an ProvisioningConfig request.",
"type": "string"
Expand Down Expand Up @@ -1927,53 +1757,6 @@
},
"type": "object"
},
"NfsShare": {
"description": "An NFS share.",
"id": "NfsShare",
"properties": {
"allowedClients": {
"description": "List of allowed access points.",
"items": {
"$ref": "AllowedClient"
},
"type": "array"
},
"labels": {
"additionalProperties": {
"type": "string"
},
"description": "Labels as key value pairs.",
"type": "object"
},
"name": {
"description": "Output only. The name of the NFS share.",
"readOnly": true,
"type": "string"
},
"nfsShareId": {
"description": "Output only. An identifier for the NFS share, generated by the backend.",
"readOnly": true,
"type": "string"
},
"state": {
"description": "The state of the NFS share.",
"enum": [
"STATE_UNSPECIFIED",
"PROVISIONED"
],
"enumDescriptions": [
"The share is in an unknown state.",
"The share has been provisioned."
],
"type": "string"
},
"volume": {
"description": "The volume containing the share.",
"type": "string"
}
},
"type": "object"
},
"Operation": {
"description": "This resource represents a long-running operation that is the result of a network API call.",
"id": "Operation",
Expand Down Expand Up @@ -2148,6 +1931,11 @@
"format": "int64",
"type": "string"
},
"reservedSpacePercent": {
"description": "Percent of the total Volume size reserved for snapshot copies. Enabling snapshots requires reserving 20% or more of the storage volume space for snapshots. Maximum reserved space for snapshots is 40%. Setting this field will effectively set snapshot_enabled to true.",
"format": "int32",
"type": "integer"
},
"reservedSpaceRemainingGib": {
"description": "The amount, in GiB, of available space in this storage volume's reserved snapshot space.",
"format": "int64",
Expand Down Expand Up @@ -2378,6 +2166,10 @@
],
"type": "string"
},
"snapshotEnabled": {
"description": "Whether snapshots are enabled.",
"type": "boolean"
},
"snapshotReservationDetail": {
"$ref": "SnapshotReservationDetail",
"description": "Details about snapshot space reservation and usage on the storage volume."
Expand Down Expand Up @@ -2423,6 +2215,10 @@
"description": "Configuration parameters for a new volume.",
"id": "VolumeConfig",
"properties": {
"gcpService": {
"description": "The GCP service of the storage volume. Available gcp_service are in https://cloud.google.com/bare-metal/docs/bms-planning.",
"type": "string"
},
"id": {
"description": "A transient unique identifier to identify a volume within an ProvisioningConfig request.",
"type": "string"
Expand Down

0 comments on commit 4df1039

Please sign in to comment.