mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-13 21:19:05 +01:00
update dependencies
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"basePath": "",
|
||||
"baseUrl": "https://licensing.googleapis.com/",
|
||||
"batchPath": "batch",
|
||||
"description": "The Google Enterprise License Manager API's allows you to license apps for all the users of a domain managed by you.",
|
||||
"description": "The Google Enterprise License Manager API lets you manage Google Workspace and related licenses for all users of a customer that you manage.",
|
||||
"discoveryVersion": "v1",
|
||||
"documentationLink": "https://developers.google.com/admin-sdk/licensing/",
|
||||
"fullyEncodeReservedExpansion": true,
|
||||
@@ -227,7 +227,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"customerId": {
|
||||
"description": "Customer's `customerId`. A previous version of this API accepted the primary domain name as a value for this field. If the customer is suspended, the server returns an error.",
|
||||
"description": "The customer's unique ID as defined in the Admin console, such as `C00000000`. If the customer is suspended, the server returns an error.",
|
||||
"location": "query",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
@@ -274,7 +274,7 @@
|
||||
],
|
||||
"parameters": {
|
||||
"customerId": {
|
||||
"description": "Customer's `customerId`. A previous version of this API accepted the primary domain name as a value for this field. If the customer is suspended, the server returns an error.",
|
||||
"description": "The customer's unique ID as defined in the Admin console, such as `C00000000`. If the customer is suspended, the server returns an error.",
|
||||
"location": "query",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
@@ -400,11 +400,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20220305",
|
||||
"revision": "20230121",
|
||||
"rootUrl": "https://licensing.googleapis.com/",
|
||||
"schemas": {
|
||||
"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