Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2870)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 12, 2024
1 parent 58faff9 commit 031802c
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 146 deletions.
4 changes: 2 additions & 2 deletions backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1663,7 +1663,7 @@
}
}
},
"revision": "20241023",
"revision": "20241030",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -2413,7 +2413,7 @@
"type": "string"
},
"resourceType": {
"description": "Optional. Resource type of workload on which backupplan is applied",
"description": "Optional. Required. Resource type of workload on which backupplan is applied",
"type": "string"
},
"rulesConfigInfo": {
Expand Down
4 changes: 2 additions & 2 deletions backupdr/v1/backupdr-gen.go

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

69 changes: 8 additions & 61 deletions compute/v0.beta/compute-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -11842,7 +11842,7 @@
"type": "string"
},
"start": {
"description": "Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console. Note that the negative start is bounded by the retained buffer size, and the returned serial console output will not exceed the max buffer size.",
"description": "Specifies the starting byte position of the output to return. To start with the first byte of output to the specified port, omit this field or set it to `0`. If the output for that byte position is available, this field matches the `start` parameter sent with the request. If the amount of serial console output exceeds the size of the buffer (1 MB), the oldest output is discarded and is no longer available. If the requested start position refers to discarded output, the start position is adjusted to the oldest output still available, and the adjusted start position is returned as the `start` property value. You can also provide a negative start position, which translates to the most recent number of bytes written to the serial port. For example, -3 is interpreted as the most recent 3 bytes written to the serial console.",
"format": "int64",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -42695,7 +42695,7 @@
}
}
},
"revision": "20241021",
"revision": "20241105",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
Expand Down Expand Up @@ -45542,7 +45542,7 @@
"description": "The CacheKeyPolicy for this CdnPolicy."
},
"cacheMode": {
"description": "Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.",
"description": "Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.",
"enum": [
"CACHE_ALL_STATIC",
"FORCE_CACHE_ALL",
Expand Down Expand Up @@ -46352,7 +46352,7 @@
"description": "The CacheKeyPolicy for this CdnPolicy."
},
"cacheMode": {
"description": "Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached. If no value is provided for cdnPolicy.cacheMode, it defaults to CACHE_ALL_STATIC.",
"description": "Specifies the cache setting for all responses from this backend. The possible values are: USE_ORIGIN_HEADERS Requires the origin to set valid caching headers to cache content. Responses without these headers will not be cached at Google's edge, and will require a full trip to the origin on every request, potentially impacting performance and increasing load on the origin server. FORCE_CACHE_ALL Cache all content, ignoring any \"private\", \"no-store\" or \"no-cache\" directives in Cache-Control response headers. Warning: this may result in Cloud CDN caching private, per-user (user identifiable) content. CACHE_ALL_STATIC Automatically cache static content, including common image formats, media (video and audio), and web assets (JavaScript and CSS). Requests and responses that are marked as uncacheable, as well as dynamic content (including HTML), will not be cached.",
"enum": [
"CACHE_ALL_STATIC",
"FORCE_CACHE_ALL",
Expand Down Expand Up @@ -47869,6 +47869,7 @@
"COMPUTE_OPTIMIZED_H3",
"GENERAL_PURPOSE",
"GENERAL_PURPOSE_C4",
"GENERAL_PURPOSE_C4A",
"GENERAL_PURPOSE_E2",
"GENERAL_PURPOSE_N2",
"GENERAL_PURPOSE_N2D",
Expand Down Expand Up @@ -47900,6 +47901,7 @@
"",
"",
"",
"",
""
],
"type": "string"
Expand Down Expand Up @@ -67317,16 +67319,12 @@
"enum": [
"GVNIC",
"IDPF",
"IRDMA",
"MRDMA",
"UNSPECIFIED_NIC_TYPE",
"VIRTIO_NET"
],
"enumDescriptions": [
"GVNIC",
"IDPF",
"IRDMA",
"MRDMA",
"No type specified.",
"VIRTIO"
],
Expand Down Expand Up @@ -67625,10 +67623,6 @@
"description": "[Output Only] Type of the resource. Always compute#networkProfile for network profiles.",
"type": "string"
},
"location": {
"$ref": "NetworkProfileLocation",
"description": "[Output Only] Location to which the network is restricted."
},
"name": {
"description": "[Output Only] Name of the resource.",
"pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?",
Expand All @@ -67649,26 +67643,6 @@
},
"type": "object"
},
"NetworkProfileLocation": {
"id": "NetworkProfileLocation",
"properties": {
"name": {
"type": "string"
},
"scope": {
"enum": [
"REGION",
"ZONE"
],
"enumDescriptions": [
"",
""
],
"type": "string"
}
},
"type": "object"
},
"NetworkProfileNetworkFeatures": {
"id": "NetworkProfileNetworkFeatures",
"properties": {
Expand Down Expand Up @@ -67909,16 +67883,12 @@
"enum": [
"GVNIC",
"IDPF",
"IRDMA",
"MRDMA",
"UNSPECIFIED_NIC_TYPE",
"VIRTIO_NET"
],
"enumDescriptions": [
"GVNIC",
"IDPF",
"IRDMA",
"MRDMA",
"No type specified.",
"VIRTIO"
],
Expand Down Expand Up @@ -77664,10 +77634,6 @@
"description": "[Output Only] An opaque ID of the host on which the VM is running.",
"type": "string"
},
"physicalHostTopology": {
"$ref": "ResourceStatusPhysicalHostTopology",
"description": "[Output Only] The physical host topology of the host on which the VM is running."
},
"scheduling": {
"$ref": "ResourceStatusScheduling"
},
Expand All @@ -77677,25 +77643,6 @@
},
"type": "object"
},
"ResourceStatusPhysicalHostTopology": {
"description": "Represents the physical host topology of the host on which the VM is running.",
"id": "ResourceStatusPhysicalHostTopology",
"properties": {
"block": {
"type": "string"
},
"cluster": {
"type": "string"
},
"host": {
"type": "string"
},
"subblock": {
"type": "string"
}
},
"type": "object"
},
"ResourceStatusScheduling": {
"id": "ResourceStatusScheduling",
"properties": {
Expand Down Expand Up @@ -86408,7 +86355,7 @@
"type": "string"
},
"purpose": {
"description": "The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, or PRIVATE_SERVICE_CONNECT. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.",
"description": "The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.",
"enum": [
"GLOBAL_MANAGED_PROXY",
"INTERNAL_HTTPS_LOAD_BALANCER",
Expand Down Expand Up @@ -91753,7 +91700,7 @@
"type": "string"
},
"purpose": {
"description": "The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, or PRIVATE_SERVICE_CONNECT. PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.",
"description": "The purpose of the resource. This field can be either PRIVATE, GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or PRIVATE is the default purpose for user-created subnets or subnets that are automatically created in auto mode networks. Subnets with purpose set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks that are reserved for Envoy-based load balancers. A subnet with purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using Private Service Connect. If unspecified, the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't supported if the subnet purpose field is set to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.",
"enum": [
"GLOBAL_MANAGED_PROXY",
"INTERNAL_HTTPS_LOAD_BALANCER",
Expand Down
Loading

0 comments on commit 031802c

Please sign in to comment.