From ddc4e0b0adb8c4fe22edb4a821e4f2c716d5a327 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Thu, 25 Jul 2024 00:20:18 -0700 Subject: [PATCH] feat(all): auto-regenerate discovery clients (#2698) --- androidmanagement/v1/androidmanagement-api.json | 12 ++++++------ androidmanagement/v1/androidmanagement-gen.go | 17 +++++++---------- content/v2.1/content-api.json | 4 ++-- content/v2.1/content-gen.go | 4 ++-- firebaseml/v2beta/firebaseml-api.json | 7 +------ firebaseml/v2beta/firebaseml-gen.go | 2 -- 6 files changed, 18 insertions(+), 28 deletions(-) diff --git a/androidmanagement/v1/androidmanagement-api.json b/androidmanagement/v1/androidmanagement-api.json index 8c2c468770a..358e80eb936 100644 --- a/androidmanagement/v1/androidmanagement-api.json +++ b/androidmanagement/v1/androidmanagement-api.json @@ -585,7 +585,7 @@ "enrollmentTokens": { "methods": { "create": { - "description": "Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and deleting them when they're not intended to be used anymore. Once an enrollment token has been created, it's not possible to retrieve the token's content anymore using AM API. It is recommended for EMMs to securely store the token if it's intended to be reused.", + "description": "Creates an enrollment token for a given enterprise. It's up to the caller's responsibility to manage the lifecycle of newly created tokens and deleting them when they're not intended to be used anymore.", "flatPath": "v1/enterprises/{enterprisesId}/enrollmentTokens", "httpMethod": "POST", "id": "androidmanagement.enterprises.enrollmentTokens.create", @@ -1168,7 +1168,7 @@ } } }, - "revision": "20240618", + "revision": "20240724", "rootUrl": "https://androidmanagement.googleapis.com/", "schemas": { "AdbShellCommandEvent": { @@ -4248,9 +4248,9 @@ "DEVICE_INCOMPATIBLE" ], "enumDescriptions": [ - "This value is disallowed.", + "This value is not used.", "The setting is not supported in the API level of the Android version running on the device.", - "The management mode (profile owner, device owner, etc.) doesn't support the setting.", + "The management mode (such as fully managed or work profile) doesn't support the setting.", "The user has not taken required action to comply with the setting.", "The setting has an invalid value.", "The app required to implement the policy is not installed.", @@ -4326,9 +4326,9 @@ "DEVICE_INCOMPATIBLE" ], "enumDescriptions": [ - "This value is disallowed.", + "This value is not used.", "The setting is not supported in the API level of the Android version running on the device.", - "The management mode (profile owner, device owner, etc.) doesn't support the setting.", + "The management mode (such as fully managed or work profile) doesn't support the setting.", "The user has not taken required action to comply with the setting.", "The setting has an invalid value.", "The app required to implement the policy is not installed.", diff --git a/androidmanagement/v1/androidmanagement-gen.go b/androidmanagement/v1/androidmanagement-gen.go index 011ce102421..d5ea41df96d 100644 --- a/androidmanagement/v1/androidmanagement-gen.go +++ b/androidmanagement/v1/androidmanagement-gen.go @@ -3987,11 +3987,11 @@ type NonComplianceDetail struct { // setting. // // Possible values: - // "NON_COMPLIANCE_REASON_UNSPECIFIED" - This value is disallowed. + // "NON_COMPLIANCE_REASON_UNSPECIFIED" - This value is not used. // "API_LEVEL" - The setting is not supported in the API level of the Android // version running on the device. - // "MANAGEMENT_MODE" - The management mode (profile owner, device owner, - // etc.) doesn't support the setting. + // "MANAGEMENT_MODE" - The management mode (such as fully managed or work + // profile) doesn't support the setting. // "USER_ACTION" - The user has not taken required action to comply with the // setting. // "INVALID_VALUE" - The setting has an invalid value. @@ -4083,11 +4083,11 @@ type NonComplianceDetailCondition struct { // setting. If not set, then this condition matches any reason. // // Possible values: - // "NON_COMPLIANCE_REASON_UNSPECIFIED" - This value is disallowed. + // "NON_COMPLIANCE_REASON_UNSPECIFIED" - This value is not used. // "API_LEVEL" - The setting is not supported in the API level of the Android // version running on the device. - // "MANAGEMENT_MODE" - The management mode (profile owner, device owner, - // etc.) doesn't support the setting. + // "MANAGEMENT_MODE" - The management mode (such as fully managed or work + // profile) doesn't support the setting. // "USER_ACTION" - The user has not taken required action to comply with the // setting. // "INVALID_VALUE" - The setting has an invalid value. @@ -8373,10 +8373,7 @@ type EnterprisesEnrollmentTokensCreateCall struct { // Create: Creates an enrollment token for a given enterprise. It's up to the // caller's responsibility to manage the lifecycle of newly created tokens and -// deleting them when they're not intended to be used anymore. Once an -// enrollment token has been created, it's not possible to retrieve the token's -// content anymore using AM API. It is recommended for EMMs to securely store -// the token if it's intended to be reused. +// deleting them when they're not intended to be used anymore. // // - parent: The name of the enterprise in the form enterprises/{enterpriseId}. func (r *EnterprisesEnrollmentTokensService) Create(parent string, enrollmenttoken *EnrollmentToken) *EnterprisesEnrollmentTokensCreateCall { diff --git a/content/v2.1/content-api.json b/content/v2.1/content-api.json index 11d108971d6..106597d43c1 100644 --- a/content/v2.1/content-api.json +++ b/content/v2.1/content-api.json @@ -6219,7 +6219,7 @@ } } }, - "revision": "20240719", + "revision": "20240723", "rootUrl": "https://shoppingcontent.googleapis.com/", "schemas": { "Account": { @@ -14500,7 +14500,7 @@ "type": "array" }, "source": { - "description": "The source of the offer, that is, how the offer was created. Acceptable values are: - \"`api`\" - \"`crawl`\" - \"`feed`\" ", + "description": "Output only. The source of the offer, that is, how the offer was created. Acceptable values are: - \"`api`\" - \"`crawl`\" - \"`feed`\" ", "type": "string" }, "structuredDescription": { diff --git a/content/v2.1/content-gen.go b/content/v2.1/content-gen.go index 87f0443ea0d..46657fd967b 100644 --- a/content/v2.1/content-gen.go +++ b/content/v2.1/content-gen.go @@ -11503,8 +11503,8 @@ type Product struct { // different sizes, insert a separate product for each size with the same // `itemGroupId` value (see size definition). Sizes []string `json:"sizes,omitempty"` - // Source: The source of the offer, that is, how the offer was created. - // Acceptable values are: - "api" - "crawl" - "feed" + // Source: Output only. The source of the offer, that is, how the offer was + // created. Acceptable values are: - "api" - "crawl" - "feed" Source string `json:"source,omitempty"` // StructuredDescription: Structured description, for algorithmically // (AI)-generated descriptions. diff --git a/firebaseml/v2beta/firebaseml-api.json b/firebaseml/v2beta/firebaseml-api.json index 3b409e6e31d..2392546cd11 100644 --- a/firebaseml/v2beta/firebaseml-api.json +++ b/firebaseml/v2beta/firebaseml-api.json @@ -206,7 +206,7 @@ } } }, - "revision": "20240719", + "revision": "20240722", "rootUrl": "https://firebaseml.googleapis.com/", "schemas": { "Date": { @@ -708,11 +708,6 @@ "$ref": "GoogleCloudAiplatformV1beta1Schema", "description": "Optional. The `Schema` object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema). If set, a compatible response_mime_type must also be set. Compatible mimetypes: `application/json`: Schema for JSON response." }, - "seed": { - "description": "Optional. Seed.", - "format": "int32", - "type": "integer" - }, "stopSequences": { "description": "Optional. Stop sequences.", "items": { diff --git a/firebaseml/v2beta/firebaseml-gen.go b/firebaseml/v2beta/firebaseml-gen.go index 49a57335d70..a0bbcf1e0eb 100644 --- a/firebaseml/v2beta/firebaseml-gen.go +++ b/firebaseml/v2beta/firebaseml-gen.go @@ -809,8 +809,6 @@ type GoogleCloudAiplatformV1beta1GenerationConfig struct { // response_mime_type must also be set. Compatible mimetypes: // `application/json`: Schema for JSON response. ResponseSchema *GoogleCloudAiplatformV1beta1Schema `json:"responseSchema,omitempty"` - // Seed: Optional. Seed. - Seed int64 `json:"seed,omitempty"` // StopSequences: Optional. Stop sequences. StopSequences []string `json:"stopSequences,omitempty"` // Temperature: Optional. Controls the randomness of predictions.