Skip to content

Commit 8ccf1f0

Browse files
feat(all): auto-regenerate discovery clients (#3125)
1 parent 677b602 commit 8ccf1f0

27 files changed

+761
-95
lines changed

admin/reports/v1/admin-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"canonicalName": "reports",
1818
"description": "Admin SDK lets administrators of enterprise domains to view and manage resources like user, groups etc. It also provides audit and usage reports of domain.",
1919
"discoveryVersion": "v1",
20-
"documentationLink": "https://developers.google.com/admin-sdk/",
20+
"documentationLink": "https://developers.google.com/workspace/admin/",
2121
"fullyEncodeReservedExpansion": true,
2222
"icons": {
2323
"x16": "http://www.google.com/images/icons/product/search-16.gif",
@@ -628,7 +628,7 @@
628628
}
629629
}
630630
},
631-
"revision": "20250331",
631+
"revision": "20250421",
632632
"rootUrl": "https://admin.googleapis.com/",
633633
"schemas": {
634634
"Activities": {

admin/reports/v1/admin-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataflow/v1b3/dataflow-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@
22082208
}
22092209
}
22102210
},
2211-
"revision": "20250310",
2211+
"revision": "20250421",
22122212
"rootUrl": "https://dataflow.googleapis.com/",
22132213
"schemas": {
22142214
"ApproximateProgress": {
@@ -4763,6 +4763,10 @@
47634763
"description": "Describes the state of a metric.",
47644764
"id": "MetricUpdate",
47654765
"properties": {
4766+
"boundedTrie": {
4767+
"description": "Worker-computed aggregate value for the \"Trie\" aggregation kind. The only possible value type is a BoundedTrieNode. Introduced this field to avoid breaking older SDKs when Dataflow service starts to populate the `bounded_trie` field.",
4768+
"type": "any"
4769+
},
47664770
"cumulative": {
47674771
"description": "True if this metric is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem. By default this is false, indicating that this metric is reported as a delta that is not associated with any WorkItem.",
47684772
"type": "boolean"

dataflow/v1b3/dataflow-gen.go

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

dataform/v1beta1/dataform-api.json

Lines changed: 228 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@
492492
]
493493
},
494494
"list": {
495-
"description": "Lists Repositories in a given project and location.",
495+
"description": "Lists Repositories in a given project and location. **Note:** *This method can return repositories not shown in the [Dataform UI](https://console.cloud.google.com/bigquery/dataform)*.",
496496
"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/repositories",
497497
"httpMethod": "GET",
498498
"id": "dataform.projects.locations.repositories.list",
@@ -2147,9 +2147,84 @@
21472147
}
21482148
}
21492149
},
2150-
"revision": "20250323",
2150+
"revision": "20250420",
21512151
"rootUrl": "https://dataform.googleapis.com/",
21522152
"schemas": {
2153+
"ActionErrorTable": {
2154+
"description": "Error table information, used to write error data into a BigQuery table.",
2155+
"id": "ActionErrorTable",
2156+
"properties": {
2157+
"retentionDays": {
2158+
"description": "Error table partition expiration in days. Only positive values are allowed.",
2159+
"format": "int32",
2160+
"type": "integer"
2161+
},
2162+
"target": {
2163+
"$ref": "Target",
2164+
"description": "Error Table target."
2165+
}
2166+
},
2167+
"type": "object"
2168+
},
2169+
"ActionIncrementalLoadMode": {
2170+
"description": "Load definition for incremental load modes",
2171+
"id": "ActionIncrementalLoadMode",
2172+
"properties": {
2173+
"column": {
2174+
"description": "Column name for incremental load modes",
2175+
"type": "string"
2176+
}
2177+
},
2178+
"type": "object"
2179+
},
2180+
"ActionLoadConfig": {
2181+
"description": "Simplified load configuration for actions",
2182+
"id": "ActionLoadConfig",
2183+
"properties": {
2184+
"append": {
2185+
"$ref": "ActionSimpleLoadMode",
2186+
"description": "Append into destination table"
2187+
},
2188+
"maximum": {
2189+
"$ref": "ActionIncrementalLoadMode",
2190+
"description": "Insert records where the value exceeds the previous maximum value for a column in the destination table"
2191+
},
2192+
"replace": {
2193+
"$ref": "ActionSimpleLoadMode",
2194+
"description": "Replace destination table"
2195+
},
2196+
"unique": {
2197+
"$ref": "ActionIncrementalLoadMode",
2198+
"description": "Insert records where the value of a column is not already present in the destination table"
2199+
}
2200+
},
2201+
"type": "object"
2202+
},
2203+
"ActionSimpleLoadMode": {
2204+
"description": "Simple load definition",
2205+
"id": "ActionSimpleLoadMode",
2206+
"properties": {},
2207+
"type": "object"
2208+
},
2209+
"ActionSqlDefinition": {
2210+
"description": "Definition of a SQL Data Preparation",
2211+
"id": "ActionSqlDefinition",
2212+
"properties": {
2213+
"errorTable": {
2214+
"$ref": "ActionErrorTable",
2215+
"description": "Error table configuration,"
2216+
},
2217+
"loadConfig": {
2218+
"$ref": "ActionLoadConfig",
2219+
"description": "Load configuration."
2220+
},
2221+
"query": {
2222+
"description": "The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.",
2223+
"type": "string"
2224+
}
2225+
},
2226+
"type": "object"
2227+
},
21532228
"Assertion": {
21542229
"description": "Represents an assertion upon a SQL query which is required return zero rows.",
21552230
"id": "Assertion",
@@ -2246,6 +2321,10 @@
22462321
"description": "Optional. The default schema (BigQuery dataset ID) for assertions.",
22472322
"type": "string"
22482323
},
2324+
"builtinAssertionNamePrefix": {
2325+
"description": "Optional. The prefix to prepend to built-in assertion names.",
2326+
"type": "string"
2327+
},
22492328
"databaseSuffix": {
22502329
"description": "Optional. The suffix that should be appended to all database (Google Cloud project ID) names.",
22512330
"type": "string"
@@ -2525,6 +2604,10 @@
25252604
"$ref": "Target",
25262605
"description": "The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result."
25272606
},
2607+
"dataPreparation": {
2608+
"$ref": "DataPreparation",
2609+
"description": "The data preparation executed by this action."
2610+
},
25282611
"declaration": {
25292612
"$ref": "Declaration",
25302613
"description": "The declaration declared by this action."
@@ -2606,6 +2689,65 @@
26062689
},
26072690
"type": "object"
26082691
},
2692+
"DataPreparation": {
2693+
"description": "Defines a compiled Data Preparation entity",
2694+
"id": "DataPreparation",
2695+
"properties": {
2696+
"contentsSql": {
2697+
"$ref": "SqlDefinition",
2698+
"description": "SQL definition for a Data Preparation. Contains a SQL query and additional context information."
2699+
},
2700+
"contentsYaml": {
2701+
"description": "The data preparation definition, stored as a YAML string.",
2702+
"type": "string"
2703+
},
2704+
"dependencyTargets": {
2705+
"description": "A list of actions that this action depends on.",
2706+
"items": {
2707+
"$ref": "Target"
2708+
},
2709+
"type": "array"
2710+
},
2711+
"disabled": {
2712+
"description": "Whether this action is disabled (i.e. should not be run).",
2713+
"type": "boolean"
2714+
},
2715+
"tags": {
2716+
"description": "Arbitrary, user-defined tags on this action.",
2717+
"items": {
2718+
"type": "string"
2719+
},
2720+
"type": "array"
2721+
}
2722+
},
2723+
"type": "object"
2724+
},
2725+
"DataPreparationAction": {
2726+
"description": "Represents a workflow action that will run a Data Preparation.",
2727+
"id": "DataPreparationAction",
2728+
"properties": {
2729+
"contentsSql": {
2730+
"$ref": "ActionSqlDefinition",
2731+
"description": "SQL definition for a Data Preparation. Contains a SQL query and additional context information."
2732+
},
2733+
"contentsYaml": {
2734+
"description": "Output only. YAML representing the contents of the data preparation. Can be used to show the customer what the input was to their workflow.",
2735+
"readOnly": true,
2736+
"type": "string"
2737+
},
2738+
"generatedSql": {
2739+
"description": "Output only. The generated BigQuery SQL script that will be executed. For reference only.",
2740+
"readOnly": true,
2741+
"type": "string"
2742+
},
2743+
"jobId": {
2744+
"description": "Output only. The ID of the BigQuery job that executed the SQL in sql_script. Only set once the job has started to run.",
2745+
"readOnly": true,
2746+
"type": "string"
2747+
}
2748+
},
2749+
"type": "object"
2750+
},
26092751
"Declaration": {
26102752
"description": "Represents a relation which is not managed by Dataform but which may be referenced by Dataform actions.",
26112753
"id": "Declaration",
@@ -2655,6 +2797,22 @@
26552797
"properties": {},
26562798
"type": "object"
26572799
},
2800+
"ErrorTable": {
2801+
"description": "Error table information, used to write error data into a BigQuery table.",
2802+
"id": "ErrorTable",
2803+
"properties": {
2804+
"retentionDays": {
2805+
"description": "Error table partition expiration in days. Only positive values are allowed.",
2806+
"format": "int32",
2807+
"type": "integer"
2808+
},
2809+
"target": {
2810+
"$ref": "Target",
2811+
"description": "Error Table target."
2812+
}
2813+
},
2814+
"type": "object"
2815+
},
26582816
"Expr": {
26592817
"description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
26602818
"id": "Expr",
@@ -2819,6 +2977,17 @@
28192977
},
28202978
"type": "object"
28212979
},
2980+
"IncrementalLoadMode": {
2981+
"description": "Load definition for incremental load modes",
2982+
"id": "IncrementalLoadMode",
2983+
"properties": {
2984+
"column": {
2985+
"description": "Column name for incremental load modes",
2986+
"type": "string"
2987+
}
2988+
},
2989+
"type": "object"
2990+
},
28222991
"IncrementalTableConfig": {
28232992
"description": "Contains settings for relations of type `INCREMENTAL_TABLE`.",
28242993
"id": "IncrementalTableConfig",
@@ -3093,6 +3262,29 @@
30933262
},
30943263
"type": "object"
30953264
},
3265+
"LoadConfig": {
3266+
"description": "Simplified load configuration for actions",
3267+
"id": "LoadConfig",
3268+
"properties": {
3269+
"append": {
3270+
"$ref": "SimpleLoadMode",
3271+
"description": "Append into destination table"
3272+
},
3273+
"maximum": {
3274+
"$ref": "IncrementalLoadMode",
3275+
"description": "Insert records where the value exceeds the previous maximum value for a column in the destination table"
3276+
},
3277+
"replace": {
3278+
"$ref": "SimpleLoadMode",
3279+
"description": "Replace destination table"
3280+
},
3281+
"unique": {
3282+
"$ref": "IncrementalLoadMode",
3283+
"description": "Insert records where the value of a column is not already present in the destination table"
3284+
}
3285+
},
3286+
"type": "object"
3287+
},
30963288
"Location": {
30973289
"description": "A resource that represents a Google Cloud location.",
30983290
"id": "Location",
@@ -3860,6 +4052,31 @@
38604052
},
38614053
"type": "object"
38624054
},
4055+
"SimpleLoadMode": {
4056+
"description": "Simple load definition",
4057+
"id": "SimpleLoadMode",
4058+
"properties": {},
4059+
"type": "object"
4060+
},
4061+
"SqlDefinition": {
4062+
"description": "Definition of a SQL Data Preparation",
4063+
"id": "SqlDefinition",
4064+
"properties": {
4065+
"errorTable": {
4066+
"$ref": "ErrorTable",
4067+
"description": "Error table configuration,"
4068+
},
4069+
"load": {
4070+
"$ref": "LoadConfig",
4071+
"description": "Load configuration."
4072+
},
4073+
"query": {
4074+
"description": "The SQL query representing the data preparation steps. Formatted as a Pipe SQL query statement.",
4075+
"type": "string"
4076+
}
4077+
},
4078+
"type": "object"
4079+
},
38634080
"SshAuthenticationConfig": {
38644081
"description": "Configures fields for performing SSH authentication.",
38654082
"id": "SshAuthenticationConfig",
@@ -3993,6 +4210,10 @@
39934210
"description": "Optional. Optional schedule (in cron format) for automatic execution of this workflow config.",
39944211
"type": "string"
39954212
},
4213+
"disabled": {
4214+
"description": "Optional. Disables automatic creation of workflow invocations.",
4215+
"type": "boolean"
4216+
},
39964217
"internalMetadata": {
39974218
"description": "Output only. All the metadata information that is used internally to serve the resource. For example: timestamps, flags, status fields, etc. The format of this field is a JSON string.",
39984219
"readOnly": true,
@@ -4110,6 +4331,11 @@
41104331
"description": "Output only. The action's identifier if the project had been compiled without any overrides configured. Unique within the compilation result.",
41114332
"readOnly": true
41124333
},
4334+
"dataPreparationAction": {
4335+
"$ref": "DataPreparationAction",
4336+
"description": "Output only. The workflow action's data preparation action details.",
4337+
"readOnly": true
4338+
},
41134339
"failureReason": {
41144340
"description": "Output only. If and only if action's state is FAILED a failure reason is set.",
41154341
"readOnly": true,

0 commit comments

Comments
 (0)