Skip to content

Commit aea557f

Browse files
feat(datastream): update the api
#### datastream:v1 The following keys were deleted: - schemas.OracleDropLargeObjects (Total Keys: 2) The following keys were added: - schemas.DropLargeObjects (Total Keys: 2) The following keys were changed: - schemas.OracleSourceConfig.properties.dropLargeObjects.$ref (Total Keys: 1) #### datastream:v1alpha1 The following keys were deleted: - schemas.OracleDropLargeObjects (Total Keys: 2) The following keys were added: - schemas.DropLargeObjects (Total Keys: 2) The following keys were changed: - schemas.OracleSourceConfig.properties.dropLargeObjects.$ref (Total Keys: 1)
1 parent 3119767 commit aea557f

File tree

4 files changed

+20
-20
lines changed

4 files changed

+20
-20
lines changed

docs/dyn/datastream_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189189

190190
Args:
191191
name: string, The resource that owns the locations collection, if applicable. (required)
192-
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
192+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
193193
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
194194
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
195195
x__xgafv: string, V1 error format.

docs/dyn/datastream_v1alpha1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Method Details</h3>
189189

190190
Args:
191191
name: string, The resource that owns the locations collection, if applicable. (required)
192-
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
192+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
193193
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
194194
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
195195
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/datastream.v1.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
],
181181
"parameters": {
182182
"filter": {
183-
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
183+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
184184
"location": "query",
185185
"type": "string"
186186
},
@@ -1217,7 +1217,7 @@
12171217
}
12181218
}
12191219
},
1220-
"revision": "20220330",
1220+
"revision": "20220405",
12211221
"rootUrl": "https://datastream.googleapis.com/",
12221222
"schemas": {
12231223
"AvroFileFormat": {
@@ -1439,6 +1439,12 @@
14391439
},
14401440
"type": "object"
14411441
},
1442+
"DropLargeObjects": {
1443+
"description": "Configuration to drop large object values.",
1444+
"id": "DropLargeObjects",
1445+
"properties": {},
1446+
"type": "object"
1447+
},
14421448
"Empty": {
14431449
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
14441450
"id": "Empty",
@@ -2110,12 +2116,6 @@
21102116
},
21112117
"type": "object"
21122118
},
2113-
"OracleDropLargeObjects": {
2114-
"description": "Configuration to drop large object values.",
2115-
"id": "OracleDropLargeObjects",
2116-
"properties": {},
2117-
"type": "object"
2118-
},
21192119
"OracleObjectIdentifier": {
21202120
"description": "Oracle data source object identifier.",
21212121
"id": "OracleObjectIdentifier",
@@ -2203,7 +2203,7 @@
22032203
"id": "OracleSourceConfig",
22042204
"properties": {
22052205
"dropLargeObjects": {
2206-
"$ref": "OracleDropLargeObjects",
2206+
"$ref": "DropLargeObjects",
22072207
"description": "Drop large object values."
22082208
},
22092209
"excludeObjects": {

googleapiclient/discovery_cache/documents/datastream.v1alpha1.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@
180180
],
181181
"parameters": {
182182
"filter": {
183-
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
183+
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
184184
"location": "query",
185185
"type": "string"
186186
},
@@ -1196,7 +1196,7 @@
11961196
}
11971197
}
11981198
},
1199-
"revision": "20220330",
1199+
"revision": "20220405",
12001200
"rootUrl": "https://datastream.googleapis.com/",
12011201
"schemas": {
12021202
"AvroFileFormat": {
@@ -1420,6 +1420,12 @@
14201420
},
14211421
"type": "object"
14221422
},
1423+
"DropLargeObjects": {
1424+
"description": "Configuration to drop large object values.",
1425+
"id": "DropLargeObjects",
1426+
"properties": {},
1427+
"type": "object"
1428+
},
14231429
"Empty": {
14241430
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
14251431
"id": "Empty",
@@ -2115,12 +2121,6 @@
21152121
},
21162122
"type": "object"
21172123
},
2118-
"OracleDropLargeObjects": {
2119-
"description": "Configuration to drop large object values.",
2120-
"id": "OracleDropLargeObjects",
2121-
"properties": {},
2122-
"type": "object"
2123-
},
21242124
"OracleObjectIdentifier": {
21252125
"description": "Oracle data source object identifier.",
21262126
"id": "OracleObjectIdentifier",
@@ -2212,7 +2212,7 @@
22122212
"description": "Oracle objects to include in the stream."
22132213
},
22142214
"dropLargeObjects": {
2215-
"$ref": "OracleDropLargeObjects",
2215+
"$ref": "DropLargeObjects",
22162216
"description": "Drop large object values."
22172217
},
22182218
"rejectlist": {

0 commit comments

Comments
 (0)