mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
update dependencies
This commit is contained in:
@@ -180,7 +180,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"filter": {
|
||||
"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).",
|
||||
"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).",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -1196,7 +1196,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220207",
|
||||
"revision": "20230111",
|
||||
"rootUrl": "https://datastream.googleapis.com/",
|
||||
"schemas": {
|
||||
"AvroFileFormat": {
|
||||
@@ -1420,8 +1420,14 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"DropLargeObjects": {
|
||||
"description": "Configuration to drop large object values.",
|
||||
"id": "DropLargeObjects",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
},
|
||||
"Empty": {
|
||||
"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); } The JSON representation for `Empty` is empty JSON object `{}`.",
|
||||
"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); }",
|
||||
"id": "Empty",
|
||||
"properties": {},
|
||||
"type": "object"
|
||||
@@ -2205,6 +2211,10 @@
|
||||
"$ref": "OracleRdbms",
|
||||
"description": "Oracle objects to include in the stream."
|
||||
},
|
||||
"dropLargeObjects": {
|
||||
"$ref": "DropLargeObjects",
|
||||
"description": "Drop large object values."
|
||||
},
|
||||
"rejectlist": {
|
||||
"$ref": "OracleRdbms",
|
||||
"description": "Oracle objects to exclude from the stream."
|
||||
@@ -2662,7 +2672,7 @@
|
||||
"id": "VpcPeeringConfig",
|
||||
"properties": {
|
||||
"subnet": {
|
||||
"description": "Required. A free subnet for peering. (CIDR of /29) TODO(b/172995841) add validators.",
|
||||
"description": "Required. A free subnet for peering. (CIDR of /29)",
|
||||
"type": "string"
|
||||
},
|
||||
"vpcName": {
|
||||
|
||||
Reference in New Issue
Block a user