mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -408,7 +408,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"versionInfo": {
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \u201cnone+gsession\u201d response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \"none+gsession\" response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -549,7 +549,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"versionInfo": {
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \u201cnone+gsession\u201d response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \"none+gsession\" response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -827,7 +827,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"versionInfo": {
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \u201cnone+gsession\u201d response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \"none+gsession\" response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -968,7 +968,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"versionInfo": {
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \u201cnone+gsession\u201d response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"description": "Optional version info. If users want to find a very recent access token,\nthat is, immediately after approving access, users have to set the\nversion_info claim in the token request. To obtain the version_info, users\nmust use the \"none+gsession\" response type. which be return a\nversion_info back in the authorization response which be be put in a JWT\nclaim in the token request.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -1223,7 +1223,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190323",
|
||||
"revision": "20190629",
|
||||
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
|
||||
"schemas": {
|
||||
"CheckValidCredsRequest": {
|
||||
@@ -1372,6 +1372,10 @@
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"deprecated": {
|
||||
"description": "If true, it should not be used in new transfers, and it should not be\nvisible to users.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"description": {
|
||||
"description": "Parameter description.",
|
||||
"type": "string"
|
||||
@@ -1667,7 +1671,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"Status": {
|
||||
"description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error\nmessage, and error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.",
|
||||
"description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https://cloud.google.com/apis/design/errors).",
|
||||
"id": "Status",
|
||||
"properties": {
|
||||
"code": {
|
||||
@@ -1863,7 +1867,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"runTime": {
|
||||
"description": "For batch transfer runs, specifies the date and time that\ndata should be ingested.",
|
||||
"description": "For batch transfer runs, specifies the date and time of the data should be\ningested.",
|
||||
"format": "google-datetime",
|
||||
"type": "string"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user