From f82ca8a61fb2e50aa9b8d066dff635b25258a2f8 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Fri, 22 Mar 2024 07:12:03 +0000 Subject: [PATCH] feat(all): auto-regenerate discovery clients --- .../v1/androidmanagement-api.json | 8 +- androidmanagement/v1/androidmanagement-gen.go | 5 + androidpublisher/v3/androidpublisher-api.json | 7 +- androidpublisher/v3/androidpublisher-gen.go | 5 + cloudsupport/v2beta/cloudsupport-api.json | 66 +---------- cloudsupport/v2beta/cloudsupport-gen.go | 111 ------------------ customsearch/v1/customsearch-api.json | 14 ++- customsearch/v1/customsearch-gen.go | 28 +++++ dataflow/v1b3/dataflow-api.json | 17 ++- dataflow/v1b3/dataflow-gen.go | 29 ++--- dlp/v2/dlp-api.json | 14 ++- dlp/v2/dlp-gen.go | 4 + identitytoolkit/v2/identitytoolkit-api.json | 5 +- identitytoolkit/v2/identitytoolkit-gen.go | 2 +- toolresults/v1beta3/toolresults-api.json | 6 +- toolresults/v1beta3/toolresults-gen.go | 1 + 16 files changed, 112 insertions(+), 210 deletions(-) diff --git a/androidmanagement/v1/androidmanagement-api.json b/androidmanagement/v1/androidmanagement-api.json index 9fcfb905426..23234df2ea6 100644 --- a/androidmanagement/v1/androidmanagement-api.json +++ b/androidmanagement/v1/androidmanagement-api.json @@ -1163,7 +1163,7 @@ } } }, - "revision": "20240313", + "revision": "20240320", "rootUrl": "https://androidmanagement.googleapis.com/", "schemas": { "AdbShellCommandEvent": { @@ -2778,13 +2778,15 @@ "MINIMUM_WIFI_SECURITY_LEVEL_UNSPECIFIED", "OPEN_NETWORK_SECURITY", "PERSONAL_NETWORK_SECURITY", - "ENTERPRISE_NETWORK_SECURITY" + "ENTERPRISE_NETWORK_SECURITY", + "ENTERPRISE_BIT192_NETWORK_SECURITY" ], "enumDescriptions": [ "Defaults to OPEN_NETWORK_SECURITY, which means the device will be able to connect to all types of Wi-Fi networks.", "The device will be able to connect to all types of Wi-Fi networks.", "A personal network such as WEP, WPA2-PSK is the minimum required security. The device will not be able to connect to open wifi networks. This is stricter than OPEN_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.", - "An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13." + "An enterprise EAP network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13.", + "A 192-bit enterprise network is the minimum required security level. The device will not be able to connect to Wi-Fi network below this security level. This is stricter than ENTERPRISE_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 13." ], "type": "string" }, diff --git a/androidmanagement/v1/androidmanagement-gen.go b/androidmanagement/v1/androidmanagement-gen.go index 8ed6680db16..f04d58fd7d5 100644 --- a/androidmanagement/v1/androidmanagement-gen.go +++ b/androidmanagement/v1/androidmanagement-gen.go @@ -2572,6 +2572,11 @@ type DeviceRadioState struct { // connect to Wi-Fi network below this security level. This is stricter // than PERSONAL_NETWORK_SECURITY. A nonComplianceDetail with API_LEVEL // is reported if the Android version is less than 13. + // "ENTERPRISE_BIT192_NETWORK_SECURITY" - A 192-bit enterprise network + // is the minimum required security level. The device will not be able + // to connect to Wi-Fi network below this security level. This is + // stricter than ENTERPRISE_NETWORK_SECURITY. A nonComplianceDetail with + // API_LEVEL is reported if the Android version is less than 13. MinimumWifiSecurityLevel string `json:"minimumWifiSecurityLevel,omitempty"` // UltraWidebandState: Controls the state of the ultra wideband setting diff --git a/androidpublisher/v3/androidpublisher-api.json b/androidpublisher/v3/androidpublisher-api.json index f31a1a6c39c..a83d615ecbd 100644 --- a/androidpublisher/v3/androidpublisher-api.json +++ b/androidpublisher/v3/androidpublisher-api.json @@ -4731,7 +4731,7 @@ } } }, - "revision": "20240319", + "revision": "20240321", "rootUrl": "https://androidpublisher.googleapis.com/", "schemas": { "Abi": { @@ -7711,6 +7711,11 @@ "format": "int32", "type": "integer" }, + "refundableQuantity": { + "description": "The quantity eligible for refund, i.e. quantity that hasn't been refunded. The value reflects quantity-based partial refunds and full refunds.", + "format": "int32", + "type": "integer" + }, "regionCode": { "description": "ISO 3166-1 alpha-2 billing region code of the user at the time the product was granted.", "type": "string" diff --git a/androidpublisher/v3/androidpublisher-gen.go b/androidpublisher/v3/androidpublisher-gen.go index ef075167707..e0070056298 100644 --- a/androidpublisher/v3/androidpublisher-gen.go +++ b/androidpublisher/v3/androidpublisher-gen.go @@ -5751,6 +5751,11 @@ type ProductPurchase struct { // product. If not present, the quantity is 1. Quantity int64 `json:"quantity,omitempty"` + // RefundableQuantity: The quantity eligible for refund, i.e. quantity + // that hasn't been refunded. The value reflects quantity-based partial + // refunds and full refunds. + RefundableQuantity int64 `json:"refundableQuantity,omitempty"` + // RegionCode: ISO 3166-1 alpha-2 billing region code of the user at the // time the product was granted. RegionCode string `json:"regionCode,omitempty"` diff --git a/cloudsupport/v2beta/cloudsupport-api.json b/cloudsupport/v2beta/cloudsupport-api.json index 5ef20774b3c..4fcd9728d47 100644 --- a/cloudsupport/v2beta/cloudsupport-api.json +++ b/cloudsupport/v2beta/cloudsupport-api.json @@ -125,26 +125,6 @@ "location": "query", "type": "string" }, - "product.productLine": { - "description": "The Product Line of the Product.", - "enum": [ - "PRODUCT_LINE_UNSPECIFIED", - "GOOGLE_CLOUD", - "GOOGLE_MAPS" - ], - "enumDescriptions": [ - "Unknown product type.", - "Google Cloud", - "Google Maps" - ], - "location": "query", - "type": "string" - }, - "product.productSubline": { - "description": "The Product Subline of the Product, such as \"Maps Billing\".", - "location": "query", - "type": "string" - }, "query": { "description": "An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.", "location": "query", @@ -303,21 +283,6 @@ "pattern": "^[^/]+/[^/]+$", "required": true, "type": "string" - }, - "productLine": { - "description": "The product line for which to request cases for. If unspecified, only Google Cloud cases will be returned.", - "enum": [ - "PRODUCT_LINE_UNSPECIFIED", - "GOOGLE_CLOUD", - "GOOGLE_MAPS" - ], - "enumDescriptions": [ - "Unknown product type.", - "Google Cloud", - "Google Maps" - ], - "location": "query", - "type": "string" } }, "path": "v2beta/{+parent}/cases", @@ -583,7 +548,7 @@ } } }, - "revision": "20240303", + "revision": "20240320", "rootUrl": "https://cloudsupport.googleapis.com/", "schemas": { "Actor": { @@ -818,10 +783,6 @@ "id": { "description": "The unique ID for a classification. Must be specified for case creation. To retrieve valid classification IDs for case creation, use `caseClassifications.search`. Classification IDs returned by `caseClassifications.search` are guaranteed to be valid for at least 6 months. If a given classification is deactiveated, it will immediately stop being returned. After 6 months, `case.create` requests using the classification ID will fail.", "type": "string" - }, - "product": { - "$ref": "Product", - "description": "The full product the classification corresponds to." } }, "type": "object" @@ -1367,31 +1328,6 @@ }, "type": "object" }, - "Product": { - "description": "The full product a case may be associated with, including Product Line and Product Subline.", - "id": "Product", - "properties": { - "productLine": { - "description": "The Product Line of the Product.", - "enum": [ - "PRODUCT_LINE_UNSPECIFIED", - "GOOGLE_CLOUD", - "GOOGLE_MAPS" - ], - "enumDescriptions": [ - "Unknown product type.", - "Google Cloud", - "Google Maps" - ], - "type": "string" - }, - "productSubline": { - "description": "The Product Subline of the Product, such as \"Maps Billing\".", - "type": "string" - } - }, - "type": "object" - }, "SearchCaseClassificationsResponse": { "description": "The response message for SearchCaseClassifications endpoint.", "id": "SearchCaseClassificationsResponse", diff --git a/cloudsupport/v2beta/cloudsupport-gen.go b/cloudsupport/v2beta/cloudsupport-gen.go index 9cf108476ca..5a5e0e9e9ac 100644 --- a/cloudsupport/v2beta/cloudsupport-gen.go +++ b/cloudsupport/v2beta/cloudsupport-gen.go @@ -526,9 +526,6 @@ type CaseClassification struct { // requests using the classification ID will fail. Id string `json:"id,omitempty"` - // Product: The full product the classification corresponds to. - Product *Product `json:"product,omitempty"` - // ForceSendFields is a list of field names (e.g. "DisplayName") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any @@ -1335,44 +1332,6 @@ func (s *ObjectId) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } -// Product: The full product a case may be associated with, including -// Product Line and Product Subline. -type Product struct { - // ProductLine: The Product Line of the Product. - // - // Possible values: - // "PRODUCT_LINE_UNSPECIFIED" - Unknown product type. - // "GOOGLE_CLOUD" - Google Cloud - // "GOOGLE_MAPS" - Google Maps - ProductLine string `json:"productLine,omitempty"` - - // ProductSubline: The Product Subline of the Product, such as "Maps - // Billing". - ProductSubline string `json:"productSubline,omitempty"` - - // ForceSendFields is a list of field names (e.g. "ProductLine") to - // unconditionally include in API requests. By default, fields with - // empty or default values are omitted from API requests. However, any - // non-pointer, non-interface field appearing in ForceSendFields will be - // sent to the server regardless of whether the field is empty or not. - // This may be used to include empty fields in Patch requests. - ForceSendFields []string `json:"-"` - - // NullFields is a list of field names (e.g. "ProductLine") to include - // in API requests with the JSON null value. By default, fields with - // empty values are omitted from API requests. However, any field with - // an empty value appearing in NullFields will be sent to the server as - // null. It is an error if a field in this list has a non-empty value. - // This may be used to include null fields in Patch requests. - NullFields []string `json:"-"` -} - -func (s *Product) MarshalJSON() ([]byte, error) { - type NoMethod Product - raw := NoMethod(*s) - return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) -} - // SearchCaseClassificationsResponse: The response message for // SearchCaseClassifications endpoint. type SearchCaseClassificationsResponse struct { @@ -1553,27 +1512,6 @@ func (c *CaseClassificationsSearchCall) PageToken(pageToken string) *CaseClassif return c } -// ProductProductLine sets the optional parameter "product.productLine": -// The Product Line of the Product. -// -// Possible values: -// -// "PRODUCT_LINE_UNSPECIFIED" - Unknown product type. -// "GOOGLE_CLOUD" - Google Cloud -// "GOOGLE_MAPS" - Google Maps -func (c *CaseClassificationsSearchCall) ProductProductLine(productProductLine string) *CaseClassificationsSearchCall { - c.urlParams_.Set("product.productLine", productProductLine) - return c -} - -// ProductProductSubline sets the optional parameter -// "product.productSubline": The Product Subline of the Product, such as -// "Maps Billing". -func (c *CaseClassificationsSearchCall) ProductProductSubline(productProductSubline string) *CaseClassificationsSearchCall { - c.urlParams_.Set("product.productSubline", productProductSubline) - return c -} - // Query sets the optional parameter "query": An expression used to // filter case classifications. If it's an empty string, then no // filtering happens. Otherwise, case classifications will be returned @@ -1697,26 +1635,6 @@ func (c *CaseClassificationsSearchCall) Do(opts ...googleapi.CallOption) (*Searc // "location": "query", // "type": "string" // }, - // "product.productLine": { - // "description": "The Product Line of the Product.", - // "enum": [ - // "PRODUCT_LINE_UNSPECIFIED", - // "GOOGLE_CLOUD", - // "GOOGLE_MAPS" - // ], - // "enumDescriptions": [ - // "Unknown product type.", - // "Google Cloud", - // "Google Maps" - // ], - // "location": "query", - // "type": "string" - // }, - // "product.productSubline": { - // "description": "The Product Subline of the Product, such as \"Maps Billing\".", - // "location": "query", - // "type": "string" - // }, // "query": { // "description": "An expression used to filter case classifications. If it's an empty string, then no filtering happens. Otherwise, case classifications will be returned that match the filter.", // "location": "query", @@ -2457,20 +2375,6 @@ func (c *CasesListCall) PageToken(pageToken string) *CasesListCall { return c } -// ProductLine sets the optional parameter "productLine": The product -// line for which to request cases for. If unspecified, only Google -// Cloud cases will be returned. -// -// Possible values: -// -// "PRODUCT_LINE_UNSPECIFIED" - Unknown product type. -// "GOOGLE_CLOUD" - Google Cloud -// "GOOGLE_MAPS" - Google Maps -func (c *CasesListCall) ProductLine(productLine string) *CasesListCall { - c.urlParams_.Set("productLine", productLine) - return c -} - // Fields allows partial responses to be retrieved. See // https://developers.google.com/gdata/docs/2.0/basics#PartialResponse // for more information. @@ -2600,21 +2504,6 @@ func (c *CasesListCall) Do(opts ...googleapi.CallOption) (*ListCasesResponse, er // "pattern": "^[^/]+/[^/]+$", // "required": true, // "type": "string" - // }, - // "productLine": { - // "description": "The product line for which to request cases for. If unspecified, only Google Cloud cases will be returned.", - // "enum": [ - // "PRODUCT_LINE_UNSPECIFIED", - // "GOOGLE_CLOUD", - // "GOOGLE_MAPS" - // ], - // "enumDescriptions": [ - // "Unknown product type.", - // "Google Cloud", - // "Google Maps" - // ], - // "location": "query", - // "type": "string" // } // }, // "path": "v2beta/{+parent}/cases", diff --git a/customsearch/v1/customsearch-api.json b/customsearch/v1/customsearch-api.json index a64df343734..a71412928f2 100644 --- a/customsearch/v1/customsearch-api.json +++ b/customsearch/v1/customsearch-api.json @@ -372,6 +372,12 @@ "location": "query", "type": "string" }, + "snippetLength": { + "description": "Optional. Maximum length of snippet text, in characters, to be returned with results. * Valid values are integers between 1 and 160, inclusive.", + "format": "int32", + "location": "query", + "type": "integer" + }, "sort": { "description": "The sort expression to apply to the results. The sort parameter specifies that the results be sorted according to the specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute).", "location": "query", @@ -668,6 +674,12 @@ "location": "query", "type": "string" }, + "snippetLength": { + "description": "Optional. Maximum length of snippet text, in characters, to be returned with results. * Valid values are integers between 1 and 160, inclusive.", + "format": "int32", + "location": "query", + "type": "integer" + }, "sort": { "description": "The sort expression to apply to the results. The sort parameter specifies that the results be sorted according to the specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute).", "location": "query", @@ -690,7 +702,7 @@ } } }, - "revision": "20240103", + "revision": "20240320", "rootUrl": "https://customsearch.googleapis.com/", "schemas": { "Promotion": { diff --git a/customsearch/v1/customsearch-gen.go b/customsearch/v1/customsearch-gen.go index 383eac94220..37942a09865 100644 --- a/customsearch/v1/customsearch-gen.go +++ b/customsearch/v1/customsearch-gen.go @@ -1694,6 +1694,14 @@ func (c *CseListCall) SiteSearchFilter(siteSearchFilter string) *CseListCall { return c } +// SnippetLength sets the optional parameter "snippetLength": Maximum +// length of snippet text, in characters, to be returned with results. * +// Valid values are integers between 1 and 160, inclusive. +func (c *CseListCall) SnippetLength(snippetLength int64) *CseListCall { + c.urlParams_.Set("snippetLength", fmt.Sprint(snippetLength)) + return c +} + // Sort sets the optional parameter "sort": The sort expression to apply // to the results. The sort parameter specifies that the results be // sorted according to the specified expression i.e. sort by date. @@ -2086,6 +2094,12 @@ func (c *CseListCall) Do(opts ...googleapi.CallOption) (*Search, error) { // "location": "query", // "type": "string" // }, + // "snippetLength": { + // "description": "Optional. Maximum length of snippet text, in characters, to be returned with results. * Valid values are integers between 1 and 160, inclusive.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, // "sort": { // "description": "The sort expression to apply to the results. The sort parameter specifies that the results be sorted according to the specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute).", // "location": "query", @@ -2473,6 +2487,14 @@ func (c *CseSiterestrictListCall) SiteSearchFilter(siteSearchFilter string) *Cse return c } +// SnippetLength sets the optional parameter "snippetLength": Maximum +// length of snippet text, in characters, to be returned with results. * +// Valid values are integers between 1 and 160, inclusive. +func (c *CseSiterestrictListCall) SnippetLength(snippetLength int64) *CseSiterestrictListCall { + c.urlParams_.Set("snippetLength", fmt.Sprint(snippetLength)) + return c +} + // Sort sets the optional parameter "sort": The sort expression to apply // to the results. The sort parameter specifies that the results be // sorted according to the specified expression i.e. sort by date. @@ -2865,6 +2887,12 @@ func (c *CseSiterestrictListCall) Do(opts ...googleapi.CallOption) (*Search, err // "location": "query", // "type": "string" // }, + // "snippetLength": { + // "description": "Optional. Maximum length of snippet text, in characters, to be returned with results. * Valid values are integers between 1 and 160, inclusive.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, // "sort": { // "description": "The sort expression to apply to the results. The sort parameter specifies that the results be sorted according to the specified expression i.e. sort by date. [Example: sort=date](https://developers.google.com/custom-search/docs/structured_search#sort-by-attribute).", // "location": "query", diff --git a/dataflow/v1b3/dataflow-api.json b/dataflow/v1b3/dataflow-api.json index b1e1bf5f4df..db3b95ccc4e 100644 --- a/dataflow/v1b3/dataflow-api.json +++ b/dataflow/v1b3/dataflow-api.json @@ -31,6 +31,11 @@ "description": "Regional Endpoint", "endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/", "location": "europe-west3" + }, + { + "description": "Regional Endpoint", + "endpointUrl": "https://dataflow.europe-west9.rep.googleapis.com/", + "location": "europe-west9" } ], "fullyEncodeReservedExpansion": true, @@ -1918,7 +1923,7 @@ ], "parameters": { "dynamicTemplate.gcsPath": { - "description": "Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.", + "description": "Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.", "location": "query", "type": "string" }, @@ -1928,7 +1933,7 @@ "type": "string" }, "gcsPath": { - "description": "A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.", + "description": "A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.", "location": "query", "type": "string" }, @@ -2133,7 +2138,7 @@ ], "parameters": { "dynamicTemplate.gcsPath": { - "description": "Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.", + "description": "Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.", "location": "query", "type": "string" }, @@ -2143,7 +2148,7 @@ "type": "string" }, "gcsPath": { - "description": "A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.", + "description": "A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.", "location": "query", "type": "string" }, @@ -2182,7 +2187,7 @@ } } }, - "revision": "20240310", + "revision": "20240317", "rootUrl": "https://dataflow.googleapis.com/", "schemas": { "ApproximateProgress": { @@ -5413,7 +5418,7 @@ "type": "object" }, "RuntimeEnvironment": { - "description": "The environment values to set at runtime.", + "description": "The environment values to set at runtime. LINT.IfChange", "id": "RuntimeEnvironment", "properties": { "additionalExperiments": { diff --git a/dataflow/v1b3/dataflow-gen.go b/dataflow/v1b3/dataflow-gen.go index d080f533497..f1997ec7694 100644 --- a/dataflow/v1b3/dataflow-gen.go +++ b/dataflow/v1b3/dataflow-gen.go @@ -5556,6 +5556,7 @@ type ResourceUtilizationReportResponse struct { } // RuntimeEnvironment: The environment values to set at runtime. +// LINT.IfChange type RuntimeEnvironment struct { // AdditionalExperiments: Optional. Additional experiment flags for the // job, specified with the `--experiments` option. @@ -16142,9 +16143,9 @@ func (r *ProjectsLocationsTemplatesService) Launch(projectId string, location st } // DynamicTemplateGcsPath sets the optional parameter -// "dynamicTemplate.gcsPath": Path to dynamic template spec file on -// Cloud Storage. The file must be a Json serialized -// DynamicTemplateFieSpec object. +// "dynamicTemplate.gcsPath": Path to the dynamic template specification +// file on Cloud Storage. The file must be a JSON serialized +// `DynamicTemplateFileSpec` object. func (c *ProjectsLocationsTemplatesLaunchCall) DynamicTemplateGcsPath(dynamicTemplateGcsPath string) *ProjectsLocationsTemplatesLaunchCall { c.urlParams_.Set("dynamicTemplate.gcsPath", dynamicTemplateGcsPath) return c @@ -16160,8 +16161,8 @@ func (c *ProjectsLocationsTemplatesLaunchCall) DynamicTemplateStagingLocation(dy } // GcsPath sets the optional parameter "gcsPath": A Cloud Storage path -// to the template from which to create the job. Must be valid Cloud -// Storage URL, beginning with 'gs://'. +// to the template to use to create the job. Must be valid Cloud Storage +// URL, beginning with `gs://`. func (c *ProjectsLocationsTemplatesLaunchCall) GcsPath(gcsPath string) *ProjectsLocationsTemplatesLaunchCall { c.urlParams_.Set("gcsPath", gcsPath) return c @@ -16276,7 +16277,7 @@ func (c *ProjectsLocationsTemplatesLaunchCall) Do(opts ...googleapi.CallOption) // ], // "parameters": { // "dynamicTemplate.gcsPath": { - // "description": "Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.", + // "description": "Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.", // "location": "query", // "type": "string" // }, @@ -16286,7 +16287,7 @@ func (c *ProjectsLocationsTemplatesLaunchCall) Do(opts ...googleapi.CallOption) // "type": "string" // }, // "gcsPath": { - // "description": "A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.", + // "description": "A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.", // "location": "query", // "type": "string" // }, @@ -17033,9 +17034,9 @@ func (r *ProjectsTemplatesService) Launch(projectId string, launchtemplateparame } // DynamicTemplateGcsPath sets the optional parameter -// "dynamicTemplate.gcsPath": Path to dynamic template spec file on -// Cloud Storage. The file must be a Json serialized -// DynamicTemplateFieSpec object. +// "dynamicTemplate.gcsPath": Path to the dynamic template specification +// file on Cloud Storage. The file must be a JSON serialized +// `DynamicTemplateFileSpec` object. func (c *ProjectsTemplatesLaunchCall) DynamicTemplateGcsPath(dynamicTemplateGcsPath string) *ProjectsTemplatesLaunchCall { c.urlParams_.Set("dynamicTemplate.gcsPath", dynamicTemplateGcsPath) return c @@ -17051,8 +17052,8 @@ func (c *ProjectsTemplatesLaunchCall) DynamicTemplateStagingLocation(dynamicTemp } // GcsPath sets the optional parameter "gcsPath": A Cloud Storage path -// to the template from which to create the job. Must be valid Cloud -// Storage URL, beginning with 'gs://'. +// to the template to use to create the job. Must be valid Cloud Storage +// URL, beginning with `gs://`. func (c *ProjectsTemplatesLaunchCall) GcsPath(gcsPath string) *ProjectsTemplatesLaunchCall { c.urlParams_.Set("gcsPath", gcsPath) return c @@ -17174,7 +17175,7 @@ func (c *ProjectsTemplatesLaunchCall) Do(opts ...googleapi.CallOption) (*LaunchT // ], // "parameters": { // "dynamicTemplate.gcsPath": { - // "description": "Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.", + // "description": "Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.", // "location": "query", // "type": "string" // }, @@ -17184,7 +17185,7 @@ func (c *ProjectsTemplatesLaunchCall) Do(opts ...googleapi.CallOption) (*LaunchT // "type": "string" // }, // "gcsPath": { - // "description": "A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.", + // "description": "A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.", // "location": "query", // "type": "string" // }, diff --git a/dlp/v2/dlp-api.json b/dlp/v2/dlp-api.json index 600899f641d..7aa38d9e678 100644 --- a/dlp/v2/dlp-api.json +++ b/dlp/v2/dlp-api.json @@ -4164,7 +4164,7 @@ } } }, - "revision": "20240310", + "revision": "20240317", "rootUrl": "https://dlp.googleapis.com/", "schemas": { "GooglePrivacyDlpV2Action": { @@ -4901,7 +4901,11 @@ "TYPE_NUMERIC", "TYPE_RECORD", "TYPE_BIGNUMERIC", - "TYPE_JSON" + "TYPE_JSON", + "TYPE_INTERVAL", + "TYPE_RANGE_DATE", + "TYPE_RANGE_DATETIME", + "TYPE_RANGE_TIMESTAMP" ], "enumDescriptions": [ "Invalid type.", @@ -4918,7 +4922,11 @@ "Encoded as a decimal string.", "Container of ordered fields, each with a type and field name.", "Decimal type.", - "Json type." + "Json type.", + "Interval type.", + "Range type.", + "Range type.", + "Range type." ], "type": "string" }, diff --git a/dlp/v2/dlp-gen.go b/dlp/v2/dlp-gen.go index 0dd7f115232..4907cc81b02 100644 --- a/dlp/v2/dlp-gen.go +++ b/dlp/v2/dlp-gen.go @@ -1881,6 +1881,10 @@ type GooglePrivacyDlpV2ColumnDataProfile struct { // field name. // "TYPE_BIGNUMERIC" - Decimal type. // "TYPE_JSON" - Json type. + // "TYPE_INTERVAL" - Interval type. + // "TYPE_RANGE_DATE" - Range type. + // "TYPE_RANGE_DATETIME" - Range type. + // "TYPE_RANGE_TIMESTAMP" - Range type. ColumnType string `json:"columnType,omitempty"` // DataRiskLevel: The data risk level for this column. diff --git a/identitytoolkit/v2/identitytoolkit-api.json b/identitytoolkit/v2/identitytoolkit-api.json index d319195d327..59ad027c39f 100644 --- a/identitytoolkit/v2/identitytoolkit-api.json +++ b/identitytoolkit/v2/identitytoolkit-api.json @@ -1655,7 +1655,7 @@ } } }, - "revision": "20240118", + "revision": "20240313", "rootUrl": "https://identitytoolkit.googleapis.com/", "schemas": { "GoogleCloudIdentitytoolkitAdminV2AllowByDefault": { @@ -2638,11 +2638,10 @@ "type": "array" }, "recaptchaKeys": { - "description": "Output only. The reCAPTCHA keys.", + "description": "The reCAPTCHA keys.", "items": { "$ref": "GoogleCloudIdentitytoolkitAdminV2RecaptchaKey" }, - "readOnly": true, "type": "array" }, "useAccountDefender": { diff --git a/identitytoolkit/v2/identitytoolkit-gen.go b/identitytoolkit/v2/identitytoolkit-gen.go index f6ab9b742a8..a2dbc6e9027 100644 --- a/identitytoolkit/v2/identitytoolkit-gen.go +++ b/identitytoolkit/v2/identitytoolkit-gen.go @@ -2007,7 +2007,7 @@ type GoogleCloudIdentitytoolkitAdminV2RecaptchaConfig struct { // tenant project. ManagedRules []*GoogleCloudIdentitytoolkitAdminV2RecaptchaManagedRule `json:"managedRules,omitempty"` - // RecaptchaKeys: Output only. The reCAPTCHA keys. + // RecaptchaKeys: The reCAPTCHA keys. RecaptchaKeys []*GoogleCloudIdentitytoolkitAdminV2RecaptchaKey `json:"recaptchaKeys,omitempty"` // UseAccountDefender: Whether to use the account defender for reCAPTCHA diff --git a/toolresults/v1beta3/toolresults-api.json b/toolresults/v1beta3/toolresults-api.json index 60fb316572f..26fecdea7b6 100644 --- a/toolresults/v1beta3/toolresults-api.json +++ b/toolresults/v1beta3/toolresults-api.json @@ -1463,7 +1463,7 @@ } } }, - "revision": "20240110", + "revision": "20240321", "rootUrl": "https://toolresults.googleapis.com/", "schemas": { "ANR": { @@ -2643,7 +2643,8 @@ "GREY_MAX_O", "GREY_MAX_P", "GREY_MAX_Q", - "GREY_MAX_R" + "GREY_MAX_R", + "GREY_MAX_S" ], "enumDescriptions": [ "", @@ -2653,6 +2654,7 @@ "", "", "", + "", "" ], "type": "string" diff --git a/toolresults/v1beta3/toolresults-gen.go b/toolresults/v1beta3/toolresults-gen.go index 368f499bfb1..4391e1b4a91 100644 --- a/toolresults/v1beta3/toolresults-gen.go +++ b/toolresults/v1beta3/toolresults-gen.go @@ -2347,6 +2347,7 @@ type NonSdkApi struct { // "GREY_MAX_P" // "GREY_MAX_Q" // "GREY_MAX_R" + // "GREY_MAX_S" List string `json:"list,omitempty"` // ForceSendFields is a list of field names (e.g. "ApiSignature") to