|
24 | 24 | "endpoints": [
|
25 | 25 | {
|
26 | 26 | "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" |
29 | 29 | },
|
30 | 30 | {
|
31 | 31 | "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" |
34 | 34 | },
|
35 | 35 | {
|
36 | 36 | "description": "Regional Endpoint",
|
37 | 37 | "endpointUrl": "https://dataflow.europe-west9.rep.googleapis.com/",
|
38 | 38 | "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" |
39 | 49 | }
|
40 | 50 | ],
|
41 | 51 | "fullyEncodeReservedExpansion": true,
|
|
2187 | 2197 | }
|
2188 | 2198 | }
|
2189 | 2199 | },
|
2190 |
| -"revision": "20240520", |
| 2200 | +"revision": "20240603", |
2191 | 2201 | "rootUrl": "https://dataflow.googleapis.com/",
|
2192 | 2202 | "schemas": {
|
2193 | 2203 | "ApproximateProgress": {
|
|
4981 | 4991 | "BOOLEAN",
|
4982 | 4992 | "ENUM",
|
4983 | 4993 | "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 |
4985 | 5022 | ],
|
4986 | 5023 | "enumDescriptions": [
|
4987 | 5024 | "Default input type.",
|
|
5004 | 5041 | "The parameter specifies a boolean input.",
|
5005 | 5042 | "The parameter specifies an enum input.",
|
5006 | 5043 | "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." |
5008 | 5047 | ],
|
5009 | 5048 | "type": "string"
|
5010 | 5049 | },
|
|
0 commit comments