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
4 changes: 2 additions & 2 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@
}
}
},
"revision": "20250412",
"revision": "20250723",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1913,7 +1913,7 @@
"type": "array"
},
"groupKey": {
"description": "Required. Immutable. Google Group id whose members are subject to this binding's restrictions. See \"id\" in the [G Suite Directory API's Groups resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: \"01d520gv4vjcrht\"",
"description": "Optional. Immutable. Google Group id whose users are subject to this binding's restrictions. See \"id\" in the [Google Workspace Directory API's Group Resource] (https://developers.google.com/admin-sdk/directory/v1/reference/groups#resource). If a group's email address/alias is changed, this resource will continue to point at the changed group. This field does not accept group email addresses or aliases. Example: \"01d520gv4vjcrht\"",
"type": "string"
},
"name": {
Expand Down
6 changes: 3 additions & 3 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

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

153 changes: 144 additions & 9 deletions alloydb/v1/alloydb-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1622,7 +1622,7 @@
}
}
},
"revision": "20250612",
"revision": "20250723",
"rootUrl": "https://alloydb.googleapis.com/",
"schemas": {
"AuthorizedNetwork": {
Expand Down Expand Up @@ -3888,6 +3888,33 @@
},
"type": "object"
},
"StageSchedule": {
"description": "Timing information for the stage execution.",
"id": "StageSchedule",
"properties": {
"actualEndTime": {
"description": "Actual end time of the stage. Set only if the stage has completed.",
"format": "google-datetime",
"type": "string"
},
"actualStartTime": {
"description": "Actual start time of the stage. Set only if the stage has started.",
"format": "google-datetime",
"type": "string"
},
"estimatedEndTime": {
"description": "When the stage is expected to end. Set only if the stage has not completed yet.",
"format": "google-datetime",
"type": "string"
},
"estimatedStartTime": {
"description": "When the stage is expected to start. Set only if the stage has not started yet.",
"format": "google-datetime",
"type": "string"
}
},
"type": "object"
},
"StageStatus": {
"description": "Status of an upgrade stage.",
"id": "StageStatus",
Expand All @@ -3896,6 +3923,11 @@
"$ref": "ReadPoolInstancesUpgradeStageStatus",
"description": "Read pool instances upgrade metadata."
},
"schedule": {
"$ref": "StageSchedule",
"description": "Output only. Timing information for the stage execution.",
"readOnly": true
},
"stage": {
"description": "Upgrade stage.",
"enum": [
Expand Down Expand Up @@ -4059,6 +4091,17 @@
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration": {
"description": "BackupDRConfiguration to capture the backup and disaster recovery details of database resource.",
"id": "StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration",
"properties": {
"backupdrManaged": {
"description": "Indicates if the resource is managed by BackupDR.",
"type": "boolean"
}
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainBackupRun": {
"description": "A backup run.",
"id": "StorageDatabasecenterPartnerapiV1mainBackupRun",
Expand Down Expand Up @@ -4109,6 +4152,50 @@
},
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData": {
"description": "Config based signal data. This is used to send signals to Condor which are based on the DB level configurations. These will be used to send signals for self managed databases.",
"id": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
"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": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceId",
"description": "Database resource id."
},
"signalBoolValue": {
"description": "Signal data for boolean signals.",
"type": "boolean"
},
"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"
},
"StorageDatabasecenterPartnerapiV1mainCustomMetadataData": {
"description": "Any custom metadata associated with the resource. e.g. A spanner instance can have multiple databases with its own unique metadata. Information for these individual databases can be captured in custom metadata data",
"id": "StorageDatabasecenterPartnerapiV1mainCustomMetadataData",
Expand All @@ -4124,9 +4211,13 @@
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed": {
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 8",
"description": "DatabaseResourceFeed is the top level proto to be used to ingest different database resource level events into Condor platform. Next ID: 9",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed",
"properties": {
"configBasedSignalData": {
"$ref": "StorageDatabasecenterPartnerapiV1mainConfigBasedSignalData",
"description": "Config based signal data is used to ingest signals that are generated based on the configuration of the database resource."
},
"feedTimestamp": {
"description": "Required. Timestamp when feed is generated.",
"format": "google-datetime",
Expand All @@ -4139,14 +4230,16 @@
"RESOURCE_METADATA",
"OBSERVABILITY_DATA",
"SECURITY_FINDING_DATA",
"RECOMMENDATION_SIGNAL_DATA"
"RECOMMENDATION_SIGNAL_DATA",
"CONFIG_BASED_SIGNAL_DATA"
],
"enumDescriptions": [
"",
"Database resource metadata feed from control plane",
"Database resource monitoring data",
"Database resource security health signal data",
"Database resource recommendation signal data"
"Database resource recommendation signal data",
"Database config based signal data"
],
"type": "string"
},
Expand Down Expand Up @@ -4380,7 +4473,12 @@
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED",
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
"SIGNAL_TYPE_REPLICATION_LAG",
"SIGNAL_TYPE_OUTDATED_VERSION"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -4478,6 +4576,11 @@
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -4576,7 +4679,12 @@
"Heavy write pressure on the database rows.",
"Heavy read pressure on the database rows.",
"Encryption org policy not satisfied.",
"Location org policy not satisfied."
"Location org policy not satisfied.",
"Outdated DB minor version.",
"Schema not optimized.",
"High number of idle connections.",
"Replication delay.",
"Outdated version."
],
"type": "string"
},
Expand Down Expand Up @@ -4640,7 +4748,7 @@
"type": "object"
},
"StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata": {
"description": "Common model for database resource instance metadata. Next ID: 25",
"description": "Common model for database resource instance metadata. Next ID: 26",
"id": "StorageDatabasecenterPartnerapiV1mainDatabaseResourceMetadata",
"properties": {
"availabilityConfiguration": {
Expand All @@ -4655,6 +4763,10 @@
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupRun",
"description": "Latest backup run information for this instance"
},
"backupdrConfiguration": {
"$ref": "StorageDatabasecenterPartnerapiV1mainBackupDRConfiguration",
"description": "Optional. BackupDR Configuration for the resource."
},
"creationTime": {
"description": "The creation time of the resource, i.e. the time when resource is created and recorded in partner service.",
"format": "google-datetime",
Expand Down Expand Up @@ -4727,6 +4839,7 @@
},
"gcbdrConfiguration": {
"$ref": "StorageDatabasecenterPartnerapiV1mainGCBDRConfiguration",
"deprecated": true,
"description": "GCBDR configuration for the resource."
},
"id": {
Expand Down Expand Up @@ -4993,7 +5106,12 @@
"SIGNAL_TYPE_HIGH_WRITE_PRESSURE",
"SIGNAL_TYPE_HIGH_READ_PRESSURE",
"SIGNAL_TYPE_ENCRYPTION_ORG_POLICY_NOT_SATISFIED",
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED"
"SIGNAL_TYPE_LOCATION_ORG_POLICY_NOT_SATISFIED",
"SIGNAL_TYPE_OUTDATED_MINOR_VERSION",
"SIGNAL_TYPE_SCHEMA_NOT_OPTIMIZED",
"SIGNAL_TYPE_MANY_IDLE_CONNECTIONS",
"SIGNAL_TYPE_REPLICATION_LAG",
"SIGNAL_TYPE_OUTDATED_VERSION"
],
"enumDeprecated": [
false,
Expand Down Expand Up @@ -5091,6 +5209,11 @@
false,
false,
false,
false,
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand Down Expand Up @@ -5189,7 +5312,12 @@
"Heavy write pressure on the database rows.",
"Heavy read pressure on the database rows.",
"Encryption org policy not satisfied.",
"Location org policy not satisfied."
"Location org policy not satisfied.",
"Outdated DB minor version.",
"Schema not optimized.",
"High number of idle connections.",
"Replication delay.",
"Outdated version."
],
"type": "string"
}
Expand Down Expand Up @@ -5500,6 +5628,7 @@
"ENGINE_OTHER",
"ENGINE_FIRESTORE_WITH_NATIVE_MODE",
"ENGINE_FIRESTORE_WITH_DATASTORE_MODE",
"ENGINE_FIRESTORE_WITH_MONGODB_COMPATIBILITY_MODE",
"ENGINE_EXADATA_ORACLE",
"ENGINE_ADB_SERVERLESS_ORACLE"
],
Expand All @@ -5521,6 +5650,7 @@
false,
false,
false,
false,
false
],
"enumDescriptions": [
Expand All @@ -5540,11 +5670,16 @@
"Other refers to rest of other database engine. This is to be when engine is known, but it is not present in this enum.",
"Firestore with native mode.",
"Firestore with datastore mode.",
"Firestore with MongoDB compatibility mode.",
"Oracle Exadata engine.",
"Oracle Autonomous DB Serverless engine."
],
"type": "string"
},
"minorVersion": {
"description": "Minor version of the underlying database engine. Example values: For MySQL, it could be \"8.0.32\", \"5.7.32\" etc.. For Postgres, it could be \"14.3\", \"15.3\" etc..",
"type": "string"
},
"type": {
"description": "Type of specific database product. It could be CloudSQL, AlloyDB etc..",
"enum": [
Expand Down
Loading