Skip to content

Commit af6aa38

Browse files
authoredFeb 18, 2024··
feat(all): auto-regenerate discovery clients (#2421)
1 parent 762eb61 commit af6aa38

28 files changed

+6479
-862
lines changed
 

‎batch/v1/batch-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
}
562562
}
563563
},
564-
"revision": "20240202",
564+
"revision": "20240206",
565565
"rootUrl": "https://batch.googleapis.com/",
566566
"schemas": {
567567
"Accelerator": {
@@ -1358,7 +1358,7 @@
13581358
"type": "array"
13591359
},
13601360
"uid": {
1361-
"description": "Output only. A system generated unique ID (in UUID4 format) for the Job.",
1361+
"description": "Output only. A system generated unique ID for the Job.",
13621362
"readOnly": true,
13631363
"type": "string"
13641364
},

‎batch/v1/batch-gen.go

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎beyondcorp/v1/beyondcorp-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@
18041804
}
18051805
}
18061806
},
1807-
"revision": "20240103",
1807+
"revision": "20240207",
18081808
"rootUrl": "https://beyondcorp.googleapis.com/",
18091809
"schemas": {
18101810
"AllocatedConnection": {
@@ -3131,7 +3131,7 @@
31313131
"type": "array"
31323132
},
31333133
"role": {
3134-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
3134+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
31353135
"type": "string"
31363136
}
31373137
},

‎beyondcorp/v1/beyondcorp-gen.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎beyondcorp/v1alpha/beyondcorp-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,7 @@
37163716
}
37173717
}
37183718
},
3719-
"revision": "20240103",
3719+
"revision": "20240207",
37203720
"rootUrl": "https://beyondcorp.googleapis.com/",
37213721
"schemas": {
37223722
"AllocatedConnection": {
@@ -5931,7 +5931,7 @@
59315931
"type": "array"
59325932
},
59335933
"role": {
5934-
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
5934+
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
59355935
"type": "string"
59365936
}
59375937
},

‎beyondcorp/v1alpha/beyondcorp-gen.go

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎connectors/v1/connectors-api.json

+19-4
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@
23542354
}
23552355
}
23562356
},
2357-
"revision": "20240122",
2357+
"revision": "20240207",
23582358
"rootUrl": "https://connectors.googleapis.com/",
23592359
"schemas": {
23602360
"AuditConfig": {
@@ -3441,6 +3441,21 @@
34413441
"description": "Optional. Location of the custom connector spec.",
34423442
"type": "string"
34433443
},
3444+
"state": {
3445+
"description": "Output only. State of the custom connector version.",
3446+
"enum": [
3447+
"STATE_UNSPECIFIED",
3448+
"ACTIVE",
3449+
"DEPRECATED"
3450+
],
3451+
"enumDescriptions": [
3452+
"State Unspecified.",
3453+
"Active state. By default we set the state to Active.",
3454+
"Deprecated state."
3455+
],
3456+
"readOnly": true,
3457+
"type": "string"
3458+
},
34443459
"updateTime": {
34453460
"description": "Output only. Updated time.",
34463461
"format": "google-datetime",
@@ -3651,9 +3666,9 @@
36513666
"CMEK"
36523667
],
36533668
"enumDescriptions": [
3654-
"Egress mode unspecified.",
3655-
"Network egress through auto assigned IPs.",
3656-
"Network egress through static IPs."
3669+
"Encryption type unspecified.",
3670+
"Google managed encryption keys",
3671+
"Customer managed encryption keys."
36573672
],
36583673
"type": "string"
36593674
},

‎connectors/v1/connectors-gen.go

+11-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎datastream/v1/datastream-api.json

+178-1
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@
12501250
}
12511251
}
12521252
},
1253-
"revision": "20240117",
1253+
"revision": "20240215",
12541254
"rootUrl": "https://datastream.googleapis.com/",
12551255
"schemas": {
12561256
"AvroFileFormat": {
@@ -1274,6 +1274,10 @@
12741274
"postgresqlExcludedObjects": {
12751275
"$ref": "PostgresqlRdbms",
12761276
"description": "PostgreSQL data source objects to avoid backfilling."
1277+
},
1278+
"sqlServerExcludedObjects": {
1279+
"$ref": "SqlServerRdbms",
1280+
"description": "SQLServer data source objects to avoid backfilling"
12771281
}
12781282
},
12791283
"type": "object"
@@ -1455,6 +1459,10 @@
14551459
"$ref": "PrivateConnectivity",
14561460
"description": "Private connectivity."
14571461
},
1462+
"sqlServerProfile": {
1463+
"$ref": "SqlServerProfile",
1464+
"description": "SQLServer Connection Profile configuration."
1465+
},
14581466
"staticServiceIpConnectivity": {
14591467
"$ref": "StaticServiceIpConnectivity",
14601468
"description": "Static Service IP connectivity."
@@ -2776,6 +2784,10 @@
27762784
"sourceConnectionProfile": {
27772785
"description": "Required. Source connection profile resoource. Format: `projects/{project}/locations/{location}/connectionProfiles/{name}`",
27782786
"type": "string"
2787+
},
2788+
"sqlServerSourceConfig": {
2789+
"$ref": "SqlServerSourceConfig",
2790+
"description": "SQLServer data source configuration."
27792791
}
27802792
},
27812793
"type": "object"
@@ -2806,6 +2818,10 @@
28062818
"postgresqlIdentifier": {
28072819
"$ref": "PostgresqlObjectIdentifier",
28082820
"description": "PostgreSQL data source object identifier."
2821+
},
2822+
"sqlServerIdentifier": {
2823+
"$ref": "SqlServerObjectIdentifier",
2824+
"description": "SQLServer data source object identifier."
28092825
}
28102826
},
28112827
"type": "object"
@@ -2825,6 +2841,167 @@
28252841
},
28262842
"type": "object"
28272843
},
2844+
"SqlServerColumn": {
2845+
"description": "SQLServer Column.",
2846+
"id": "SqlServerColumn",
2847+
"properties": {
2848+
"column": {
2849+
"description": "Column name.",
2850+
"type": "string"
2851+
},
2852+
"dataType": {
2853+
"description": "The SQLServer data type.",
2854+
"type": "string"
2855+
},
2856+
"length": {
2857+
"description": "Column length.",
2858+
"format": "int32",
2859+
"type": "integer"
2860+
},
2861+
"nullable": {
2862+
"description": "Whether or not the column can accept a null value.",
2863+
"type": "boolean"
2864+
},
2865+
"ordinalPosition": {
2866+
"description": "The ordinal position of the column in the table.",
2867+
"format": "int32",
2868+
"type": "integer"
2869+
},
2870+
"precision": {
2871+
"description": "Column precision.",
2872+
"format": "int32",
2873+
"type": "integer"
2874+
},
2875+
"primaryKey": {
2876+
"description": "Whether or not the column represents a primary key.",
2877+
"type": "boolean"
2878+
},
2879+
"scale": {
2880+
"description": "Column scale.",
2881+
"format": "int32",
2882+
"type": "integer"
2883+
}
2884+
},
2885+
"type": "object"
2886+
},
2887+
"SqlServerObjectIdentifier": {
2888+
"description": "SQLServer data source object identifier.",
2889+
"id": "SqlServerObjectIdentifier",
2890+
"properties": {
2891+
"schema": {
2892+
"description": "Required. The schema name.",
2893+
"type": "string"
2894+
},
2895+
"table": {
2896+
"description": "Required. The table name.",
2897+
"type": "string"
2898+
}
2899+
},
2900+
"type": "object"
2901+
},
2902+
"SqlServerProfile": {
2903+
"description": "SQLServer database profile",
2904+
"id": "SqlServerProfile",
2905+
"properties": {
2906+
"database": {
2907+
"description": "Required. Database for the SQLServer connection.",
2908+
"type": "string"
2909+
},
2910+
"hostname": {
2911+
"description": "Required. Hostname for the SQLServer connection.",
2912+
"type": "string"
2913+
},
2914+
"password": {
2915+
"description": "Required. Password for the SQLServer connection.",
2916+
"type": "string"
2917+
},
2918+
"port": {
2919+
"description": "Port for the SQLServer connection, default value is 1433.",
2920+
"format": "int32",
2921+
"type": "integer"
2922+
},
2923+
"username": {
2924+
"description": "Required. Username for the SQLServer connection.",
2925+
"type": "string"
2926+
}
2927+
},
2928+
"type": "object"
2929+
},
2930+
"SqlServerRdbms": {
2931+
"description": "SQLServer database structure.",
2932+
"id": "SqlServerRdbms",
2933+
"properties": {
2934+
"schemas": {
2935+
"description": "SQLServer schemas in the database server.",
2936+
"items": {
2937+
"$ref": "SqlServerSchema"
2938+
},
2939+
"type": "array"
2940+
}
2941+
},
2942+
"type": "object"
2943+
},
2944+
"SqlServerSchema": {
2945+
"description": "SQLServer schema.",
2946+
"id": "SqlServerSchema",
2947+
"properties": {
2948+
"schema": {
2949+
"description": "Schema name.",
2950+
"type": "string"
2951+
},
2952+
"tables": {
2953+
"description": "Tables in the schema.",
2954+
"items": {
2955+
"$ref": "SqlServerTable"
2956+
},
2957+
"type": "array"
2958+
}
2959+
},
2960+
"type": "object"
2961+
},
2962+
"SqlServerSourceConfig": {
2963+
"description": "SQLServer data source configuration",
2964+
"id": "SqlServerSourceConfig",
2965+
"properties": {
2966+
"excludeObjects": {
2967+
"$ref": "SqlServerRdbms",
2968+
"description": "SQLServer objects to exclude from the stream."
2969+
},
2970+
"includeObjects": {
2971+
"$ref": "SqlServerRdbms",
2972+
"description": "SQLServer objects to include in the stream."
2973+
},
2974+
"maxConcurrentBackfillTasks": {
2975+
"description": "Max concurrent backfill tasks.",
2976+
"format": "int32",
2977+
"type": "integer"
2978+
},
2979+
"maxConcurrentCdcTasks": {
2980+
"description": "Max concurrent CDC tasks.",
2981+
"format": "int32",
2982+
"type": "integer"
2983+
}
2984+
},
2985+
"type": "object"
2986+
},
2987+
"SqlServerTable": {
2988+
"description": "SQLServer table.",
2989+
"id": "SqlServerTable",
2990+
"properties": {
2991+
"columns": {
2992+
"description": "SQLServer columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.",
2993+
"items": {
2994+
"$ref": "SqlServerColumn"
2995+
},
2996+
"type": "array"
2997+
},
2998+
"table": {
2999+
"description": "Table name.",
3000+
"type": "string"
3001+
}
3002+
},
3003+
"type": "object"
3004+
},
28283005
"StartBackfillJobRequest": {
28293006
"description": "Request for manually initiating a backfill job for a specific stream object.",
28303007
"id": "StartBackfillJobRequest",

0 commit comments

Comments
 (0)