Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,990 changes: 1,756 additions & 234 deletions oracledatabase/v1/oracledatabase-api.json

Large diffs are not rendered by default.

2,808 changes: 2,734 additions & 74 deletions oracledatabase/v1/oracledatabase-gen.go

Large diffs are not rendered by default.

83 changes: 77 additions & 6 deletions redis/v1/redis-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1073,7 +1073,7 @@
}
}
},
"revision": "20250902",
"revision": "20250909",
"rootUrl": "https://redis.googleapis.com/",
"schemas": {
"AOFConfig": {
Expand Down Expand Up @@ -2019,7 +2019,7 @@
"type": "object"
},
"DatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 11",
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 13",
"id": "DatabaseResourceFeed",
"properties": {
"backupdrMetadata": {
Expand All @@ -2030,6 +2030,10 @@
"$ref": "ConfigBasedSignalData",
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
},
"databaseResourceSignalData": {
"$ref": "DatabaseResourceSignalData",
"description": "Database resource signal data is used to ingest signals from database resource signal feeds."
},
"feedTimestamp": {
"description": "Required. Timestamp when feed is generated.",
"format": "google-datetime",
Expand All @@ -2044,7 +2048,8 @@
"SECURITY_FINDING_DATA",
"RECOMMENDATION_SIGNAL_DATA",
"CONFIG_BASED_SIGNAL_DATA",
"BACKUPDR_METADATA"
"BACKUPDR_METADATA",
"DATABASE_RESOURCE_SIGNAL_DATA"
],
"enumDescriptions": [
"",
Expand All @@ -2053,7 +2058,8 @@
"Database resource security health signal data",
"Database resource recommendation signal data",
"Database config based signal data",
"Database resource metadata from BackupDR"
"Database resource metadata from BackupDR",
"Database resource signal data"
],
"type": "string"
},
Expand Down Expand Up @@ -2569,7 +2575,7 @@
"type": "object"
},
"DatabaseResourceMetadata": {
"description": "Common model for database resource instance metadata. Next ID: 26",
"description": "Common model for database resource instance metadata. Next ID: 27",
"id": "DatabaseResourceMetadata",
"properties": {
"availabilityConfiguration": {
Expand Down Expand Up @@ -2774,6 +2780,10 @@
"userLabelSet": {
"$ref": "UserLabels",
"description": "User-provided labels associated with the resource"
},
"zone": {
"description": "The resource zone. This is only applicable for zonal resources and will be empty for regional and multi-regional resources.",
"type": "string"
}
},
"type": "object"
Expand Down Expand Up @@ -3150,6 +3160,67 @@
},
"type": "object"
},
"DatabaseResourceSignalData": {
"description": "Database resource signal data. This is used to send signals to Condor which are based on the DB/Instance/Fleet level configurations. These will be used to send signals for all inventory types. Next ID: 7",
"id": "DatabaseResourceSignalData",
"properties": {
"fullResourceName": {
"description": "Required. Full Resource name of the source resource.",
"type": "string"
},
"lastRefreshTime": {
"description": "Required. Last time signal was refreshed",
"format": "google-datetime",
"type": "string"
},
"resourceId": {
"$ref": "DatabaseResourceId",
"description": "Database resource id."
},
"signalBoolValue": {
"description": "Signal data for boolean signals.",
"type": "boolean"
},
"signalState": {
"description": "Required. Output only. Signal state of the signal",
"enum": [
"SIGNAL_STATE_UNSPECIFIED",
"ACTIVE",
"INACTIVE",
"DISMISSED"
],
"enumDescriptions": [
"Unspecified signal state.",
"Signal is active and requires attention.",
"Signal is inactive and does not require attention.",
"Signal is dismissed by the user and should not be shown to the user again."
],
"readOnly": true,
"type": "string"
},
"signalType": {
"description": "Required. Signal type of the signal",
"enum": [
"SIGNAL_TYPE_UNSPECIFIED",
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
"SIGNAL_TYPE_DATABASE_AUDITING_DISABLED",
"SIGNAL_TYPE_NO_ROOT_PASSWORD",
"SIGNAL_TYPE_EXPOSED_TO_PUBLIC_ACCESS",
"SIGNAL_TYPE_UNENCRYPTED_CONNECTIONS"
],
"enumDescriptions": [
"Unspecified signal type.",
"Outdated Minor Version",
"Represents database auditing is disabled.",
"Represents if a database has a password configured for the root account or not.",
"Represents if a resource is exposed to public access.",
"Represents if a resources requires all incoming connections to use SSL or not."
],
"type": "string"
}
},
"type": "object"
},
"DiscoveryEndpoint": {
"description": "Endpoints on each network, for Redis clients to connect to the cluster.",
"id": "DiscoveryEndpoint",
Expand Down
71 changes: 66 additions & 5 deletions redis/v1/redis-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 38 additions & 2 deletions vmmigration/v1/vmmigration-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@
"imageImportJobs": {
"methods": {
"cancel": {
"description": "Initiates the cancellation of a running clone job.",
"description": "Initiates the cancellation of a running ImageImportJob.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/imageImports/{imageImportsId}/imageImportJobs/{imageImportJobsId}:cancel",
"httpMethod": "POST",
"id": "vmmigration.projects.locations.imageImports.imageImportJobs.cancel",
Expand Down Expand Up @@ -2543,7 +2543,7 @@
}
}
},
"revision": "20250904",
"revision": "20250911",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand All @@ -2565,6 +2565,21 @@
},
"type": "object"
},
"AdaptationModifier": {
"description": "AdaptationModifier a modifier to be used for configuration of the OS adaptation process.",
"id": "AdaptationModifier",
"properties": {
"modifier": {
"description": "Optional. The modifier name.",
"type": "string"
},
"value": {
"description": "Optional. The value of the modifier. The actual value depends on the modifier and can also be empty.",
"type": "string"
}
},
"type": "object"
},
"AdaptingOSStep": {
"description": "AdaptingOSStep contains specific step details.",
"id": "AdaptingOSStep",
Expand Down Expand Up @@ -3565,6 +3580,13 @@
"description": "ComputeEngineTargetDefaults is a collection of details for creating a VM in a target Compute Engine project.",
"id": "ComputeEngineTargetDefaults",
"properties": {
"adaptationModifiers": {
"description": "Optional. AdaptationModifiers are the set of modifiers used during OS adaptation.",
"items": {
"$ref": "AdaptationModifier"
},
"type": "array"
},
"additionalLicenses": {
"description": "Additional licenses to assign to the VM.",
"items": {
Expand Down Expand Up @@ -3728,6 +3750,13 @@
"description": "ComputeEngineTargetDetails is a collection of details for creating a VM in a target Compute Engine project.",
"id": "ComputeEngineTargetDetails",
"properties": {
"adaptationModifiers": {
"description": "Optional. Modifiers to be used as configuration of the OS adaptation process.",
"items": {
"$ref": "AdaptationModifier"
},
"type": "array"
},
"additionalLicenses": {
"description": "Additional licenses to assign to the VM.",
"items": {
Expand Down Expand Up @@ -4832,6 +4861,13 @@
"description": "Parameters affecting the OS adaptation process.",
"id": "ImageImportOsAdaptationParameters",
"properties": {
"adaptationModifiers": {
"description": "Optional. Modifiers to be used as configuration of the OS adaptation process.",
"items": {
"$ref": "AdaptationModifier"
},
"type": "array"
},
"bootConversion": {
"description": "Optional. By default the image will keep its existing boot option. Setting this property will trigger an internal process which will convert the image from using the existing boot option to another. The size of the boot disk might be increased to allow the conversion",
"enum": [
Expand Down
Loading