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:
@@ -238,7 +238,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220218",
|
||||
"revision": "20230106",
|
||||
"rootUrl": "https://firebasestorage.googleapis.com/",
|
||||
"schemas": {
|
||||
"AddFirebaseRequest": {
|
||||
@@ -251,25 +251,15 @@
|
||||
"description": "A storage bucket and its relation to a parent Firebase project.",
|
||||
"id": "Bucket",
|
||||
"properties": {
|
||||
"location": {
|
||||
"description": "Output only. Location of the storage bucket.",
|
||||
"readOnly": true,
|
||||
"type": "string"
|
||||
},
|
||||
"name": {
|
||||
"description": "Resource name of the bucket.",
|
||||
"type": "string"
|
||||
},
|
||||
"reconciling": {
|
||||
"description": "Output only. Represents whether a bucket is being moved to a new location, in which case reconciling is set to true.",
|
||||
"readOnly": true,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user