Index: generated/googleapis_beta/lib/language/v1beta1.dart |
diff --git a/generated/googleapis_beta/lib/language/v1beta1.dart b/generated/googleapis_beta/lib/language/v1beta1.dart |
index 2d29e4c9b307041657631b40a32c6f550971ecc5..846b2616cf66a0fe66fbe0ab3eac5eaaec119fee 100644 |
--- a/generated/googleapis_beta/lib/language/v1beta1.dart |
+++ b/generated/googleapis_beta/lib/language/v1beta1.dart |
@@ -20,6 +20,11 @@ const core.String USER_AGENT = 'dart-api-client language/v1beta1'; |
* and text annotations. |
*/ |
class LanguageApi { |
+ /** |
+ * Apply machine learning models to reveal the structure and meaning of text |
+ */ |
+ static const CloudLanguageScope = "https://www.googleapis.com/auth/cloud-language"; |
+ |
/** View and manage your data across Google Cloud Platform services */ |
static const CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"; |
@@ -1336,8 +1341,8 @@ class Status { |
/** The status code, which should be an enum value of google.rpc.Code. */ |
core.int code; |
/** |
- * A list of messages that carry the error details. There will be a |
- * common set of message types for APIs to use. |
+ * A list of messages that carry the error details. There is a common set of |
+ * message types for APIs to use. |
* |
* The values for Object must be JSON objects. It can consist of `num`, |
* `String`, `bool` and `null` as well as `Map` and `List` values. |