Skip to content

Commit 5384fb9

Browse files
feat(all): auto-regenerate discovery clients (#2829)
1 parent cb3f24b commit 5384fb9

File tree

61 files changed

+4916
-323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+4916
-323
lines changed

‎androidpublisher/v3/androidpublisher-api.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4732,7 +4732,7 @@
47324732
}
47334733
}
47344734
},
4735-
"revision": "20241003",
4735+
"revision": "20241016",
47364736
"rootUrl": "https://androidpublisher.googleapis.com/",
47374737
"schemas": {
47384738
"Abi": {
@@ -6086,6 +6086,13 @@
60866086
"$ref": "SystemFeature"
60876087
},
60886088
"type": "array"
6089+
},
6090+
"systemOnChips": {
6091+
"description": "Optional. The SoCs included by this selector. Only works for Android S+ devices.",
6092+
"items": {
6093+
"$ref": "SystemOnChip"
6094+
},
6095+
"type": "array"
60896096
}
60906097
},
60916098
"type": "object"
@@ -9131,6 +9138,21 @@
91319138
"properties": {},
91329139
"type": "object"
91339140
},
9141+
"SystemOnChip": {
9142+
"description": "Representation of a System-on-Chip (SoC) of an Android device. Can be used to target S+ devices.",
9143+
"id": "SystemOnChip",
9144+
"properties": {
9145+
"manufacturer": {
9146+
"description": "Required. The designer of the SoC, eg. \"Google\" Value of build property \"ro.soc.manufacturer\" https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER Required.",
9147+
"type": "string"
9148+
},
9149+
"model": {
9150+
"description": "Required. The model of the SoC, eg. \"Tensor\" Value of build property \"ro.soc.model\" https://developer.android.com/reference/android/os/Build#SOC_MODEL Required.",
9151+
"type": "string"
9152+
}
9153+
},
9154+
"type": "object"
9155+
},
91349156
"Targeting": {
91359157
"description": "Targeting details for a recovery action such as regions, android sdk levels, app versions etc.",
91369158
"id": "Targeting",

‎androidpublisher/v3/androidpublisher-gen.go

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎apigee/v1/apigee-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9574,7 +9574,7 @@
95749574
],
95759575
"parameters": {
95769576
"parent": {
9577-
"description": "Required. The parent resource name.",
9577+
"description": "Required. The parent resource name. Format: `organizations/{org}`",
95789578
"location": "path",
95799579
"pattern": "^organizations/[^/]+$",
95809580
"required": true,
@@ -9607,7 +9607,7 @@
96079607
],
96089608
"parameters": {
96099609
"name": {
9610-
"description": "Required. The name of the security profile v2 to delete.",
9610+
"description": "Required. The name of the security profile v2 to delete. Format: `organizations/{org}/securityProfilesV2/{profile}`",
96119611
"location": "path",
96129612
"pattern": "^organizations/[^/]+/securityProfilesV2/[^/]+$",
96139613
"required": true,
@@ -9632,7 +9632,7 @@
96329632
],
96339633
"parameters": {
96349634
"name": {
9635-
"description": "Required. The security profile id.",
9635+
"description": "Required. The name of the security profile v2 to get. Format: `organizations/{org}/securityProfilesV2/{profile}`",
96369636
"location": "path",
96379637
"pattern": "^organizations/[^/]+/securityProfilesV2/[^/]+$",
96389638
"required": true,
@@ -9700,7 +9700,7 @@
97009700
"type": "string"
97019701
},
97029702
"updateMask": {
9703-
"description": "Required. The list of fields to update.",
9703+
"description": "Optional. The list of fields to update. Valid fields to update are `description` and `profileAssessmentConfigs`.",
97049704
"format": "google-fieldmask",
97059705
"location": "query",
97069706
"type": "string"
@@ -10373,7 +10373,7 @@
1037310373
}
1037410374
}
1037510375
},
10376-
"revision": "20241004",
10376+
"revision": "20241011",
1037710377
"rootUrl": "https://apigee.googleapis.com/",
1037810378
"schemas": {
1037910379
"EdgeConfigstoreBundleBadBundle": {

‎apigee/v1/apigee-gen.go

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2194,7 +2194,7 @@
21942194
}
21952195
}
21962196
},
2197-
"revision": "20240918",
2197+
"revision": "20241008",
21982198
"rootUrl": "https://bigtableadmin.googleapis.com/",
21992199
"schemas": {
22002200
"AppProfile": {
@@ -2325,7 +2325,7 @@
23252325
"id": "AutomatedBackupPolicy",
23262326
"properties": {
23272327
"frequency": {
2328-
"description": "Required. How frequently automated backups should occur. The only supported value at this time is 24 hours.",
2328+
"description": "How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours.",
23292329
"format": "google-duration",
23302330
"type": "string"
23312331
},
@@ -3174,7 +3174,7 @@
31743174
"type": "object"
31753175
},
31763176
"GoogleBigtableAdminV2TypeAggregate": {
3177-
"description": "A value that combines incremental updates into a summarized value. Data is never directly written or read using type `Aggregate`. Writes will provide either the `input_type` or `state_type`, and reads will always return the `state_type` .",
3177+
"description": "A value that combines incremental updates into a summarized value. Data is never directly written or read using type `Aggregate`. Writes provide either the `input_type` or `state_type`, and reads always return the `state_type` .",
31783178
"id": "GoogleBigtableAdminV2TypeAggregate",
31793179
"properties": {
31803180
"hllppUniqueCount": {
@@ -3183,7 +3183,7 @@
31833183
},
31843184
"inputType": {
31853185
"$ref": "Type",
3186-
"description": "Type of the inputs that are accumulated by this `Aggregate`, which must specify a full encoding. Use `AddInput` mutations to accumulate new inputs."
3186+
"description": "Type of the inputs that are accumulated by this `Aggregate`. Use `AddInput` mutations to accumulate new inputs."
31873187
},
31883188
"max": {
31893189
"$ref": "GoogleBigtableAdminV2TypeAggregateMax",
@@ -3195,7 +3195,7 @@
31953195
},
31963196
"stateType": {
31973197
"$ref": "Type",
3198-
"description": "Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen, and will always specify a full encoding.",
3198+
"description": "Output only. Type that holds the internal accumulator state for the `Aggregate`. This is a function of the `input_type` and `aggregator` chosen.",
31993199
"readOnly": true
32003200
},
32013201
"sum": {
@@ -3252,13 +3252,13 @@
32523252
"properties": {
32533253
"encoding": {
32543254
"$ref": "GoogleBigtableAdminV2TypeBytesEncoding",
3255-
"description": "The encoding to use when converting to/from lower level types."
3255+
"description": "The encoding to use when converting to or from lower level types."
32563256
}
32573257
},
32583258
"type": "object"
32593259
},
32603260
"GoogleBigtableAdminV2TypeBytesEncoding": {
3261-
"description": "Rules used to convert to/from lower level types.",
3261+
"description": "Rules used to convert to or from lower level types.",
32623262
"id": "GoogleBigtableAdminV2TypeBytesEncoding",
32633263
"properties": {
32643264
"raw": {
@@ -3269,7 +3269,7 @@
32693269
"type": "object"
32703270
},
32713271
"GoogleBigtableAdminV2TypeBytesEncodingRaw": {
3272-
"description": "Leaves the value \"as-is\" * Order-preserving? Yes * Self-delimiting? No * Compatibility? N/A",
3272+
"description": "Leaves the value as-is. Sorted mode: all values are supported. Distinct mode: all values are supported.",
32733273
"id": "GoogleBigtableAdminV2TypeBytesEncodingRaw",
32743274
"properties": {},
32753275
"type": "object"
@@ -3298,13 +3298,13 @@
32983298
"properties": {
32993299
"encoding": {
33003300
"$ref": "GoogleBigtableAdminV2TypeInt64Encoding",
3301-
"description": "The encoding to use when converting to/from lower level types."
3301+
"description": "The encoding to use when converting to or from lower level types."
33023302
}
33033303
},
33043304
"type": "object"
33053305
},
33063306
"GoogleBigtableAdminV2TypeInt64Encoding": {
3307-
"description": "Rules used to convert to/from lower level types.",
3307+
"description": "Rules used to convert to or from lower level types.",
33083308
"id": "GoogleBigtableAdminV2TypeInt64Encoding",
33093309
"properties": {
33103310
"bigEndianBytes": {
@@ -3315,7 +3315,7 @@
33153315
"type": "object"
33163316
},
33173317
"GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes": {
3318-
"description": "Encodes the value as an 8-byte big endian twos complement `Bytes` value. * Order-preserving? No (positive values only) * Self-delimiting? Yes * Compatibility? - BigQuery Federation `BINARY` encoding - HBase `Bytes.toBytes` - Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`",
3318+
"description": "Encodes the value as an 8-byte big-endian two's complement value. Sorted mode: non-negative values are supported. Distinct mode: all values are supported. Compatible with: - BigQuery `BINARY` encoding - HBase `Bytes.toBytes` - Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`",
33193319
"id": "GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes",
33203320
"properties": {
33213321
"bytesType": {
@@ -3347,13 +3347,13 @@
33473347
"properties": {
33483348
"encoding": {
33493349
"$ref": "GoogleBigtableAdminV2TypeStringEncoding",
3350-
"description": "The encoding to use when converting to/from lower level types."
3350+
"description": "The encoding to use when converting to or from lower level types."
33513351
}
33523352
},
33533353
"type": "object"
33543354
},
33553355
"GoogleBigtableAdminV2TypeStringEncoding": {
3356-
"description": "Rules used to convert to/from lower level types.",
3356+
"description": "Rules used to convert to or from lower level types.",
33573357
"id": "GoogleBigtableAdminV2TypeStringEncoding",
33583358
"properties": {
33593359
"utf8Bytes": {
@@ -3369,7 +3369,7 @@
33693369
"type": "object"
33703370
},
33713371
"GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes": {
3372-
"description": "UTF-8 encoding * Order-preserving? Yes (code point order) * Self-delimiting? No * Compatibility? - BigQuery Federation `TEXT` encoding - HBase `Bytes.toBytes` - Java `String#getBytes(StandardCharsets.UTF_8)`",
3372+
"description": "UTF-8 encoding. Sorted mode: - All values are supported. - Code point order is preserved. Distinct mode: all values are supported. Compatible with: - BigQuery `TEXT` encoding - HBase `Bytes.toBytes` - Java `String#getBytes(StandardCharsets.UTF_8)`",
33733373
"id": "GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes",
33743374
"properties": {},
33753375
"type": "object"
@@ -4302,7 +4302,7 @@
43024302
"type": "object"
43034303
},
43044304
"Type": {
4305-
"description": "`Type` represents the type of data that is written to, read from, or stored in Bigtable. It is heavily based on the GoogleSQL standard to help maintain familiarity and consistency across products and features. For compatibility with Bigtable's existing untyped APIs, each `Type` includes an `Encoding` which describes how to convert to/from the underlying data. Each encoding also defines the following properties: * Order-preserving: Does the encoded value sort consistently with the original typed value? Note that Bigtable will always sort data based on the raw encoded value, *not* the decoded type. - Example: BYTES values sort in the same order as their raw encodings. - Counterexample: Encoding INT64 as a fixed-width decimal string does *not* preserve sort order when dealing with negative numbers. `INT64(1) \u003e INT64(-1)`, but `STRING(\"-00001\") \u003e STRING(\"00001)`. * Self-delimiting: If we concatenate two encoded values, can we always tell where the first one ends and the second one begins? - Example: If we encode INT64s to fixed-width STRINGs, the first value will always contain exactly N digits, possibly preceded by a sign. - Counterexample: If we concatenate two UTF-8 encoded STRINGs, we have no way to tell where the first one ends. * Compatibility: Which other systems have matching encoding schemes? For example, does this encoding have a GoogleSQL equivalent? HBase? Java?",
4305+
"description": "`Type` represents the type of data that is written to, read from, or stored in Bigtable. It is heavily based on the GoogleSQL standard to help maintain familiarity and consistency across products and features. For compatibility with Bigtable's existing untyped APIs, each `Type` includes an `Encoding` which describes how to convert to or from the underlying data. Each encoding can operate in one of two modes: - Sorted: In this mode, Bigtable guarantees that `Encode(X) \u003c= Encode(Y)` if and only if `X \u003c= Y`. This is useful anywhere sort order is important, for example when encoding keys. - Distinct: In this mode, Bigtable guarantees that if `X != Y` then `Encode(X) != Encode(Y)`. However, the converse is not guaranteed. For example, both \"{'foo': '1', 'bar': '2'}\" and \"{'bar': '2', 'foo': '1'}\" are valid encodings of the same JSON value. The API clearly documents which mode is used wherever an encoding can be configured. Each encoding also documents which values are supported in which modes. For example, when encoding INT64 as a numeric STRING, negative numbers cannot be encoded in sorted mode. This is because `INT64(1) \u003e INT64(-1)`, but `STRING(\"-00001\") \u003e STRING(\"00001\")`.",
43064306
"id": "Type",
43074307
"properties": {
43084308
"aggregateType": {

0 commit comments

Comments
 (0)