Skip to content

Commit 743be66

Browse files
fix(dataflow): update the api
#### dataflow:v1b3 The following keys were changed: - endpoints (Total Keys: 1)
1 parent e554c80 commit 743be66

File tree

1 file changed

+46
-7
lines changed

1 file changed

+46
-7
lines changed

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,28 @@
2424
"endpoints": [
2525
{
2626
"description": "Regional Endpoint",
27-
"endpointUrl": "https://dataflow.me-central2.rep.googleapis.com/",
28-
"location": "me-central2"
27+
"endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/",
28+
"location": "europe-west3"
2929
},
3030
{
3131
"description": "Regional Endpoint",
32-
"endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/",
33-
"location": "europe-west3"
32+
"endpointUrl": "https://dataflow.europe-west8.rep.googleapis.com/",
33+
"location": "europe-west8"
3434
},
3535
{
3636
"description": "Regional Endpoint",
3737
"endpointUrl": "https://dataflow.europe-west9.rep.googleapis.com/",
3838
"location": "europe-west9"
39+
},
40+
{
41+
"description": "Regional Endpoint",
42+
"endpointUrl": "https://dataflow.me-central2.rep.googleapis.com/",
43+
"location": "me-central2"
44+
},
45+
{
46+
"description": "Regional Endpoint",
47+
"endpointUrl": "https://dataflow.us-east7.rep.googleapis.com/",
48+
"location": "us-east7"
3949
}
4050
],
4151
"fullyEncodeReservedExpansion": true,
@@ -2187,7 +2197,7 @@
21872197
}
21882198
}
21892199
},
2190-
"revision": "20240520",
2200+
"revision": "20240603",
21912201
"rootUrl": "https://dataflow.googleapis.com/",
21922202
"schemas": {
21932203
"ApproximateProgress": {
@@ -4981,7 +4991,34 @@
49814991
"BOOLEAN",
49824992
"ENUM",
49834993
"NUMBER",
4984-
"KAFKA_TOPIC"
4994+
"KAFKA_TOPIC",
4995+
"KAFKA_READ_TOPIC",
4996+
"KAFKA_WRITE_TOPIC"
4997+
],
4998+
"enumDeprecated": [
4999+
false,
5000+
false,
5001+
false,
5002+
false,
5003+
false,
5004+
false,
5005+
false,
5006+
false,
5007+
false,
5008+
false,
5009+
false,
5010+
false,
5011+
false,
5012+
false,
5013+
false,
5014+
false,
5015+
false,
5016+
false,
5017+
false,
5018+
false,
5019+
true,
5020+
false,
5021+
false
49855022
],
49865023
"enumDescriptions": [
49875024
"Default input type.",
@@ -5004,7 +5041,9 @@
50045041
"The parameter specifies a boolean input.",
50055042
"The parameter specifies an enum input.",
50065043
"The parameter specifies a number input.",
5007-
"The parameter specifies the fully-qualified name of an Apache Kafka topic. This can be either a Google Managed Kafka topic or a non-managed Kafka topic."
5044+
"Deprecated. Please use KAFKA_READ_TOPIC instead.",
5045+
"The parameter specifies the fully-qualified name of an Apache Kafka topic. This can be either a Google Managed Kafka topic or a non-managed Kafka topic.",
5046+
"The parameter specifies the fully-qualified name of an Apache Kafka topic. This can be an existing Google Managed Kafka topic, the name for a new Google Managed Kafka topic, or an existing non-managed Kafka topic."
50085047
],
50095048
"type": "string"
50105049
},

0 commit comments

Comments
 (0)