From ecd017c8f0dbfbbcf9c99884462fce5e36965466 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 27 Aug 2024 01:35:33 +0000 Subject: [PATCH] feat: regenerate index files --- discovery/cloudidentity-v1.json | 4 +- discovery/integrations-v1.json | 358 +++++++------------------------- discovery/monitoring-v3.json | 5 +- discovery/pollen-v1.json | 10 +- src/index.ts | 1 + 5 files changed, 94 insertions(+), 284 deletions(-) diff --git a/discovery/cloudidentity-v1.json b/discovery/cloudidentity-v1.json index 511f7027ff..4a529ef816 100644 --- a/discovery/cloudidentity-v1.json +++ b/discovery/cloudidentity-v1.json @@ -422,7 +422,7 @@ ], "enumDescriptions": [ "Default value. The value is unused.", - "This view contains all devices imported by the company admin. Each device in the response contains all information specified by the company admin when importing the device (i.e. asset tags). This includes devices that may be unaassigned or assigned to users.", + "This view contains all devices imported by the company admin. Each device in the response contains all information specified by the company admin when importing the device (i.e. asset tags). This includes devices that may be unassigned or assigned to users.", "This view contains all devices with at least one user registered on the device. Each device in the response contains all device information, except for asset tags." ], "location": "query", @@ -1990,7 +1990,7 @@ } } }, - "revision": "20240625", + "revision": "20240820", "rootUrl": "https://cloudidentity.googleapis.com/", "schemas": { "AddIdpCredentialOperationMetadata": { diff --git a/discovery/integrations-v1.json b/discovery/integrations-v1.json index 5e5c5a96f3..d6ad1cc5ff 100644 --- a/discovery/integrations-v1.json +++ b/discovery/integrations-v1.json @@ -1351,7 +1351,7 @@ "type": "string" }, "readMask": { - "description": "Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.", + "description": "Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in Execution will be filled and returned. Supported fields: trigger_id execution_method create_time update_time execution_details execution_details.state execution_details.execution_snapshots execution_details.attempt_stats execution_details.event_execution_snapshots_size request_parameters cloud_logging_details snapshot_number replay_info", "format": "google-fieldmask", "location": "query", "type": "string" @@ -1380,34 +1380,6 @@ "scopes": [ "https://www.googleapis.com/auth/cloud-platform" ] - }, - "replay": { - "description": "Re-execute an existing execution, with same request parameters and execution strategy", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/integrations/{integrationsId}/executions/{executionsId}:replay", - "httpMethod": "POST", - "id": "integrations.projects.locations.integrations.executions.replay", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+/executions/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:replay", - "request": { - "$ref": "GoogleCloudIntegrationsV1alphaReplayExecutionRequest" - }, - "response": { - "$ref": "GoogleCloudIntegrationsV1alphaReplayExecutionResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] } }, "resources": { @@ -1743,7 +1715,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: \"List versions (with filter) for a particular integration\". 2. projects//locations//integrations/- Meaning: \"List versions (with filter) for a client within a particular region\". 3. projects//locations/-/integrations/- Meaning: \"List versions (with filter) for a client\".", + "description": "Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: \"List versions (with filter) for a particular integration\". 2. projects//locations//integrations/- Meaning: \"List versions (with filter) for a client within a particular region\".", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+$", "required": true, @@ -2406,34 +2378,6 @@ "resources": { "executions": { "methods": { - "cancel": { - "description": "Cancellation of an execution", - "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/products/{productsId}/integrations/{integrationsId}/executions/{executionsId}:cancel", - "httpMethod": "POST", - "id": "integrations.projects.locations.products.integrations.executions.cancel", - "parameterOrder": [ - "name" - ], - "parameters": { - "name": { - "description": "Required. The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/products/{product}/integrations/{integration_id}/executions/{execution_id}", - "location": "path", - "pattern": "^projects/[^/]+/locations/[^/]+/products/[^/]+/integrations/[^/]+/executions/[^/]+$", - "required": true, - "type": "string" - } - }, - "path": "v1/{+name}:cancel", - "request": { - "$ref": "GoogleCloudIntegrationsV1alphaCancelExecutionRequest" - }, - "response": { - "$ref": "GoogleCloudIntegrationsV1alphaCancelExecutionResponse" - }, - "scopes": [ - "https://www.googleapis.com/auth/cloud-platform" - ] - }, "download": { "description": "Download the execution.", "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/products/{productsId}/integrations/{integrationsId}/executions/{executionsId}:download", @@ -2589,7 +2533,7 @@ "type": "string" }, "readMask": { - "description": "Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.", + "description": "Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in Execution will be filled and returned. Supported fields: trigger_id execution_method create_time update_time execution_details execution_details.state execution_details.execution_snapshots execution_details.attempt_stats execution_details.event_execution_snapshots_size request_parameters cloud_logging_details snapshot_number replay_info", "format": "google-fieldmask", "location": "query", "type": "string" @@ -2912,7 +2856,7 @@ "type": "string" }, "parent": { - "description": "Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: \"List versions (with filter) for a particular integration\". 2. projects//locations//integrations/- Meaning: \"List versions (with filter) for a client within a particular region\". 3. projects//locations/-/integrations/- Meaning: \"List versions (with filter) for a client\".", + "description": "Required. The parent resource where this version will be created. Format: projects/{project}/locations/{location}/integrations/{integration} Specifically, when parent equals: 1. projects//locations//integrations/, Meaning: \"List versions (with filter) for a particular integration\". 2. projects//locations//integrations/- Meaning: \"List versions (with filter) for a client within a particular region\".", "location": "path", "pattern": "^projects/[^/]+/locations/[^/]+/products/[^/]+/integrations/[^/]+$", "required": true, @@ -4140,7 +4084,7 @@ } } }, - "revision": "20240707", + "revision": "20240819", "rootUrl": "https://integrations.googleapis.com/", "schemas": { "CrmlogErrorCode": { @@ -5115,9 +5059,13 @@ "type": "object" }, "EnterpriseCrmEventbusProtoEventExecutionDetails": { - "description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11", + "description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 12", "id": "EnterpriseCrmEventbusProtoEventExecutionDetails", "properties": { + "cancelReason": { + "description": "If the execution is manually canceled, this field will contain the reason for cancellation.", + "type": "string" + }, "eventAttemptStats": { "items": { "$ref": "EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats" @@ -5366,7 +5314,6 @@ "type": "boolean" }, "source": { - "description": "LINT.ThenChange(//depot/google3/enterprise/crm/eventbus/proto/product.proto:product, //depot/google3/java/com/google/enterprise/crm/integrationplatform/api/utils/ConverterUtils.java:source_to_product)", "enum": [ "SOURCE_UNSPECIFIED", "APIGEE", @@ -5562,8 +5509,7 @@ "$ref": "EnterpriseCrmEventbusProtoIntFunction" }, "jsonFunction": { - "$ref": "EnterpriseCrmEventbusProtoJsonFunction", - "description": "LINT.ThenChange(//depot/google3/alkali/apps/integrationplatform/client/workflow_editor/utils/transform_function.ts)" + "$ref": "EnterpriseCrmEventbusProtoJsonFunction" }, "protoArrayFunction": { "$ref": "EnterpriseCrmEventbusProtoProtoArrayFunction" @@ -5752,7 +5698,7 @@ "", "", "", - "next id: 24" + "" ], "type": "string" } @@ -5767,10 +5713,6 @@ "description": "The name of corresponding logging field of the event property. If omitted, assumes the same name as the event property key.", "type": "string" }, - "sanitizeOptions": { - "$ref": "EnterpriseCrmLoggingGwsSanitizeOptions", - "description": "Contains the scrubbing options, such as whether to scrub, obfuscate, etc." - }, "seedPeriod": { "enum": [ "SEED_PERIOD_UNSPECIFIED", @@ -5800,10 +5742,6 @@ "Hash computations include the param name." ], "type": "string" - }, - "shorteningLimits": { - "$ref": "EnterpriseCrmLoggingGwsFieldLimits", - "description": "Contains the field limits for shortening, such as max string length and max array length." } }, "type": "object" @@ -6955,7 +6893,7 @@ "", "Internal IP tasks that should not be available in the UI.", "Tasks that are relevant to cloud systems teams and typically", - "include connecting to Vector salesforce, CRM Hub Spanner etc. Task entities that derive from a custom task template.", + "Task entities that derive from a custom task template.", "Category to show task recommendations" ], "type": "string" @@ -7541,9 +7479,13 @@ "type": "object" }, "EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails": { - "description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11", + "description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 12", "id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails", "properties": { + "cancelReason": { + "description": "If the execution is manually canceled, this field will contain the reason for cancellation.", + "type": "string" + }, "eventAttemptStats": { "items": { "$ref": "EnterpriseCrmEventbusProtoEventExecutionDetailsEventAttemptStats" @@ -7613,7 +7555,7 @@ "type": "object" }, "EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo": { - "description": "Contains all the execution details for a workflow instance. Next available id: 26", + "description": "Contains all the execution details for a workflow instance. Next available id: 27", "id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo", "properties": { "clientId": { @@ -7652,6 +7594,10 @@ "$ref": "EnterpriseCrmEventbusProtoExecutionTraceInfo", "description": "Execution trace info to aggregate parent-child executions." }, + "integrationVersionUserLabel": { + "description": "User-defined label that annotates the executed integration version.", + "type": "string" + }, "lastModifiedTime": { "description": "Auto-generated.", "format": "int64", @@ -8738,144 +8684,6 @@ }, "type": "object" }, - "EnterpriseCrmLoggingGwsFieldLimits": { - "description": "Describes string and array limits when writing to logs. When a limit is exceeded the *shortener_type* describes how to shorten the field. next_id: 6", - "id": "EnterpriseCrmLoggingGwsFieldLimits", - "properties": { - "logAction": { - "enum": [ - "LOG_ACTION_UNSPECIFIED", - "DONT_LOG", - "LOG" - ], - "enumDescriptions": [ - "", - "", - "" - ], - "type": "string" - }, - "logType": { - "description": "To which type(s) of logs the limits apply.", - "items": { - "enum": [ - "LOG_TYPE_UNSPECIFIED", - "GWS", - "GTS", - "ALL" - ], - "enumDescriptions": [ - "", - "Limits apply when log detail records are written to GWS.", - "Limits apply when log detail records are written to GTS (e.g., RecordIO files).", - "Limits apply to *all* output log types." - ], - "type": "string" - }, - "type": "array" - }, - "maxArraySize": { - "description": "maximum array size. If the array exceds this size, the field (list) is truncated.", - "format": "int32", - "type": "integer" - }, - "maxStringLength": { - "description": "maximum string length. If the field exceeds this amount the field is shortened.", - "format": "int32", - "type": "integer" - }, - "shortenerType": { - "enum": [ - "SHORTENER_TYPE_UNSPECIFIED", - "SHORTEN", - "HASH", - "SHORTEN_WITH_HASH", - "SHORTEN_EMAIL", - "SHORTEN_EMAIL_WITH_HASH", - "SHORTEN_DOMAIN" - ], - "enumDescriptions": [ - "", - "String is shortened to max_string_length.", - "String is replaced by its hex-string hash.", - "String is replaced by a combination of string shortening and a hex-string hash.", - "String shortening for email addresses. Shortening may be done on the user and/or domain portion of the email address.", - "String is replaced by a combination of string shortening and a hex-string hash for an email address.", - "Shortens a domain name (e.g., as part of an email address or URL)." - ], - "type": "string" - } - }, - "type": "object" - }, - "EnterpriseCrmLoggingGwsSanitizeOptions": { - "description": "Identifies whether a field contains, or may contain, PII or sensitive data, and how to sanitize the field if it does. If a field's privacy type cannot be determined then it is sanitized (e.g., scrubbed). The specific sanitizer implementation is determined by run-time configuration and environment options (e.g., prod vs. qa). next_id: 5", - "id": "EnterpriseCrmLoggingGwsSanitizeOptions", - "properties": { - "isAlreadySanitized": { - "description": "If true, the value has already been sanitized and needs no further sanitization. For instance, a D3 customer id is already an obfuscated entity and *might not* need further sanitization.", - "type": "boolean" - }, - "logType": { - "description": "To which type(s) of logs the sanitize options apply.", - "items": { - "enum": [ - "LOG_TYPE_UNSPECIFIED", - "GWS", - "GTS", - "ALL" - ], - "enumDescriptions": [ - "", - "Limits apply when log detail records are written to GWS.", - "Limits apply when log detail records are written to GTS (e.g., RecordIO files).", - "Limits apply to *all* output log types." - ], - "type": "string" - }, - "type": "array" - }, - "privacy": { - "enum": [ - "PRIVACY_TYPE_UNSPECIFIED", - "NOT_PII", - "PII", - "SPII", - "UNSURE" - ], - "enumDescriptions": [ - "", - "Field does *NOT* contain PII or sensitive data.", - "Field contains PII.", - "Field contains Sensitive PII.", - "Unsure if field contains PII." - ], - "type": "string" - }, - "sanitizeType": { - "enum": [ - "SANITIZE_TYPE_UNSPECIFIED", - "SCRUB", - "ANONYMIZE", - "ANONYMIZE_LIMITED_REPEATABLE", - "OBFUSCATE", - "ENCRYPT", - "DO_NOT_SANITIZE" - ], - "enumDescriptions": [ - "", - "Replace value with a scrubbed value (usu. a constant).", - "Transform a value so that it cannot be tracked across events. However, a given value, is transformed to the same value *within* an event. E.g., \"foo.com\" is transformed to \"0xabcdef\" for event 1001, and to \"0xfedcba\" for event 1002.", - "Transform values as with ANONYMIZER, but the same transformation is repeated for a limited time (e.g., 1 day).", - "The value is transformed using a well-defined obfuscator (e.g., D3_CUSTOMER_ID).", - "The value is encrypted.", - "No sanitization is required." - ], - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudConnectorsV1AuthConfig": { "description": "AuthConfig defines details of a authentication type.", "id": "GoogleCloudConnectorsV1AuthConfig", @@ -9123,6 +8931,10 @@ "description": "Connection represents an instance of connector.", "id": "GoogleCloudConnectorsV1Connection", "properties": { + "asyncOperationsEnabled": { + "description": "Optional. Async operations enabled for the connection. If Async Operations is enabled, Connection allows the customers to initiate async long running operations using the actions API.", + "type": "boolean" + }, "authConfig": { "$ref": "GoogleCloudConnectorsV1AuthConfig", "description": "Optional. Configuration for establishing the connection's authentication with an external system." @@ -9218,6 +9030,11 @@ "description": "Output only. Eventing Runtime Data.", "readOnly": true }, + "host": { + "description": "Output only. The name of the Hostname of the Service Directory service with TLS.", + "readOnly": true, + "type": "string" + }, "imageLocation": { "description": "Output only. GCR location where the runtime image is stored. formatted like: gcr.io/{bucketName}/{imageName}", "readOnly": true, @@ -9289,6 +9106,11 @@ "description": "Optional. Suspended indicates if a user has suspended a connection or not.", "type": "boolean" }, + "tlsServiceDirectory": { + "description": "Output only. The name of the Service Directory service with TLS.", + "readOnly": true, + "type": "string" + }, "updateTime": { "description": "Output only. Updated time.", "format": "google-datetime", @@ -9361,6 +9183,25 @@ ], "type": "string" }, + "deploymentModelMigrationState": { + "description": "Output only. Status of the deployment model migration.", + "enum": [ + "DEPLOYMENT_MODEL_MIGRATION_STATE_UNSPECIFIED", + "IN_PROGRESS", + "COMPLETED", + "ROLLEDBACK", + "ROLLBACK_IN_PROGRESS" + ], + "enumDescriptions": [ + "Deployment model migration state is not specified.", + "Deployment model migration is in progress.", + "Deployment model migration is completed.", + "Deployment model migration rolledback.", + "Deployment model migration rollback in progress." + ], + "readOnly": true, + "type": "string" + }, "hpaConfig": { "$ref": "GoogleCloudConnectorsV1HPAConfig", "description": "Output only. HPA autoscaling config.", @@ -9372,6 +9213,12 @@ "readOnly": true, "type": "string" }, + "maxInstanceRequestConcurrency": { + "description": "Output only. Max instance request concurrency.", + "format": "int32", + "readOnly": true, + "type": "integer" + }, "ratelimitThreshold": { "description": "Output only. Max QPS supported by the connector version before throttling of requests.", "format": "int64", @@ -10045,23 +9892,6 @@ }, "type": "object" }, - "GoogleCloudIntegrationsV1alphaCancelExecutionRequest": { - "description": "Request for cancelling an execution.", - "id": "GoogleCloudIntegrationsV1alphaCancelExecutionRequest", - "properties": {}, - "type": "object" - }, - "GoogleCloudIntegrationsV1alphaCancelExecutionResponse": { - "description": "Response for cancelling an execution.", - "id": "GoogleCloudIntegrationsV1alphaCancelExecutionResponse", - "properties": { - "isCanceled": { - "description": "True if cancellation performed successfully", - "type": "boolean" - } - }, - "type": "object" - }, "GoogleCloudIntegrationsV1alphaCertificate": { "description": "The certificate definition", "id": "GoogleCloudIntegrationsV1alphaCertificate", @@ -10081,7 +9911,7 @@ "type": "string" }, "credentialId": { - "description": "Immutable. Credential id that will be used to register with trawler INTERNAL_ONLY", + "description": "Immutable. Credential id that will be used to register with trawler", "type": "string" }, "description": { @@ -11326,7 +11156,8 @@ "BOOLEAN_ARRAY", "JSON_VALUE", "PROTO_VALUE", - "PROTO_ARRAY" + "PROTO_ARRAY", + "NON_SERIALIZABLE_OBJECT" ], "enumDescriptions": [ "Unspecified.", @@ -11340,7 +11171,8 @@ "Boolean Array.", "Json.", "Proto Value (Internal use only).", - "Proto Array (Internal use only)." + "Proto Array (Internal use only).", + "// Non-serializable object (Internal use only)." ], "type": "string" }, @@ -11348,6 +11180,10 @@ "$ref": "GoogleCloudIntegrationsV1alphaValueType", "description": "Default values for the defined keys. Each value can either be string, int, double or any proto message or a serialized object." }, + "description": { + "description": "Optional. Description of the parameter.", + "type": "string" + }, "displayName": { "description": "The name (without prefix) to be displayed in the UI for this parameter. E.g. if the key is \"foo.bar.myName\", then the name would be \"myName\".", "type": "string" @@ -12154,7 +11990,8 @@ "BOOLEAN_ARRAY", "JSON_VALUE", "PROTO_VALUE", - "PROTO_ARRAY" + "PROTO_ARRAY", + "NON_SERIALIZABLE_OBJECT" ], "enumDescriptions": [ "Unspecified.", @@ -12168,7 +12005,8 @@ "Boolean Array.", "Json.", "Proto Value (Internal use only).", - "Proto Array (Internal use only)." + "Proto Array (Internal use only).", + "// Non-serializable object (Internal use only)." ], "type": "string" }, @@ -12186,7 +12024,8 @@ "BOOLEAN_ARRAY", "JSON_VALUE", "PROTO_VALUE", - "PROTO_ARRAY" + "PROTO_ARRAY", + "NON_SERIALIZABLE_OBJECT" ], "enumDescriptions": [ "Unspecified.", @@ -12200,7 +12039,8 @@ "Boolean Array.", "Json.", "Proto Value (Internal use only).", - "Proto Array (Internal use only)." + "Proto Array (Internal use only).", + "// Non-serializable object (Internal use only)." ], "type": "string" } @@ -12347,40 +12187,6 @@ }, "type": "object" }, - "GoogleCloudIntegrationsV1alphaReplayExecutionRequest": { - "description": "Request for replaying an execution Next ID: 3", - "id": "GoogleCloudIntegrationsV1alphaReplayExecutionRequest", - "properties": { - "replayReason": { - "description": "Optional. The user provided reason for replaying the execution.", - "type": "string" - } - }, - "type": "object" - }, - "GoogleCloudIntegrationsV1alphaReplayExecutionResponse": { - "description": "Response for replaying an execution Next ID: 4", - "id": "GoogleCloudIntegrationsV1alphaReplayExecutionResponse", - "properties": { - "executionId": { - "description": "The id of the execution corresponding to this run of integration.", - "type": "string" - }, - "outputParameters": { - "additionalProperties": { - "description": "Properties of the object.", - "type": "any" - }, - "description": "OUTPUT parameters in format of Map. Where Key is the name of the parameter. The parameters would only be present in case of synchrounous execution Note: Name of the system generated parameters are wrapped by backtick(`) to distinguish them from the user defined parameters.", - "type": "object" - }, - "replayedExecutionId": { - "description": "The execution id which is replayed", - "type": "string" - } - }, - "type": "object" - }, "GoogleCloudIntegrationsV1alphaResolveSuspensionRequest": { "description": "Request for [Suspensions.ResolveSuspensions].", "id": "GoogleCloudIntegrationsV1alphaResolveSuspensionRequest", @@ -13097,10 +12903,6 @@ }, "type": "array" }, - "clientId": { - "description": "Required. Client id with which Template is associated", - "type": "string" - }, "components": { "description": "Optional. Components being used in the template. This could be used to categorize and filter.", "items": { @@ -13379,7 +13181,7 @@ "type": "string" }, "triggerId": { - "description": "Optional. The backend trigger ID.", + "description": "Optional. Auto-generated trigger ID. The ID is based on the properties that you define in the trigger config. For example, for an API trigger, the trigger ID follows the format: api_trigger/TRIGGER_NAME Where trigger config has properties with value {\"Trigger name\": TRIGGER_NAME}", "type": "string" }, "triggerNumber": { diff --git a/discovery/monitoring-v3.json b/discovery/monitoring-v3.json index c9a99f37fd..6c3c6074b3 100644 --- a/discovery/monitoring-v3.json +++ b/discovery/monitoring-v3.json @@ -2113,6 +2113,7 @@ ] }, "query": { + "deprecated": true, "description": "Queries time series using Monitoring Query Language.", "flatPath": "v3/projects/{projectsId}/timeSeries:query", "httpMethod": "POST", @@ -2714,7 +2715,7 @@ } } }, - "revision": "20240804", + "revision": "20240818", "rootUrl": "https://monitoring.googleapis.com/", "schemas": { "Aggregation": { @@ -5195,6 +5196,7 @@ "type": "object" }, "QueryTimeSeriesRequest": { + "deprecated": true, "description": "The QueryTimeSeries request.", "id": "QueryTimeSeriesRequest", "properties": { @@ -5215,6 +5217,7 @@ "type": "object" }, "QueryTimeSeriesResponse": { + "deprecated": true, "description": "The QueryTimeSeries response.", "id": "QueryTimeSeriesResponse", "properties": { diff --git a/discovery/pollen-v1.json b/discovery/pollen-v1.json index e5a6cb8fd9..a1f42f2b1d 100644 --- a/discovery/pollen-v1.json +++ b/discovery/pollen-v1.json @@ -233,7 +233,7 @@ } } }, - "revision": "20240720", + "revision": "20240825", "rootUrl": "https://pollen.googleapis.com/", "schemas": { "Color": { @@ -471,7 +471,9 @@ "HAZEL", "GRAMINALES", "RAGWEED", - "MUGWORT" + "MUGWORT", + "JAPANESE_CEDAR", + "JAPANESE_CYPRESS" ], "enumDescriptions": [ "Unspecified plant code.", @@ -489,7 +491,9 @@ "Hazel is classified as a tree pollen type.", "Graminales is classified as a grass pollen type.", "Ragweed is classified as a weed pollen type.", - "Mugwort is classified as a weed pollen type." + "Mugwort is classified as a weed pollen type.", + "Japanese cedar is classified as a tree pollen type.", + "Japanese cypress is classified as a tree pollen type." ], "type": "string" }, diff --git a/src/index.ts b/src/index.ts index 66531feb19..3ee59b4fa1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -294,6 +294,7 @@ export {gkehub_v1alpha} from './apis/gkehub/v1alpha'; export {gkehub_v1alpha2} from './apis/gkehub/v1alpha2'; export {gkehub_v1beta} from './apis/gkehub/v1beta'; export {gkehub_v1beta1} from './apis/gkehub/v1beta1'; +export {gkehub_v2} from './apis/gkehub/v2'; export {gkehub_v2alpha} from './apis/gkehub/v2alpha'; export {gkehub_v2beta} from './apis/gkehub/v2beta'; export {gkeonprem_v1} from './apis/gkeonprem/v1';