{
  "name": "oracledatabase",
  "title": "Oracle Database@Google Cloud API",
  "discoveryVersion": "v1",
  "servicePath": "",
  "kind": "discovery#restDescription",
  "endpoints": [
    {
      "location": "asia-northeast2",
      "description": "Regional Endpoint",
      "endpointUrl": "https://oracledatabase.asia-northeast2.rep.googleapis.com/"
    },
    {
      "description": "Regional Endpoint",
      "endpointUrl": "https://oracledatabase.asia-south2.rep.googleapis.com/",
      "location": "asia-south2"
    },
    {
      "description": "Regional Endpoint",
      "location": "asia-south1",
      "endpointUrl": "https://oracledatabase.asia-south1.rep.googleapis.com/"
    },
    {
      "endpointUrl": "https://oracledatabase.australia-southeast2.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "australia-southeast2"
    },
    {
      "endpointUrl": "https://oracledatabase.europe-west8.rep.googleapis.com/",
      "location": "europe-west8",
      "description": "Regional Endpoint"
    },
    {
      "endpointUrl": "https://oracledatabase.northamerica-northeast2.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "northamerica-northeast2"
    }
  ],
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "protocol": "rest",
  "description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.",
  "baseUrl": "https://oracledatabase.googleapis.com/",
  "batchPath": "batch",
  "schemas": {
    "ListLocationsResponse": {
      "id": "ListLocationsResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The standard List next-page token."
        },
        "locations": {
          "items": {
            "$ref": "Location"
          },
          "description": "A list of locations that matches the specified filter in the request.",
          "type": "array"
        }
      },
      "description": "The response message for Locations.ListLocations.",
      "type": "object"
    },
    "GoldengateIcebergConnectionProperties": {
      "properties": {
        "technologyType": {
          "type": "string",
          "description": "Required. The technology type of Iceberg connection."
        },
        "catalog": {
          "description": "Required. The Iceberg catalog.",
          "$ref": "IcebergCatalog"
        },
        "storage": {
          "$ref": "IcebergStorage",
          "description": "Required. The Iceberg storage."
        }
      },
      "description": "The properties of GoldengateIcebergConnection.",
      "id": "GoldengateIcebergConnectionProperties",
      "type": "object"
    },
    "GoldengateDb2ConnectionProperties": {
      "properties": {
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Db2 connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "sslClientKeystashFile": {
          "description": "Optional. The keystash file which contains the encrypted password to the key database file. Not supported for IBM Db2 for i.",
          "type": "string"
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect to the DB2 database.",
          "type": "string"
        },
        "database": {
          "description": "Optional. The name of the database.",
          "type": "string"
        },
        "host": {
          "description": "Optional. The name or address of a host.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of Db2Connection."
        },
        "sslServerCertificateFile": {
          "description": "Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate.",
          "type": "string"
        },
        "port": {
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "type": "integer",
          "format": "int32"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Db2 connection in plain text."
        },
        "securityProtocol": {
          "type": "string",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security."
          ],
          "enum": [
            "DB2_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS"
          ],
          "description": "Optional. Security protocol for the DB2 database."
        },
        "additionalAttributes": {
          "type": "array",
          "items": {
            "$ref": "NameValuePair"
          },
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string."
        },
        "sslClientKeystoredbFile": {
          "type": "string",
          "description": "Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i."
        }
      },
      "description": "The properties of GoldengateDb2Connection.",
      "type": "object",
      "id": "GoldengateDb2ConnectionProperties"
    },
    "ListGoldengateDeploymentVersionsResponse": {
      "id": "ListGoldengateDeploymentVersionsResponse",
      "description": "Message for response to listing GoldengateDeploymentVersions",
      "properties": {
        "goldengateDeploymentVersions": {
          "items": {
            "$ref": "GoldengateDeploymentVersion"
          },
          "type": "array",
          "description": "The list of GoldengateDeploymentVersion"
        },
        "unreachable": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Unordered list. Locations that could not be reached."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GoldengateAzureDataLakeStorageConnectionProperties": {
      "id": "GoldengateAzureDataLakeStorageConnectionProperties",
      "properties": {
        "sasTokenSecret": {
          "description": "Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.",
          "type": "string"
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net"
        },
        "clientSecret": {
          "description": "Optional. Azure client secret (aka application password) for authentication.",
          "type": "string"
        },
        "azureTenantId": {
          "description": "Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AzureDataLakeStorageConnection."
        },
        "clientId": {
          "description": "Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.",
          "type": "string"
        },
        "authenticationType": {
          "enumDescriptions": [
            "Authentication type not specified.",
            "Shared key authentication.",
            "Shared access signature authentication.",
            "Azure active directory authentication."
          ],
          "type": "string",
          "enum": [
            "AUTHENTICATION_TYPE_UNSPECIFIED",
            "SHARED_KEY",
            "SHARED_ACCESS_SIGNATURE",
            "AZURE_ACTIVE_DIRECTORY"
          ],
          "description": "Optional. Authentication mechanism to access Azure Data Lake Storage."
        },
        "account": {
          "description": "Optional. Sets the Azure storage account name.",
          "type": "string"
        },
        "accountKeySecret": {
          "description": "Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'.",
          "type": "string"
        },
        "azureAuthorityHost": {
          "description": "Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com",
          "type": "string"
        }
      },
      "type": "object",
      "description": "The properties of GoldengateAzureDataLakeStorageConnection."
    },
    "ExascaleDbStorageVaultProperties": {
      "id": "ExascaleDbStorageVaultProperties",
      "type": "object",
      "properties": {
        "vmClusterIds": {
          "type": "array",
          "description": "Output only. The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "description": {
          "description": "Optional. The description of the ExascaleDbStorageVault.",
          "type": "string"
        },
        "ocid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The OCID for the ExascaleDbStorageVault."
        },
        "timeZone": {
          "readOnly": true,
          "$ref": "TimeZone",
          "description": "Output only. The time zone of the ExascaleDbStorageVault."
        },
        "additionalFlashCachePercent": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. The size of additional flash cache in percentage of high capacity database storage."
        },
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The state of the ExascaleDbStorageVault is unspecified.",
            "The ExascaleDbStorageVault is being provisioned.",
            "The ExascaleDbStorageVault is available.",
            "The ExascaleDbStorageVault is being updated.",
            "The ExascaleDbStorageVault is being deleted.",
            "The ExascaleDbStorageVault has been deleted.",
            "The ExascaleDbStorageVault has failed."
          ],
          "description": "Output only. The state of the ExascaleDbStorageVault.",
          "type": "string"
        },
        "attachedShapeAttributes": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.",
          "items": {
            "type": "string",
            "enumDescriptions": [
              "Default unspecified value.",
              "Indicates that the resource is in smart storage.",
              "Indicates that the resource is in block storage."
            ],
            "enum": [
              "SHAPE_ATTRIBUTE_UNSPECIFIED",
              "SMART_STORAGE",
              "BLOCK_STORAGE"
            ]
          }
        },
        "exascaleDbStorageDetails": {
          "description": "Required. The storage details of the ExascaleDbStorageVault.",
          "$ref": "ExascaleDbStorageDetails"
        },
        "ociUri": {
          "type": "string",
          "description": "Output only. Deep link to the OCI console to view this resource.",
          "readOnly": true
        },
        "availableShapeAttributes": {
          "items": {
            "enum": [
              "SHAPE_ATTRIBUTE_UNSPECIFIED",
              "SMART_STORAGE",
              "BLOCK_STORAGE"
            ],
            "enumDescriptions": [
              "Default unspecified value.",
              "Indicates that the resource is in smart storage.",
              "Indicates that the resource is in block storage."
            ],
            "type": "string"
          },
          "description": "Output only. The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.",
          "readOnly": true,
          "type": "array"
        },
        "vmClusterCount": {
          "description": "Output only. The number of VM clusters associated with the ExascaleDbStorageVault.",
          "readOnly": true,
          "format": "int32",
          "type": "integer"
        }
      },
      "description": "The properties of the ExascaleDbStorageVault. next ID: 12"
    },
    "DbVersion": {
      "properties": {
        "properties": {
          "$ref": "DbVersionProperties",
          "readOnly": true,
          "description": "Output only. The properties of the DbVersion."
        },
        "name": {
          "description": "Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "DbVersion",
      "type": "object",
      "description": "A valid Oracle Database version."
    },
    "GoldengateSnowflakeConnectionProperties": {
      "id": "GoldengateSnowflakeConnectionProperties",
      "type": "object",
      "properties": {
        "privateKeyFile": {
          "description": "Optional. The content of private key file in PEM format.",
          "type": "string"
        },
        "authenticationType": {
          "description": "Optional. Used authentication mechanism to access Snowflake.",
          "type": "string",
          "enum": [
            "AUTHENTICATION_TYPE_UNSPECIFIED",
            "BASIC",
            "KEY_PAIR"
          ],
          "enumDescriptions": [
            "Authentication type not specified.",
            "Basic authentication.",
            "Key pair authentication."
          ]
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect to Snowflake.",
          "type": "string"
        },
        "privateKeyPassphraseSecret": {
          "type": "string",
          "description": "Optional. Password if the private key file is encrypted."
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect to Snowflake platform in plain text.",
          "type": "string"
        },
        "connectionUrl": {
          "type": "string",
          "description": "Optional. JDBC connection URL. e.g.: 'jdbc:snowflake://.snowflakecomputing.com/?warehouse=&db='"
        },
        "technologyType": {
          "description": "Optional. The technology type of SnowflakeConnection.",
          "type": "string"
        },
        "passwordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect to Snowflake platform. Format: projects/{project}/secrets/{secret}/versions/{version}."
        }
      },
      "description": "The properties of GoldengateSnowflakeConnection."
    },
    "StopGoldengateDeploymentRequest": {
      "properties": {},
      "id": "StopGoldengateDeploymentRequest",
      "description": "The request for `GoldengateDeployment.Stop`.",
      "type": "object"
    },
    "AutonomousDatabaseBackupProperties": {
      "properties": {
        "endTime": {
          "type": "string",
          "description": "Output only. The date and time the backup completed.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "dbVersion": {
          "type": "string",
          "description": "Output only. A valid Oracle Database version for Autonomous Database.",
          "readOnly": true
        },
        "isAutomaticBackup": {
          "description": "Output only. Indicates if the backup is automatic or user initiated.",
          "readOnly": true,
          "type": "boolean"
        },
        "kmsKeyId": {
          "description": "Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.",
          "type": "string"
        },
        "lifecycleState": {
          "description": "Output only. The lifecycle state of the backup.",
          "type": "string",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "DELETING",
            "DELETED",
            "FAILED",
            "UPDATING"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in creating state.",
            "Indicates that the resource is in active state.",
            "Indicates that the resource is in deleting state.",
            "Indicates that the resource is in deleted state.",
            "Indicates that the resource is in failed state.",
            "Indicates that the resource is in updating state."
          ]
        },
        "isRestorable": {
          "type": "boolean",
          "description": "Output only. Indicates if the backup can be used to restore the Autonomous Database.",
          "readOnly": true
        },
        "ocid": {
          "description": "Output only. OCID of the Autonomous Database backup. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle",
          "readOnly": true,
          "type": "string"
        },
        "sizeTb": {
          "format": "float",
          "description": "Output only. The backup size in terabytes.",
          "readOnly": true,
          "type": "number"
        },
        "keyStoreId": {
          "type": "string",
          "description": "Optional. The OCID of the key store of Oracle Vault."
        },
        "startTime": {
          "description": "Output only. The date and time the backup started.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "kmsKeyVersionId": {
          "description": "Optional. The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.",
          "type": "string"
        },
        "compartmentId": {
          "description": "Output only. The OCID of the compartment.",
          "readOnly": true,
          "type": "string"
        },
        "vaultId": {
          "description": "Optional. The OCID of the vault.",
          "type": "string"
        },
        "type": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Incremental backups.",
            "Full backups.",
            "Long term backups."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "INCREMENTAL",
            "FULL",
            "LONG_TERM"
          ],
          "description": "Output only. The type of the backup.",
          "type": "string",
          "readOnly": true
        },
        "retentionPeriodDays": {
          "type": "integer",
          "description": "Optional. Retention period in days for the backup.",
          "format": "int32"
        },
        "lifecycleDetails": {
          "description": "Output only. Additional information about the current lifecycle state.",
          "readOnly": true,
          "type": "string"
        },
        "databaseSizeTb": {
          "type": "number",
          "format": "float",
          "description": "Output only. The quantity of data in the database, in terabytes.",
          "readOnly": true
        },
        "keyStoreWallet": {
          "type": "string",
          "description": "Optional. The wallet name for Oracle Key Vault."
        },
        "isLongTermBackup": {
          "description": "Output only. Indicates if the backup is long term backup.",
          "type": "boolean",
          "readOnly": true
        },
        "availableTillTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. Timestamp until when the backup will be available."
        }
      },
      "id": "AutonomousDatabaseBackupProperties",
      "description": "Properties of the Autonomous Database Backup resource.",
      "type": "object"
    },
    "GoldengateMicrosoftFabricConnectionProperties": {
      "properties": {
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of MicrosoftFabricConnection."
        },
        "clientId": {
          "type": "string",
          "description": "Optional. Azure client ID of the application."
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com"
        },
        "clientSecret": {
          "description": "Optional. Client secret associated with the client id.",
          "type": "string"
        },
        "tenantId": {
          "type": "string",
          "description": "Optional. Azure tenant ID of the application."
        }
      },
      "description": "The properties of GoldengateMicrosoftFabricConnection.",
      "id": "GoldengateMicrosoftFabricConnectionProperties",
      "type": "object"
    },
    "ListAutonomousDbVersionsResponse": {
      "id": "ListAutonomousDbVersionsResponse",
      "type": "object",
      "properties": {
        "autonomousDbVersions": {
          "type": "array",
          "items": {
            "$ref": "AutonomousDbVersion"
          },
          "description": "The list of Autonomous Database versions."
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "description": "The response for `AutonomousDbVersion.List`."
    },
    "DataCollectionOptions": {
      "id": "DataCollectionOptions",
      "type": "object",
      "properties": {
        "incidentLogsEnabled": {
          "description": "Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster",
          "type": "boolean"
        },
        "diagnosticsEventsEnabled": {
          "description": "Optional. Indicates whether diagnostic collection is enabled for the VM cluster",
          "type": "boolean"
        },
        "healthMonitoringEnabled": {
          "description": "Optional. Indicates whether health monitoring is enabled for the VM cluster",
          "type": "boolean"
        }
      },
      "description": "Data collection options for diagnostics."
    },
    "ListDbSystemInitialStorageSizesResponse": {
      "id": "ListDbSystemInitialStorageSizesResponse",
      "type": "object",
      "description": "The response for `DbSystemInitialStorageSizes.List`.",
      "properties": {
        "dbSystemInitialStorageSizes": {
          "type": "array",
          "items": {
            "$ref": "DbSystemInitialStorageSize"
          },
          "description": "The list of DbSystemInitialStorageSizes."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      }
    },
    "GoldengateKafkaConnectionProperties": {
      "type": "object",
      "properties": {
        "bootstrapServers": {
          "items": {
            "$ref": "KafkaBootstrapServer"
          },
          "type": "array",
          "description": "Optional. Kafka bootstrap. Equivalent of bootstrap.servers configuration property in Kafka: list of KafkaBootstrapServer objects specified by host/port. Used for establishing the initial connection to the Kafka cluster. Example: \"server1.example.com:9092,server2.example.com:9092\""
        },
        "keyStorePasswordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "keyStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the KeyStore file."
        },
        "keyStorePassword": {
          "description": "Optional. Input only. The KeyStore password in plain text.",
          "type": "string"
        },
        "passwordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for Kafka basic/SASL auth. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "consumerPropertiesFile": {
          "description": "Optional. The base64 encoded content of the consumer.properties file.",
          "type": "string"
        },
        "securityProtocol": {
          "type": "string",
          "description": "Optional. Security Type for Kafka.",
          "enumDescriptions": [
            "Security type not specified.",
            "SSL security protocol.",
            "SASL SSL security protocol.",
            "Plaintext security protocol.",
            "SASL Plaintext security protocol."
          ],
          "enum": [
            "KAFKA_SECURITY_PROTOCOL_UNSPECIFIED",
            "SSL",
            "SASL_SSL",
            "PLAINTEXT",
            "SASL_PLAINTEXT"
          ]
        },
        "streamPoolId": {
          "type": "string",
          "description": "Optional. The OCID of the stream pool being referenced."
        },
        "clusterId": {
          "description": "Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.",
          "type": "string"
        },
        "sslKeyPasswordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "producerPropertiesFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the producer.properties file."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of KafkaConnection."
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.",
          "type": "string"
        },
        "trustStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the TrustStore file."
        },
        "trustStorePasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "useResourcePrincipal": {
          "type": "boolean",
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections."
        },
        "sslKeyPassword": {
          "description": "Optional. Input only. The password for the cert inside of the KeyStore in plain text.",
          "type": "string"
        },
        "trustStorePassword": {
          "description": "Optional. Input only. The TrustStore password in plain text.",
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password for Kafka basic/SASL auth in plain text."
        }
      },
      "description": "The properties of GoldengateKafkaConnection.",
      "id": "GoldengateKafkaConnectionProperties"
    },
    "RemoveVirtualMachineExadbVmClusterRequest": {
      "properties": {
        "requestId": {
          "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
          "type": "string"
        },
        "hostnames": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The list of host names of db nodes to be removed from the ExadbVmCluster."
        }
      },
      "description": "The request for `ExadbVmCluster.RemoveVirtualMachine`.",
      "id": "RemoveVirtualMachineExadbVmClusterRequest",
      "type": "object"
    },
    "AutonomousDatabaseApex": {
      "id": "AutonomousDatabaseApex",
      "description": "Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex",
      "type": "object",
      "properties": {
        "apexVersion": {
          "description": "Output only. The Oracle APEX Application Development version.",
          "type": "string",
          "readOnly": true
        },
        "ordsVersion": {
          "description": "Output only. The Oracle REST Data Services (ORDS) version.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "DbVersionProperties": {
      "description": "The properties of a DbVersion.",
      "properties": {
        "supportsPdb": {
          "description": "Output only. True if this version of the Oracle Database software supports pluggable databases.",
          "readOnly": true,
          "type": "boolean"
        },
        "isPreviewDbVersion": {
          "description": "Output only. True if this version of the Oracle Database software is the preview version.",
          "type": "boolean",
          "readOnly": true
        },
        "isUpgradeSupported": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. True if this version of the Oracle Database software is supported for Upgrade."
        },
        "isLatestForMajorVersion": {
          "readOnly": true,
          "description": "Output only. True if this version of the Oracle Database software is the latest version for a release.",
          "type": "boolean"
        },
        "version": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A valid Oracle Database version."
        }
      },
      "type": "object",
      "id": "DbVersionProperties"
    },
    "ExascaleConfig": {
      "properties": {
        "availableVmStorageSizeGb": {
          "format": "int32",
          "readOnly": true,
          "description": "Output only. Available storage size for VM storage on Exascale in GBs.",
          "type": "integer"
        },
        "totalStorageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Total storage size needed for Exascale in GBs."
        },
        "totalVmStorageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. Storage size needed for VM storage on Exascale in GBs."
        },
        "availableStorageSizeGb": {
          "readOnly": true,
          "description": "Output only. Available storage size for Exascale in GBs.",
          "type": "integer",
          "format": "int32"
        }
      },
      "description": "Details of the Exascale configuration for the Exadata Infrastructure.",
      "id": "ExascaleConfig",
      "type": "object"
    },
    "ListExascaleDbStorageVaultsResponse": {
      "properties": {
        "exascaleDbStorageVaults": {
          "description": "The ExascaleDbStorageVaults.",
          "type": "array",
          "items": {
            "$ref": "ExascaleDbStorageVault"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return. If present, the next page token can be provided to a subsequent ListExascaleDbStorageVaults call to list the next page. If empty, there are no more pages.",
          "type": "string"
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'."
        }
      },
      "description": "The response for `ExascaleDbStorageVault.List`.",
      "type": "object",
      "id": "ListExascaleDbStorageVaultsResponse"
    },
    "StopAutonomousDatabaseRequest": {
      "description": "The request for `AutonomousDatabase.Stop`.",
      "type": "object",
      "id": "StopAutonomousDatabaseRequest",
      "properties": {}
    },
    "NameValuePair": {
      "id": "NameValuePair",
      "properties": {
        "key": {
          "description": "Required. The name of the property entry.",
          "type": "string"
        },
        "value": {
          "description": "Required. The value of the property entry.",
          "type": "string"
        }
      },
      "description": "A name-value pair representing an attribute entry usable in a list of attributes.",
      "type": "object"
    },
    "SwitchoverAutonomousDatabaseRequest": {
      "description": "The request for `OracleDatabase.SwitchoverAutonomousDatabase`.",
      "properties": {
        "peerAutonomousDatabase": {
          "type": "string",
          "description": "Optional. The peer database name to switch over to. Required for cross-region standby, and must be omitted for in-region Data Guard."
        }
      },
      "type": "object",
      "id": "SwitchoverAutonomousDatabaseRequest"
    },
    "RestIcebergCatalog": {
      "id": "RestIcebergCatalog",
      "description": "The REST Iceberg catalog.",
      "type": "object",
      "properties": {
        "properties": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the configuration file containing additional properties for the REST catalog."
        },
        "uri": {
          "description": "Required. The REST uri.",
          "type": "string"
        }
      }
    },
    "ListCloudExadataInfrastructuresResponse": {
      "id": "ListCloudExadataInfrastructuresResponse",
      "type": "object",
      "properties": {
        "cloudExadataInfrastructures": {
          "items": {
            "$ref": "CloudExadataInfrastructure"
          },
          "description": "The list of Exadata Infrastructures.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token for fetching next page of response."
        },
        "unreachable": {
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "The response for `CloudExadataInfrastructures.list`."
    },
    "LocationMetadata": {
      "id": "LocationMetadata",
      "description": "Metadata for a given Location.",
      "properties": {
        "gcpOracleZones": {
          "type": "array",
          "readOnly": true,
          "description": "Output only. Google Cloud Platform Oracle zones in a location.",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object"
    },
    "ListDbVersionsResponse": {
      "properties": {
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "dbVersions": {
          "type": "array",
          "items": {
            "$ref": "DbVersion"
          },
          "description": "The list of DbVersions."
        }
      },
      "description": "The response for `DbVersions.List`.",
      "type": "object",
      "id": "ListDbVersionsResponse"
    },
    "ListDatabasesResponse": {
      "id": "ListDatabasesResponse",
      "type": "object",
      "description": "The response for `Database.List`.",
      "properties": {
        "databases": {
          "items": {
            "$ref": "Database"
          },
          "description": "The list of Databases.",
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      }
    },
    "GoldengateConnectionAssignmentProperties": {
      "id": "GoldengateConnectionAssignmentProperties",
      "type": "object",
      "description": "The properties of a GoldengateConnectionAssignment.",
      "properties": {
        "goldengateConnection": {
          "type": "string",
          "description": "Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}"
        },
        "goldengateDeployment": {
          "description": "Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}",
          "type": "string"
        },
        "ocid": {
          "readOnly": true,
          "description": "Output only. The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the connection assignment being referenced.",
          "type": "string"
        },
        "alias": {
          "readOnly": true,
          "description": "Output only. Credential store alias.",
          "type": "string"
        },
        "state": {
          "description": "Output only. The lifecycle state of the connection assignment.",
          "type": "string",
          "enumDescriptions": [
            "Lifecycle state is unspecified.",
            "Connection assignment is being created.",
            "Connection assignment is active.",
            "Connection assignment failed.",
            "Connection assignment is being updated.",
            "Connection assignment is being deleted."
          ],
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "FAILED",
            "UPDATING",
            "DELETING"
          ]
        }
      }
    },
    "GoldengatePlacement": {
      "description": "The placement of the GoldengateDeployment.",
      "type": "object",
      "id": "GoldengatePlacement",
      "properties": {
        "faultDomain": {
          "type": "string",
          "description": "Output only. The fault domain.",
          "readOnly": true
        },
        "availabilityDomain": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The availability domain."
        }
      }
    },
    "BackupDestinationDetails": {
      "type": "object",
      "id": "BackupDestinationDetails",
      "properties": {
        "type": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Backup destination type is NFS.",
            "Backup destination type is Recovery Appliance.",
            "Backup destination type is Object Store.",
            "Backup destination type is Local.",
            "Backup destination type is DBRS."
          ],
          "description": "Optional. The type of the database backup destination.",
          "enum": [
            "BACKUP_DESTINATION_TYPE_UNSPECIFIED",
            "NFS",
            "RECOVERY_APPLIANCE",
            "OBJECT_STORE",
            "LOCAL",
            "DBRS"
          ]
        }
      },
      "description": "The details of the database backup destination."
    },
    "ListAutonomousDatabasesResponse": {
      "properties": {
        "unreachable": {
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          }
        },
        "autonomousDatabases": {
          "items": {
            "$ref": "AutonomousDatabase"
          },
          "description": "The list of Autonomous Databases.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "description": "The response for `AutonomousDatabase.List`.",
      "type": "object",
      "id": "ListAutonomousDatabasesResponse"
    },
    "PluggableDatabaseConnectionStrings": {
      "type": "object",
      "description": "The connection strings used to connect to the Oracle Database.",
      "properties": {
        "allConnectionStrings": {
          "description": "Optional. All connection strings to use to connect to the pluggable database.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "pdbDefault": {
          "description": "Optional. The default connection string to use to connect to the pluggable database.",
          "type": "string"
        },
        "pdbIpDefault": {
          "description": "Optional. The default connection string to use to connect to the pluggable database using IP.",
          "type": "string"
        }
      },
      "id": "PluggableDatabaseConnectionStrings"
    },
    "GoldengateGoogleCloudStorageConnectionProperties": {
      "description": "The properties of GoldengateGoogleCloudStorageConnectionProperties.",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type.",
          "type": "string"
        },
        "serviceAccountKeyFile": {
          "description": "Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Cloud Storage.",
          "type": "string"
        }
      },
      "id": "GoldengateGoogleCloudStorageConnectionProperties",
      "type": "object"
    },
    "AutonomousDatabaseConnectionStrings": {
      "properties": {
        "high": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The database service provides the highest level of resources to each SQL statement."
        },
        "allConnectionStrings": {
          "$ref": "AllConnectionStrings",
          "readOnly": true,
          "description": "Output only. Returns all connection strings that can be used to connect to the Autonomous Database."
        },
        "medium": {
          "readOnly": true,
          "description": "Output only. The database service provides a lower level of resources to each SQL statement.",
          "type": "string"
        },
        "low": {
          "description": "Output only. The database service provides the least level of resources to each SQL statement.",
          "readOnly": true,
          "type": "string"
        },
        "profiles": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. A list of connection string profiles to allow clients to group, filter, and select values based on the structured metadata.",
          "items": {
            "$ref": "DatabaseConnectionStringProfile"
          }
        },
        "dedicated": {
          "description": "Output only. The database service provides the least level of resources to each SQL statement, but supports the most number of concurrent SQL statements.",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object",
      "description": "The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings",
      "id": "AutonomousDatabaseConnectionStrings"
    },
    "ExadbVmClusterProperties": {
      "properties": {
        "licenseModel": {
          "enum": [
            "LICENSE_MODEL_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "enumDescriptions": [
            "Unspecified.",
            "Default is license included.",
            "Bring your own license."
          ],
          "description": "Optional. Immutable. The license type of the ExadbVmCluster.",
          "type": "string"
        },
        "enabledEcpuCountPerNode": {
          "description": "Required. Immutable. The number of ECPUs enabled per node for an exadata vm cluster on exascale infrastructure.",
          "format": "int32",
          "type": "integer"
        },
        "ociUri": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Deep link to the OCI console to view this resource."
        },
        "shapeAttribute": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in smart storage.",
            "Indicates that the resource is in block storage."
          ],
          "description": "Required. Immutable. The shape attribute of the VM cluster. The type of Exascale storage used for Exadata VM cluster. The default is SMART_STORAGE which supports Oracle Database 23ai and later",
          "enum": [
            "SHAPE_ATTRIBUTE_UNSPECIFIED",
            "SMART_STORAGE",
            "BLOCK_STORAGE"
          ]
        },
        "hostnamePrefix": {
          "description": "Required. Immutable. Prefix for VM cluster host names.",
          "type": "string"
        },
        "exascaleDbStorageVault": {
          "type": "string",
          "description": "Required. Immutable. The name of ExascaleDbStorageVault associated with the ExadbVmCluster. It can refer to an existing ExascaleDbStorageVault. Or a new one can be created during the ExadbVmCluster creation (requires storage_vault_properties to be set). Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}"
        },
        "vmFileSystemStorage": {
          "description": "Required. Immutable. Total storage details for the ExadbVmCluster.",
          "$ref": "ExadbVmClusterStorageDetails"
        },
        "nodeCount": {
          "format": "int32",
          "description": "Required. The number of nodes/VMs in the ExadbVmCluster.",
          "type": "integer"
        },
        "sshPublicKeys": {
          "description": "Required. Immutable. The SSH public keys for the ExadbVmCluster.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "scanListenerPortTcp": {
          "format": "int32",
          "description": "Optional. Immutable. SCAN listener port - TCP",
          "type": "integer"
        },
        "additionalEcpuCountPerNode": {
          "description": "Optional. Immutable. The number of additional ECPUs per node for an Exadata VM cluster on exascale infrastructure.",
          "type": "integer",
          "format": "int32"
        },
        "timeZone": {
          "description": "Optional. Immutable. The time zone of the ExadbVmCluster.",
          "$ref": "TimeZone"
        },
        "hostname": {
          "readOnly": true,
          "description": "Output only. The hostname of the ExadbVmCluster.",
          "type": "string"
        },
        "lifecycleState": {
          "enum": [
            "EXADB_VM_CLUSTER_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MAINTENANCE_IN_PROGRESS"
          ],
          "description": "Output only. State of the cluster.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in updating state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in terminated state.",
            "Indicates that the resource is in failed state.",
            "Indicates that the resource is in maintenance in progress state."
          ],
          "readOnly": true
        },
        "giVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The Oracle Grid Infrastructure (GI) software version."
        },
        "clusterName": {
          "description": "Optional. Immutable. The cluster name for Exascale vm cluster. The cluster name must begin with an alphabetic character and may contain hyphens(-) but can not contain underscores(_). It should be not more than 11 characters and is not case sensitive. OCI Cluster name.",
          "type": "string"
        },
        "dataCollectionOptions": {
          "$ref": "DataCollectionOptionsCommon",
          "description": "Optional. Immutable. Indicates user preference for data collection options."
        },
        "memorySizeGb": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. Memory per VM (GB) (Read-only): Shows the amount of memory allocated to each VM. Memory is calculated based on 2.75 GB per Total ECPUs."
        },
        "gridImageId": {
          "description": "Required. Immutable. Grid Infrastructure Version.",
          "type": "string"
        }
      },
      "id": "ExadbVmClusterProperties",
      "description": "The properties of an ExadbVmCluster.",
      "type": "object"
    },
    "GoldengateDeploymentLock": {
      "type": "object",
      "properties": {
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time created."
        },
        "type": {
          "description": "Output only. The type of lock.",
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "The lock type is unspecified.",
            "The lock type is full.",
            "The lock type is delete."
          ],
          "enum": [
            "LOCK_TYPE_UNSPECIFIED",
            "FULL",
            "DELETE"
          ]
        },
        "compartmentId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The compartment id."
        },
        "message": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The message."
        },
        "relatedResourceId": {
          "description": "Output only. The related resource id.",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "The lock of the GoldengateDeployment.",
      "id": "GoldengateDeploymentLock"
    },
    "GoldengateDeploymentVersionProperties": {
      "type": "object",
      "id": "GoldengateDeploymentVersionProperties",
      "properties": {
        "securityFix": {
          "type": "boolean",
          "description": "Optional. Whether the Goldengate Deployment Version resource is a security fix."
        },
        "releaseTime": {
          "description": "Output only. The release time of the Goldengate Deployment Version resource.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "deploymentType": {
          "description": "Output only. The deployment type of the Goldengate Deployment Version resource.",
          "readOnly": true,
          "enum": [
            "DEPLOYMENT_TYPE_UNSPECIFIED",
            "OGG",
            "DATABASE_ORACLE",
            "BIGDATA",
            "DATABASE_MICROSOFT_SQLSERVER",
            "DATABASE_MYSQL",
            "DATABASE_POSTGRESQL",
            "DATABASE_DB2ZOS",
            "DATABASE_DB2I",
            "GGSA",
            "DATA_TRANSFORMS"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Type category is OGG.",
            "Goldengate Deployment Type category is DATABASE_ORACLE.",
            "Goldengate Deployment Type category is BIGDATA.",
            "Goldengate Deployment Type category is DATABASE_MICROSOFT_SQLSERVER.",
            "Goldengate Deployment Type category is DATABASE_MYSQL.",
            "Goldengate Deployment Type category is DATABASE_POSTGRESQL.",
            "Goldengate Deployment Type category is DATABASE_DB2ZOS.",
            "Goldengate Deployment Type category is DATABASE_DB2I.",
            "Goldengate Deployment Type category is GGSA.",
            "Goldengate Deployment Type category is DATA_TRANSFORMS."
          ]
        },
        "supportEndTime": {
          "description": "Output only. The support end time of the Goldengate Deployment Version resource.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "oggVersion": {
          "type": "string",
          "description": "Output only. The OGG version of the Goldengate Deployment Version resource.",
          "readOnly": true
        },
        "releaseType": {
          "readOnly": true,
          "description": "Output only. The release type of the Goldengate Deployment Version resource.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Version release type is MAJOR.",
            "Goldengate Deployment Version release type is BUNDLE.",
            "Goldengate Deployment Version release type is MINOR."
          ],
          "enum": [
            "DEPLOYMENT_RELEASE_TYPE_UNSPECIFIED",
            "MAJOR",
            "BUNDLE",
            "MINOR"
          ]
        }
      },
      "description": "Properties of GoldengateDeploymentVersion."
    },
    "ListDbNodesResponse": {
      "id": "ListDbNodesResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the node should return."
        },
        "dbNodes": {
          "description": "The list of DB Nodes",
          "type": "array",
          "items": {
            "$ref": "DbNode"
          }
        }
      },
      "description": "The response for `DbNode.List`.",
      "type": "object"
    },
    "EncryptionKeyHistoryEntry": {
      "properties": {
        "encryptionKey": {
          "description": "Output only. The encryption key used to encrypt the Autonomous Database.",
          "readOnly": true,
          "$ref": "EncryptionKey"
        },
        "activationTime": {
          "description": "Output only. The date and time when the encryption key was activated on the Autonomous Database..",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        }
      },
      "id": "EncryptionKeyHistoryEntry",
      "description": "The history of the encryption keys used to encrypt the Autonomous Database.",
      "type": "object"
    },
    "AutonomousDbVersion": {
      "id": "AutonomousDbVersion",
      "type": "object",
      "description": "Details of the Autonomous Database version. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDbVersionSummary/",
      "properties": {
        "dbWorkload": {
          "enum": [
            "DB_WORKLOAD_UNSPECIFIED",
            "OLTP",
            "DW",
            "AJD",
            "APEX"
          ],
          "description": "Output only. The Autonomous Database workload type.",
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "Autonomous Transaction Processing database.",
            "Autonomous Data Warehouse database.",
            "Autonomous JSON Database.",
            "Autonomous Database with the Oracle APEX Application Development workload type."
          ],
          "type": "string"
        },
        "version": {
          "readOnly": true,
          "description": "Output only. An Oracle Database version for Autonomous Database.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the Autonomous Database Version resource with the format: projects/{project}/locations/{region}/autonomousDbVersions/{autonomous_db_version}",
          "type": "string"
        },
        "workloadUri": {
          "description": "Output only. A URL that points to a detailed description of the Autonomous Database version.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "ListEntitlementsResponse": {
      "type": "object",
      "properties": {
        "entitlements": {
          "items": {
            "$ref": "Entitlement"
          },
          "type": "array",
          "description": "The list of Entitlements"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListEntitlementsResponse",
      "description": "The response for `Entitlement.List`."
    },
    "ListAutonomousDatabaseCharacterSetsResponse": {
      "description": "The response for `AutonomousDatabaseCharacterSet.List`.",
      "properties": {
        "autonomousDatabaseCharacterSets": {
          "type": "array",
          "items": {
            "$ref": "AutonomousDatabaseCharacterSet"
          },
          "description": "The list of Autonomous Database Character Sets."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "type": "object",
      "id": "ListAutonomousDatabaseCharacterSetsResponse"
    },
    "RestartAutonomousDatabaseRequest": {
      "type": "object",
      "id": "RestartAutonomousDatabaseRequest",
      "description": "The request for `AutonomousDatabase.Restart`.",
      "properties": {}
    },
    "GoldengateOggDeployment": {
      "properties": {
        "adminPasswordSecretVersion": {
          "description": "Optional. Input only. The Goldengate deployment console password secret version.",
          "type": "string"
        },
        "adminPassword": {
          "description": "Optional. The Goldengate deployment console password in plain text.",
          "type": "string"
        },
        "oggVersion": {
          "description": "Optional. Version of OGG",
          "type": "string"
        },
        "deployment": {
          "type": "string",
          "description": "Required. The name given to the Goldengate service deployment. The name must be 1 to 32 characters long, must contain only alphanumeric characters and must start with a letter."
        },
        "identityDomainId": {
          "description": "Output only. The identity domain id of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "passwordSecretId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The password secret id of the GoldengateDeployment."
        },
        "adminUsername": {
          "description": "Required. The Goldengate deployment console username.",
          "type": "string"
        },
        "groupRolesMapping": {
          "$ref": "GoldengateGroupToRolesMapping",
          "readOnly": true,
          "description": "Output only. The group to roles mapping of the GoldengateDeployment."
        },
        "credentialStore": {
          "type": "string",
          "enumDescriptions": [
            "The credential store is unspecified.",
            "The credential store is Goldengate.",
            "The credential store is IAM."
          ],
          "description": "Output only. The credential store of the GoldengateDeployment.",
          "enum": [
            "CREDENTIAL_STORE_UNSPECIFIED",
            "GOLDENGATE",
            "IAM"
          ],
          "readOnly": true
        },
        "certificate": {
          "description": "Output only. The certificate of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "GoldengateOggDeployment",
      "type": "object",
      "description": "The Ogg data of the GoldengateDeployment."
    },
    "AutonomousDatabaseStandbySummary": {
      "type": "object",
      "id": "AutonomousDatabaseStandbySummary",
      "properties": {
        "lifecycleDetails": {
          "description": "Output only. The additional details about the current lifecycle state of the Autonomous Database.",
          "type": "string",
          "readOnly": true
        },
        "lagTimeDuration": {
          "format": "google-duration",
          "type": "string",
          "description": "Output only. The amount of time, in seconds, that the data of the standby database lags in comparison to the data of the primary database.",
          "readOnly": true
        },
        "disasterRecoveryRoleChangedTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.",
          "type": "string"
        },
        "dataGuardRoleChangedTime": {
          "format": "google-datetime",
          "description": "Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.",
          "type": "string",
          "readOnly": true
        },
        "state": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The current lifecycle state of the Autonomous Database.",
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "STOPPING",
            "STOPPED",
            "STARTING",
            "TERMINATING",
            "TERMINATED",
            "UNAVAILABLE",
            "RESTORE_IN_PROGRESS",
            "RESTORE_FAILED",
            "BACKUP_IN_PROGRESS",
            "SCALE_IN_PROGRESS",
            "AVAILABLE_NEEDS_ATTENTION",
            "UPDATING",
            "MAINTENANCE_IN_PROGRESS",
            "RESTARTING",
            "RECREATING",
            "ROLE_CHANGE_IN_PROGRESS",
            "UPGRADING",
            "INACCESSIBLE",
            "STANDBY"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the Autonomous Database is in provisioning state.",
            "Indicates that the Autonomous Database is in available state.",
            "Indicates that the Autonomous Database is in stopping state.",
            "Indicates that the Autonomous Database is in stopped state.",
            "Indicates that the Autonomous Database is in starting state.",
            "Indicates that the Autonomous Database is in terminating state.",
            "Indicates that the Autonomous Database is in terminated state.",
            "Indicates that the Autonomous Database is in unavailable state.",
            "Indicates that the Autonomous Database restore is in progress.",
            "Indicates that the Autonomous Database failed to restore.",
            "Indicates that the Autonomous Database backup is in progress.",
            "Indicates that the Autonomous Database scale is in progress.",
            "Indicates that the Autonomous Database is available but needs attention state.",
            "Indicates that the Autonomous Database is in updating state.",
            "Indicates that the Autonomous Database's maintenance is in progress state.",
            "Indicates that the Autonomous Database is in restarting state.",
            "Indicates that the Autonomous Database is in recreating state.",
            "Indicates that the Autonomous Database's role change is in progress state.",
            "Indicates that the Autonomous Database is in upgrading state.",
            "Indicates that the Autonomous Database is in inaccessible state.",
            "Indicates that the Autonomous Database is in standby state."
          ]
        }
      },
      "description": "Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary"
    },
    "ListExadbVmClustersResponse": {
      "id": "ListExadbVmClustersResponse",
      "description": "The response for `ExadbVmCluster.List`.",
      "properties": {
        "exadbVmClusters": {
          "description": "The list of ExadbVmClusters.",
          "items": {
            "$ref": "ExadbVmCluster"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "type": "array"
        }
      },
      "type": "object"
    },
    "ListGoldengateConnectionAssignmentsResponse": {
      "id": "ListGoldengateConnectionAssignmentsResponse",
      "type": "object",
      "description": "Response message for listing GoldengateConnectionAssignments.",
      "properties": {
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'."
        },
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "goldengateConnectionAssignments": {
          "type": "array",
          "description": "The list of GoldengateConnectionAssignments.",
          "items": {
            "$ref": "GoldengateConnectionAssignment"
          }
        }
      }
    },
    "AmazonS3IcebergStorage": {
      "type": "object",
      "properties": {
        "bucket": {
          "type": "string",
          "description": "Required. The bucket of Amazon S3."
        },
        "accessKeyId": {
          "type": "string",
          "description": "Required. The access key ID of Amazon S3."
        },
        "region": {
          "description": "Required. The region of Amazon S3.",
          "type": "string"
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. The endpoint of Amazon S3."
        },
        "secretAccessKeySecret": {
          "description": "Optional. The secret access key of Amazon S3.",
          "type": "string"
        },
        "schemeType": {
          "description": "Required. The scheme type of Amazon S3.",
          "enumDescriptions": [
            "Scheme type not specified.",
            "S3 scheme.",
            "S3A scheme."
          ],
          "enum": [
            "SCHEME_TYPE_UNSPECIFIED",
            "S3",
            "S3A"
          ],
          "type": "string"
        }
      },
      "description": "The Amazon S3 Iceberg storage.",
      "id": "AmazonS3IcebergStorage"
    },
    "ListGiVersionsResponse": {
      "description": "The response for `GiVersion.List`.",
      "type": "object",
      "properties": {
        "giVersions": {
          "type": "array",
          "description": "The list of Oracle Grid Infrastructure (GI) versions.",
          "items": {
            "$ref": "GiVersion"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListGiVersionsResponse"
    },
    "Entitlement": {
      "id": "Entitlement",
      "properties": {
        "entitlementId": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Google Cloud Marketplace order ID (aka entitlement ID)"
        },
        "name": {
          "description": "Identifier. The name of the Entitlement resource with the format: projects/{project}/locations/{region}/entitlements/{entitlement}",
          "type": "string"
        },
        "state": {
          "description": "Output only. Entitlement State.",
          "type": "string",
          "enum": [
            "STATE_UNSPECIFIED",
            "ACCOUNT_NOT_LINKED",
            "ACCOUNT_NOT_ACTIVE",
            "ACTIVE",
            "ACCOUNT_SUSPENDED",
            "NOT_APPROVED_IN_PRIVATE_MARKETPLACE"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Account not linked.",
            "Account is linked but not active.",
            "Entitlement and Account are active.",
            "Account is suspended.",
            "Entitlement is not approved in private marketplace."
          ],
          "readOnly": true
        },
        "cloudAccountDetails": {
          "description": "Details of the OCI Cloud Account.",
          "$ref": "CloudAccountDetails"
        }
      },
      "description": "Details of the Entitlement resource.",
      "type": "object"
    },
    "TestGoldengateConnectionAssignmentRequest": {
      "type": "object",
      "properties": {
        "type": {
          "enum": [
            "TEST_TYPE_UNSPECIFIED",
            "DEFAULT"
          ],
          "description": "Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.",
          "enumDescriptions": [
            "The default value. This value is unused.",
            "The default connection test."
          ],
          "type": "string"
        }
      },
      "id": "TestGoldengateConnectionAssignmentRequest",
      "description": "Request message for TestGoldengateConnectionAssignment."
    },
    "PluggableDatabaseProperties": {
      "type": "object",
      "description": "The properties of a PluggableDatabase.",
      "id": "PluggableDatabaseProperties",
      "properties": {
        "lifecycleDetails": {
          "description": "Output only. Additional information about the current lifecycle state.",
          "readOnly": true,
          "type": "string"
        },
        "ocid": {
          "description": "Output only. The OCID of the pluggable database.",
          "type": "string",
          "readOnly": true
        },
        "compartmentId": {
          "type": "string",
          "description": "Required. The OCID of the compartment."
        },
        "containerDatabaseOcid": {
          "type": "string",
          "description": "Required. The OCID of the CDB."
        },
        "definedTags": {
          "additionalProperties": {
            "$ref": "DefinedTagValue"
          },
          "description": "Optional. Defined tags for this resource. Each key is predefined and scoped to a namespace.",
          "type": "object"
        },
        "lifecycleState": {
          "enum": [
            "PLUGGABLE_DATABASE_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "TERMINATING",
            "TERMINATED",
            "UPDATING",
            "FAILED",
            "RELOCATING",
            "RELOCATED",
            "REFRESHING",
            "RESTORE_IN_PROGRESS",
            "RESTORE_FAILED",
            "BACKUP_IN_PROGRESS",
            "DISABLED"
          ],
          "enumDescriptions": [
            "The lifecycle state is unspecified.",
            "The pluggable database is provisioning.",
            "The pluggable database is available.",
            "The pluggable database is terminating.",
            "The pluggable database is terminated.",
            "The pluggable database is updating.",
            "The pluggable database is in a failed state.",
            "The pluggable database is relocating.",
            "The pluggable database is relocated.",
            "The pluggable database is refreshing.",
            "The pluggable database is restoring.",
            "The pluggable database restore failed.",
            "The pluggable database is backing up.",
            "The pluggable database is disabled."
          ],
          "description": "Output only. The current state of the pluggable database.",
          "readOnly": true,
          "type": "string"
        },
        "databaseManagementConfig": {
          "$ref": "DatabaseManagementConfig",
          "description": "Output only. The configuration of the Database Management service.",
          "readOnly": true
        },
        "connectionStrings": {
          "$ref": "PluggableDatabaseConnectionStrings",
          "description": "Optional. The Connection strings used to connect to the Oracle Database."
        },
        "isRestricted": {
          "description": "Optional. The restricted mode of the pluggable database. If a pluggable database is opened in restricted mode, the user needs both create a session and have restricted session privileges to connect to it.",
          "type": "boolean"
        },
        "pdbName": {
          "description": "Required. The database name.",
          "type": "string"
        },
        "operationsInsightsState": {
          "type": "string",
          "description": "Output only. The status of Operations Insights for this Database.",
          "readOnly": true,
          "enum": [
            "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED",
            "ENABLING",
            "ENABLED",
            "DISABLING",
            "NOT_ENABLED",
            "FAILED_ENABLING",
            "FAILED_DISABLING"
          ],
          "enumDescriptions": [
            "The status is not specified.",
            "Operations Insights is enabling.",
            "Operations Insights is enabled.",
            "Operations Insights is disabling.",
            "Operations Insights is not enabled.",
            "Operations Insights failed to enable.",
            "Operations Insights failed to disable."
          ]
        },
        "pdbNodeLevelDetails": {
          "items": {
            "$ref": "PluggableDatabaseNodeLevelDetails"
          },
          "type": "array",
          "description": "Optional. Pluggable Database Node Level Details"
        },
        "freeformTags": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.",
          "type": "object"
        }
      }
    },
    "GoldengateDeployment": {
      "id": "GoldengateDeployment",
      "properties": {
        "labels": {
          "description": "Optional. The labels or tags associated with the GoldengateDeployment.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "displayName": {
          "description": "Required. The display name for the GoldengateDeployment.",
          "type": "string"
        },
        "odbSubnet": {
          "type": "string",
          "description": "Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation."
        },
        "gcpOracleZone": {
          "description": "Optional. The GCP Oracle zone where Oracle GoldengateDeployment is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.",
          "type": "string"
        },
        "entitlementId": {
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the GoldengateDeployment",
          "readOnly": true
        },
        "createTime": {
          "description": "Output only. The date and time that the GoldengateDeployment was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "ociUrl": {
          "readOnly": true,
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment}"
        },
        "odbNetwork": {
          "type": "string",
          "description": "Optional. The name of the OdbNetwork associated with the GoldengateDeployment."
        },
        "properties": {
          "$ref": "GoldengateDeploymentProperties",
          "description": "Required. The properties of the GoldengateDeployment."
        }
      },
      "description": "GoldengateDeployment Goldengate Deployment resource model.",
      "type": "object"
    },
    "OdbSubnet": {
      "description": "Represents OdbSubnet resource.",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}"
        },
        "labels": {
          "description": "Optional. Labels or tags associated with the resource.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "state": {
          "description": "Output only. State of the ODB Subnet.",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "TERMINATING",
            "FAILED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in failed state."
          ]
        },
        "purpose": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Subnet to be used for client connections.",
            "Subnet to be used for backup."
          ],
          "enum": [
            "PURPOSE_UNSPECIFIED",
            "CLIENT_SUBNET",
            "BACKUP_SUBNET"
          ],
          "description": "Required. Purpose of the subnet."
        },
        "cidrRange": {
          "type": "string",
          "description": "Required. The CIDR range of the subnet."
        },
        "createTime": {
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The date and time that the OdbNetwork was created.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "OdbSubnet"
    },
    "DbHome": {
      "description": "Details of the Database Home resource.",
      "properties": {
        "dbVersion": {
          "type": "string",
          "description": "Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation."
        },
        "isUnifiedAuditingEnabled": {
          "description": "Optional. Whether unified auditing is enabled for the Database Home.",
          "type": "boolean"
        },
        "database": {
          "description": "Required. The Database resource.",
          "$ref": "Database"
        },
        "displayName": {
          "description": "Optional. The display name for the Database Home. The name does not have to be unique within your project.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "DbHome"
    },
    "PluggableDatabaseNodeLevelDetails": {
      "properties": {
        "pluggableDatabaseId": {
          "description": "Required. The OCID of the Pluggable Database.",
          "type": "string"
        },
        "nodeName": {
          "type": "string",
          "description": "Required. The Node name of the Database home."
        },
        "openMode": {
          "description": "Required. The mode that the pluggable database is in to open it.",
          "type": "string",
          "enumDescriptions": [
            "The open mode is unspecified.",
            "The pluggable database is opened in read-only mode.",
            "The pluggable database is opened in read-write mode.",
            "The pluggable database is mounted.",
            "The pluggable database is migrated."
          ],
          "enum": [
            "PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED",
            "READ_ONLY",
            "READ_WRITE",
            "MOUNTED",
            "MIGRATE"
          ]
        }
      },
      "id": "PluggableDatabaseNodeLevelDetails",
      "description": "The Pluggable Database Node Level Details.",
      "type": "object"
    },
    "ListDbSystemsResponse": {
      "id": "ListDbSystemsResponse",
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'."
        },
        "dbSystems": {
          "type": "array",
          "description": "The list of DbSystems.",
          "items": {
            "$ref": "DbSystem"
          }
        }
      },
      "description": "The response for `DbSystem.List`."
    },
    "FailoverAutonomousDatabaseRequest": {
      "id": "FailoverAutonomousDatabaseRequest",
      "type": "object",
      "description": "The request for `OracleDatabase.FailoverAutonomousDatabase`.",
      "properties": {
        "peerAutonomousDatabase": {
          "type": "string",
          "description": "Optional. The peer database name to fail over to. Required for cross-region standby, and must be omitted for in-region Data Guard."
        }
      }
    },
    "ListCloudVmClustersResponse": {
      "type": "object",
      "id": "ListCloudVmClustersResponse",
      "properties": {
        "unreachable": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'."
        },
        "nextPageToken": {
          "description": "A token to fetch the next page of results.",
          "type": "string"
        },
        "cloudVmClusters": {
          "items": {
            "$ref": "CloudVmCluster"
          },
          "description": "The list of VM Clusters.",
          "type": "array"
        }
      },
      "description": "The response for `CloudVmCluster.List`."
    },
    "DbServerProperties": {
      "properties": {
        "vmCount": {
          "description": "Optional. Vm count per database.",
          "format": "int32",
          "type": "integer"
        },
        "maxOcpuCount": {
          "description": "Optional. Maximum OCPU count per database.",
          "type": "integer",
          "format": "int32"
        },
        "memorySizeGb": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Memory allocated in GBs."
        },
        "ocid": {
          "readOnly": true,
          "description": "Output only. OCID of database server.",
          "type": "string"
        },
        "dbNodeIds": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. OCID of database nodes associated with the database server."
        },
        "maxDbNodeStorageSizeGb": {
          "type": "integer",
          "description": "Optional. Maximum local storage per VM.",
          "format": "int32"
        },
        "state": {
          "type": "string",
          "description": "Output only. State of the database server.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in creating state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in unavailable state.",
            "Indicates that the resource is in deleting state.",
            "Indicates that the resource is in deleted state."
          ],
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "AVAILABLE",
            "UNAVAILABLE",
            "DELETING",
            "DELETED"
          ]
        },
        "ocpuCount": {
          "type": "integer",
          "description": "Optional. OCPU count per database.",
          "format": "int32"
        },
        "dbNodeStorageSizeGb": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Local storage per VM."
        },
        "maxMemorySizeGb": {
          "type": "integer",
          "description": "Optional. Maximum memory allocated in GBs.",
          "format": "int32"
        }
      },
      "description": "Various properties and settings associated with Exadata database server.",
      "type": "object",
      "id": "DbServerProperties"
    },
    "GoldengateDatabricksConnectionProperties": {
      "properties": {
        "storageCredential": {
          "description": "Optional. External storage credential name to access files on object storage such as ADLS Gen2, S3 or Cloud Storage.",
          "type": "string"
        },
        "clientId": {
          "type": "string",
          "description": "Optional. OAuth client id, only applicable for authentication_type == OAUTH_M2M"
        },
        "authenticationType": {
          "enumDescriptions": [
            "Authentication type not specified.",
            "Personal access token authentication.",
            "OAuth M2M authentication."
          ],
          "type": "string",
          "description": "Optional. Authentication type for Databricks.",
          "enum": [
            "DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED",
            "PERSONAL_ACCESS_TOKEN",
            "OAUTH_M2M"
          ]
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to Databricks. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of DatabricksConnection."
        },
        "clientSecret": {
          "type": "string",
          "description": "Optional. OAuth client secret, only applicable for authentication_type == OAUTH_M2M"
        },
        "connectionUrl": {
          "type": "string",
          "description": "Optional. Connection URL. e.g.: 'jdbc:databricks://adb-33934.4.azuredatabricks.net:443/default;transportMode=http;ssl=1;httpPath=sql/protocolv1/o/3393########44/0##3-7-hlrb'"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password used to connect to Databricks in plain text."
        }
      },
      "id": "GoldengateDatabricksConnectionProperties",
      "description": "The properties of GoldengateDatabricksConnection.",
      "type": "object"
    },
    "GoldengateConnectionType": {
      "id": "GoldengateConnectionType",
      "type": "object",
      "description": "Details of the Goldengate Connection Type resource.",
      "properties": {
        "name": {
          "description": "Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}",
          "type": "string"
        },
        "technologyTypes": {
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "description": "Output only. The technology type of the Goldengate Connection Type resource.",
          "type": "array"
        },
        "connectionType": {
          "type": "string",
          "description": "Output only. The connection type of the Goldengate Connection Type resource.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Connection Type category is GOLDENGATE.",
            "Goldengate Connection Type category is KAFKA.",
            "Goldengate Connection Type category is KAFKA_SCHEMA_REGISTRY.",
            "Goldengate Connection Type category is MYSQL.",
            "Goldengate Connection Type category is JAVA_MESSAGE_SERVICE.",
            "Goldengate Connection Type category is MICROSOFT_SQLSERVER.",
            "Goldengate Connection Type category is OCI_OBJECT_STORAGE.",
            "Goldengate Connection Type category is ORACLE.",
            "Goldengate Connection Type category is AZURE_DATA_LAKE_STORAGE.",
            "Goldengate Connection Type category is POSTGRESQL.",
            "Goldengate Connection Type category is AZURE_SYNAPSE_ANALYTICS.",
            "Goldengate Connection Type category is SNOWFLAKE.",
            "Goldengate Connection Type category is AMAZON_S3.",
            "Goldengate Connection Type category is HDFS.",
            "Goldengate Connection Type category is ORACLE_AI_DATA_PLATFORM.",
            "Goldengate Connection Type category is ORACLE_NOSQL.",
            "Goldengate Connection Type category is MONGODB.",
            "Goldengate Connection Type category is AMAZON_KINESIS.",
            "Goldengate Connection Type category is AMAZON_REDSHIFT.",
            "Goldengate Connection Type category is DB2.",
            "Goldengate Connection Type category is REDIS.",
            "Goldengate Connection Type category is ELASTICSEARCH.",
            "Goldengate Connection Type category is GENERIC.",
            "Goldengate Connection Type category is GOOGLE_CLOUD_STORAGE.",
            "Goldengate Connection Type category is GOOGLE_BIGQUERY.",
            "Goldengate Connection Type category is DATABRICKS.",
            "Goldengate Connection Type category is GOOGLE_PUBSUB.",
            "Goldengate Connection Type category is MICROSOFT_FABRIC.",
            "Goldengate Connection Type category is ICEBERG."
          ],
          "enum": [
            "CONNECTION_TYPE_UNSPECIFIED",
            "GOLDENGATE",
            "KAFKA",
            "KAFKA_SCHEMA_REGISTRY",
            "MYSQL",
            "JAVA_MESSAGE_SERVICE",
            "MICROSOFT_SQLSERVER",
            "OCI_OBJECT_STORAGE",
            "ORACLE",
            "AZURE_DATA_LAKE_STORAGE",
            "POSTGRESQL",
            "AZURE_SYNAPSE_ANALYTICS",
            "SNOWFLAKE",
            "AMAZON_S3",
            "HDFS",
            "ORACLE_AI_DATA_PLATFORM",
            "ORACLE_NOSQL",
            "MONGODB",
            "AMAZON_KINESIS",
            "AMAZON_REDSHIFT",
            "DB2",
            "REDIS",
            "ELASTICSEARCH",
            "GENERIC",
            "GOOGLE_CLOUD_STORAGE",
            "GOOGLE_BIGQUERY",
            "DATABRICKS",
            "GOOGLE_PUBSUB",
            "MICROSOFT_FABRIC",
            "ICEBERG"
          ],
          "readOnly": true
        }
      }
    },
    "ListDbServersResponse": {
      "type": "object",
      "id": "ListDbServersResponse",
      "description": "The response for `DbServer.List`.",
      "properties": {
        "dbServers": {
          "type": "array",
          "description": "The list of database servers.",
          "items": {
            "$ref": "DbServer"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      }
    },
    "GoogleCloudStorageIcebergStorage": {
      "type": "object",
      "description": "The Google Cloud Storage Iceberg storage.",
      "id": "GoogleCloudStorageIcebergStorage",
      "properties": {
        "serviceAccountKeyFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the service account key file of Google Cloud Storage."
        },
        "projectId": {
          "description": "Required. The project ID of Google Cloud Storage.",
          "type": "string"
        },
        "bucket": {
          "description": "Required. The bucket of Google Cloud Storage.",
          "type": "string"
        }
      }
    },
    "GoldengateDeploymentType": {
      "description": "Details of the Goldengate Deployment Type resource.",
      "type": "object",
      "properties": {
        "targetTechnologies": {
          "readOnly": true,
          "description": "Output only. The target technologies of the Goldengate Deployment Type resource.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "sourceTechnologies": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Output only. The source technologies of the Goldengate Deployment Type resource.",
          "readOnly": true
        },
        "oggVersion": {
          "description": "Output only. The Ogg version of the Goldengate Deployment Type resource.",
          "readOnly": true,
          "type": "string"
        },
        "connectionTypes": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. The connection types of the Goldengate Deployment Type resource."
        },
        "defaultUsername": {
          "description": "Output only. The default username of the Goldengate Deployment Type resource.",
          "readOnly": true,
          "type": "string"
        },
        "supportedTechnologiesUrl": {
          "type": "string",
          "description": "Output only. The supported technologies URL of the Goldengate Deployment Type resource.",
          "readOnly": true
        },
        "supportedCapabilities": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The supported capabilities of the Goldengate Deployment Type resource.",
          "items": {
            "type": "string"
          }
        },
        "displayName": {
          "readOnly": true,
          "description": "Output only. The display name of the Goldengate Deployment Type resource.",
          "type": "string"
        },
        "deploymentType": {
          "enum": [
            "DEPLOYMENT_TYPE_UNSPECIFIED",
            "OGG",
            "DATABASE_ORACLE",
            "BIGDATA",
            "DATABASE_MICROSOFT_SQLSERVER",
            "DATABASE_MYSQL",
            "DATABASE_POSTGRESQL",
            "DATABASE_DB2ZOS",
            "DATABASE_DB2I",
            "GGSA",
            "DATA_TRANSFORMS"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Type category is OGG.",
            "Goldengate Deployment Type category is DATABASE_ORACLE.",
            "Goldengate Deployment Type category is BIGDATA.",
            "Goldengate Deployment Type category is DATABASE_MICROSOFT_SQLSERVER.",
            "Goldengate Deployment Type category is DATABASE_MYSQL.",
            "Goldengate Deployment Type category is DATABASE_POSTGRESQL.",
            "Goldengate Deployment Type category is DATABASE_DB2ZOS.",
            "Goldengate Deployment Type category is DATABASE_DB2I.",
            "Goldengate Deployment Type category is GGSA.",
            "Goldengate Deployment Type category is DATA_TRANSFORMS."
          ],
          "description": "Output only. The deployment type of the Goldengate Deployment Type resource.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}"
        },
        "category": {
          "readOnly": true,
          "description": "Output only. The category of the Goldengate Deployment Type resource.",
          "enum": [
            "DEPLOYMENT_CATEGORY_UNSPECIFIED",
            "DATA_REPLICATION_CATEGORY",
            "DATA_TRANSFORMS_CATEGORY"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Type category is DATA_REPLICATION_CATEGORY.",
            "Goldengate Deployment Type category is DATA_TRANSFORMS_CATEGORY."
          ],
          "type": "string"
        }
      },
      "id": "GoldengateDeploymentType"
    },
    "MaintenanceWindow": {
      "type": "object",
      "id": "MaintenanceWindow",
      "properties": {
        "hoursOfDay": {
          "items": {
            "format": "int32",
            "type": "integer"
          },
          "description": "Optional. The window of hours during the day when maintenance should be performed. The window is a 4 hour slot. Valid values are: 0 - represents time slot 0:00 - 3:59 UTC 4 - represents time slot 4:00 - 7:59 UTC 8 - represents time slot 8:00 - 11:59 UTC 12 - represents time slot 12:00 - 15:59 UTC 16 - represents time slot 16:00 - 19:59 UTC 20 - represents time slot 20:00 - 23:59 UTC",
          "type": "array"
        },
        "daysOfWeek": {
          "description": "Optional. Days during the week when maintenance should be performed.",
          "items": {
            "enum": [
              "DAY_OF_WEEK_UNSPECIFIED",
              "MONDAY",
              "TUESDAY",
              "WEDNESDAY",
              "THURSDAY",
              "FRIDAY",
              "SATURDAY",
              "SUNDAY"
            ],
            "enumDescriptions": [
              "The day of the week is unspecified.",
              "Monday",
              "Tuesday",
              "Wednesday",
              "Thursday",
              "Friday",
              "Saturday",
              "Sunday"
            ],
            "type": "string"
          },
          "type": "array"
        },
        "leadTimeWeek": {
          "description": "Optional. Lead time window allows user to set a lead time to prepare for a down time. The lead time is in weeks and valid value is between 1 to 4.",
          "type": "integer",
          "format": "int32"
        },
        "preference": {
          "description": "Optional. The maintenance window scheduling preference.",
          "enum": [
            "MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED",
            "CUSTOM_PREFERENCE",
            "NO_PREFERENCE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Custom preference.",
            "No preference."
          ]
        },
        "weeksOfMonth": {
          "items": {
            "type": "integer",
            "format": "int32"
          },
          "type": "array",
          "description": "Optional. Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week."
        },
        "months": {
          "items": {
            "enum": [
              "MONTH_UNSPECIFIED",
              "JANUARY",
              "FEBRUARY",
              "MARCH",
              "APRIL",
              "MAY",
              "JUNE",
              "JULY",
              "AUGUST",
              "SEPTEMBER",
              "OCTOBER",
              "NOVEMBER",
              "DECEMBER"
            ],
            "type": "string",
            "enumDescriptions": [
              "The unspecified month.",
              "The month of January.",
              "The month of February.",
              "The month of March.",
              "The month of April.",
              "The month of May.",
              "The month of June.",
              "The month of July.",
              "The month of August.",
              "The month of September.",
              "The month of October.",
              "The month of November.",
              "The month of December."
            ]
          },
          "type": "array",
          "description": "Optional. Months during the year when maintenance should be performed."
        },
        "patchingMode": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Updates the Cloud Exadata database server hosts in a rolling fashion.",
            "The non-rolling maintenance method first updates your storage servers at the same time, then your database servers at the same time."
          ],
          "type": "string",
          "description": "Optional. Cloud CloudExadataInfrastructure node patching method, either \"ROLLING\" or \"NONROLLING\". Default value is ROLLING.",
          "enum": [
            "PATCHING_MODE_UNSPECIFIED",
            "ROLLING",
            "NON_ROLLING"
          ]
        },
        "isCustomActionTimeoutEnabled": {
          "description": "Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.",
          "type": "boolean"
        },
        "customActionTimeoutMins": {
          "description": "Optional. Determines the amount of time the system will wait before the start of each database server patching operation. Custom action timeout is in minutes and valid value is between 15 to 120 (inclusive).",
          "format": "int32",
          "type": "integer"
        }
      },
      "description": "Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow"
    },
    "GoldengateOracleAIDataPlatformConnectionProperties": {
      "properties": {
        "privateKeyPassphraseSecret": {
          "type": "string",
          "description": "Optional. The passphrase of the private key."
        },
        "tenancyId": {
          "type": "string",
          "description": "Optional. The OCID of the related OCI tenancy."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of OracleAiDataPlatformConnection."
        },
        "publicKeyFingerprint": {
          "type": "string",
          "description": "Optional. The fingerprint of the API Key of the user specified by the user_id."
        },
        "privateKeyFile": {
          "description": "Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.",
          "type": "string"
        },
        "region": {
          "type": "string",
          "description": "Optional. The name of the region. e.g.: us-ashburn-1"
        },
        "userId": {
          "type": "string",
          "description": "Optional. The OCID of the OCI user who will access."
        },
        "useResourcePrincipal": {
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal.",
          "type": "boolean"
        },
        "connectionUrl": {
          "type": "string",
          "description": "Optional. Connection URL. It must start with 'jdbc:spark://'"
        }
      },
      "type": "object",
      "id": "GoldengateOracleAIDataPlatformConnectionProperties",
      "description": "The properties of GoldengateOracleAIDataPlatformConnection."
    },
    "GoldengateOracleConnectionProperties": {
      "type": "object",
      "properties": {
        "authenticationMode": {
          "enumDescriptions": [
            "Authentication mode not specified.",
            "TLS authentication mode.",
            "MTLS authentication mode."
          ],
          "enum": [
            "ORACLE_AUTHENTICATION_MODE_UNSPECIFIED",
            "TLS",
            "MTLS"
          ],
          "type": "string",
          "description": "Optional. Authentication mode."
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses in plain text.",
          "type": "string"
        },
        "walletFile": {
          "type": "string",
          "description": "Optional. The wallet contents Oracle Goldengate uses to make connections to a database. This attribute is expected to be base64 encoded."
        },
        "sessionMode": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is using direct session mode.",
            "Indicates that the resource is using redirect session mode."
          ],
          "enum": [
            "SESSION_MODE_UNSPECIFIED",
            "DIRECT",
            "REDIRECT"
          ],
          "description": "Optional. The mode of the database connection session to be established by the data client."
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type.",
          "type": "string"
        },
        "connectionString": {
          "type": "string",
          "description": "Optional. Connect descriptor or Easy Connect Naming method used to connect to a database."
        },
        "gcpOracleDatabaseId": {
          "type": "string",
          "description": "Optional. Autonomous AI Database instance id of database in Oracle Database @ Google Cloud. If gcp_oracle_database_id is provided, connection_string must be empty. Format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}"
        }
      },
      "description": "The properties of Goldengate Oracle Database Connection.",
      "id": "GoldengateOracleConnectionProperties"
    },
    "PluggableDatabase": {
      "type": "object",
      "description": "The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/",
      "properties": {
        "properties": {
          "$ref": "PluggableDatabaseProperties",
          "description": "Optional. The properties of the PluggableDatabase."
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The date and time that the PluggableDatabase was created."
        },
        "ociUrl": {
          "type": "string",
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}",
          "type": "string"
        }
      },
      "id": "PluggableDatabase"
    },
    "GenerateAutonomousDatabaseWalletRequest": {
      "id": "GenerateAutonomousDatabaseWalletRequest",
      "type": "object",
      "properties": {
        "type": {
          "enum": [
            "GENERATE_TYPE_UNSPECIFIED",
            "ALL",
            "SINGLE"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Used to generate wallet for all databases in the region.",
            "Used to generate wallet for a single database."
          ],
          "description": "Optional. The type of wallet generation for the Autonomous Database. The default value is SINGLE.",
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters."
        },
        "isRegional": {
          "description": "Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.",
          "type": "boolean"
        }
      },
      "description": "The request for `AutonomousDatabase.GenerateWallet`."
    },
    "GoldengateAmazonS3ConnectionProperties": {
      "properties": {
        "secretAccessKeySecret": {
          "type": "string",
          "description": "Optional. Secret access key to access the Amazon S3 bucket."
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. The Amazon Endpoint for S3."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AmazonS3Connection."
        },
        "region": {
          "type": "string",
          "description": "Optional. The name of the AWS region where the bucket is created."
        },
        "accessKeyId": {
          "description": "Optional. Access key ID to access the Amazon S3 bucket.",
          "type": "string"
        }
      },
      "description": "The properties of GoldengateAmazonS3Connection.",
      "type": "object",
      "id": "GoldengateAmazonS3ConnectionProperties"
    },
    "DatabaseManagementConfig": {
      "id": "DatabaseManagementConfig",
      "type": "object",
      "properties": {
        "managementState": {
          "type": "string",
          "readOnly": true,
          "enum": [
            "MANAGEMENT_STATE_UNSPECIFIED",
            "ENABLING",
            "ENABLED",
            "DISABLING",
            "DISABLED",
            "UPDATING",
            "FAILED_ENABLING",
            "FAILED_DISABLING",
            "FAILED_UPDATING"
          ],
          "enumDescriptions": [
            "The status is not specified.",
            "The Database Management service is enabling.",
            "The Database Management service is enabled.",
            "The Database Management service is disabling.",
            "The Database Management service is disabled.",
            "The Database Management service is updating.",
            "The Database Management service failed to enable.",
            "The Database Management service failed to disable.",
            "The Database Management service failed to update."
          ],
          "description": "Output only. The status of the Database Management service."
        },
        "managementType": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "The type is not specified.",
            "Basic Database Management.",
            "Advanced Database Management."
          ],
          "description": "Output only. The Database Management type.",
          "enum": [
            "MANAGEMENT_TYPE_UNSPECIFIED",
            "BASIC",
            "ADVANCED"
          ]
        }
      },
      "description": "The configuration of the Database Management service."
    },
    "ListOperationsResponse": {
      "properties": {
        "operations": {
          "type": "array",
          "description": "A list of operations that matches the specified filter in the request.",
          "items": {
            "$ref": "Operation"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "The standard List next-page token."
        },
        "unreachable": {
          "description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "id": "ListOperationsResponse",
      "description": "The response message for Operations.ListOperations.",
      "type": "object"
    },
    "StartAutonomousDatabaseRequest": {
      "properties": {},
      "id": "StartAutonomousDatabaseRequest",
      "description": "The request for `AutonomousDatabase.Start`.",
      "type": "object"
    },
    "GoldengateGooglePubsubConnectionProperties": {
      "type": "object",
      "description": "The properties of GoldengateGooglePubsubConnection.",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type of GooglePubsubConnection.",
          "type": "string"
        },
        "serviceAccountKeyFile": {
          "description": "Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Pub/Sub.",
          "type": "string"
        }
      },
      "id": "GoldengateGooglePubsubConnectionProperties"
    },
    "GoldengateMicrosoftSqlserverConnectionProperties": {
      "description": "The properties of GoldengateMicrosoftSqlserverConnection.",
      "type": "object",
      "properties": {
        "securityProtocol": {
          "description": "Optional. Security Type for Microsoft SQL Server.",
          "enum": [
            "MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS"
          ],
          "enumDescriptions": [
            "Security type not specified.",
            "Plain text communication.",
            "Transport Layer Security."
          ],
          "type": "string"
        },
        "serverCertificateValidationRequired": {
          "description": "Optional. If set to true, the driver validates the certificate that is sent by the database server.",
          "type": "boolean"
        },
        "sslCaFile": {
          "description": "Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1-way SSL).",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Optional. The name or address of a host."
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses for Microsoft SQL Server connection in plain text.",
          "type": "string"
        },
        "port": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The port of an endpoint usually specified for a connection."
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server."
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Microsoft SQL Server connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of MicrosoftSqlserverConnection."
        },
        "database": {
          "type": "string",
          "description": "Optional. The name of the database."
        },
        "additionalAttributes": {
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "items": {
            "$ref": "NameValuePair"
          },
          "type": "array"
        }
      },
      "id": "GoldengateMicrosoftSqlserverConnectionProperties"
    },
    "GoldengateRedisConnectionProperties": {
      "description": "The properties of GoldengateRedisConnection.",
      "id": "GoldengateRedisConnectionProperties",
      "properties": {
        "trustStoreFile": {
          "description": "Optional. The base64 encoded content of the TrustStore file.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of RedisConnection.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses for Redis connection in plain text.",
          "type": "string"
        },
        "redisClusterId": {
          "description": "Optional. The OCID of the Redis cluster.",
          "type": "string"
        },
        "trustStorePassword": {
          "description": "Optional. Input only. The TrustStore password in plain text.",
          "type": "string"
        },
        "trustStorePasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology."
        },
        "securityProtocol": {
          "description": "Optional. Security protocol for Redis.",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "type": "string",
          "enum": [
            "REDIS_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ]
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Redis connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "keyStorePasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "servers": {
          "description": "Optional. Comma separated list of Redis server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 6379. Example: \"server1.example.com:6379,server2.example.com:6379\"",
          "type": "string"
        },
        "keyStoreFile": {
          "description": "Optional. The base64 encoded content of the KeyStore file.",
          "type": "string"
        },
        "keyStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The KeyStore password in plain text."
        },
        "authenticationType": {
          "description": "Optional. Authentication type for Redis.",
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication."
          ],
          "enum": [
            "REDIS_AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC"
          ],
          "type": "string"
        }
      },
      "type": "object"
    },
    "TestGoldengateConnectionAssignmentResponse": {
      "type": "object",
      "id": "TestGoldengateConnectionAssignmentResponse",
      "properties": {
        "errors": {
          "items": {
            "$ref": "TestConnectionAssignmentError"
          },
          "description": "List of test connection assignment error objects.",
          "type": "array"
        },
        "resultType": {
          "type": "string",
          "enum": [
            "RESULT_TYPE_UNSPECIFIED",
            "SUCCEEDED",
            "FAILED",
            "TIMED_OUT"
          ],
          "enumDescriptions": [
            "Result type is unspecified.",
            "Test connection succeeded.",
            "Test connection failed.",
            "Test connection timed out."
          ],
          "description": "Type of the result i.e. Success, Failure or Timeout."
        },
        "error": {
          "description": "Error details if test connection failed.",
          "$ref": "TestConnectionAssignmentError"
        }
      },
      "description": "The result of the connectivity test performed between the Goldengate deployment and the associated database / service."
    },
    "GoldengateGroupToRolesMapping": {
      "description": "The group to roles mapping of the GoldengateDeployment.",
      "properties": {
        "securityGroupId": {
          "description": "Output only. The security group id.",
          "type": "string",
          "readOnly": true
        },
        "operatorGroupId": {
          "readOnly": true,
          "description": "Output only. The operator group id.",
          "type": "string"
        },
        "userGroupId": {
          "readOnly": true,
          "description": "Output only. The user group id.",
          "type": "string"
        },
        "administratorGroupId": {
          "description": "Output only. The administrator group id.",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "id": "GoldengateGroupToRolesMapping"
    },
    "ExadbVmClusterStorageDetails": {
      "type": "object",
      "id": "ExadbVmClusterStorageDetails",
      "properties": {
        "sizeInGbsPerNode": {
          "type": "integer",
          "format": "int32",
          "description": "Required. The storage allocation for the exadbvmcluster per node, in gigabytes (GB). This field is used to calculate the total storage allocation for the exadbvmcluster."
        }
      },
      "description": "The storage allocation for the exadbvmcluster, in gigabytes (GB)."
    },
    "GoldengateDeploymentProperties": {
      "id": "GoldengateDeploymentProperties",
      "properties": {
        "backupSchedule": {
          "readOnly": true,
          "$ref": "GoldengateBackupSchedule",
          "description": "Output only. The backup schedule of the GoldengateDeployment."
        },
        "loadBalancerId": {
          "description": "Output only. The load balancer id of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "deploymentRole": {
          "enum": [
            "GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED",
            "PRIMARY",
            "STANDBY"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The deployment role type is unspecified.",
            "The deployment role type is primary.",
            "The deployment role type is standby."
          ],
          "type": "string",
          "description": "Output only. The deployment role of the GoldengateDeployment."
        },
        "lifecycleState": {
          "enum": [
            "GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED",
            "CREATING",
            "UPDATING",
            "ACTIVE",
            "INACTIVE",
            "DELETING",
            "DELETED",
            "FAILED",
            "NEEDS_ATTENTION",
            "IN_PROGRESS",
            "CANCELLING",
            "CANCELLED",
            "SUCCEEDED",
            "WAITING"
          ],
          "description": "Output only. State of the GoldengateDeployment.",
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "The deployment is being created.",
            "The deployment is being updated.",
            "The deployment is active.",
            "The deployment is inactive.",
            "The deployment is being deleted.",
            "The deployment is deleted.",
            "The deployment failed.",
            "The deployment needs attention.",
            "The deployment is in progress.",
            "The deployment is canceling.",
            "The deployment is canceled.",
            "The deployment succeeded.",
            "The deployment is waiting."
          ],
          "type": "string"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of the GoldengateDeployment."
        },
        "category": {
          "description": "Output only. The category of the GoldengateDeployment.",
          "enum": [
            "GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED",
            "DATA_REPLICATION",
            "DATA_TRANSFORMS"
          ],
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "The category is unspecified.",
            "The deployment is data replication.",
            "The deployment is data transforms."
          ]
        },
        "nextMaintenanceTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time of next maintenance of the GoldengateDeployment.",
          "readOnly": true
        },
        "maintenanceConfig": {
          "$ref": "GoldengateMaintenanceConfig",
          "description": "Optional. The maintenance configuration of the GoldengateDeployment."
        },
        "nextBackupScheduleTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The time next backup scheduled of the GoldengateDeployment.",
          "format": "google-datetime"
        },
        "lifecycleSubState": {
          "enum": [
            "GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED",
            "RECOVERING",
            "STARTING",
            "STOPPING",
            "MOVING",
            "UPGRADING",
            "RESTORING",
            "BACKING_UP",
            "ROLLING_BACK"
          ],
          "description": "Output only. The lifecycle sub-state of the GoldengateDeployment.",
          "readOnly": true,
          "enumDescriptions": [
            "The lifecycle sub-state is unspecified.",
            "The deployment is recovering.",
            "The deployment is starting.",
            "The deployment is stopping.",
            "The deployment is moving.",
            "The deployment is upgrading.",
            "The deployment is restoring.",
            "The deployment is backing up.",
            "The deployment is rolling back."
          ],
          "type": "string"
        },
        "deploymentDiagnosticData": {
          "readOnly": true,
          "description": "Output only. The deployment diagnostic data of the GoldengateDeployment.",
          "$ref": "DeploymentDiagnosticData"
        },
        "isPublic": {
          "type": "boolean",
          "description": "Output only. Whether the GoldengateDeployment is public.",
          "readOnly": true
        },
        "isAutoScalingEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates if auto scaling is enabled for the Deployment's CPU core count."
        },
        "cpuCoreCount": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. The Minimum number of OCPUs to be made available for this Deployment."
        },
        "deploymentBackupId": {
          "type": "string",
          "description": "Output only. The deployment backup id of the GoldengateDeployment.",
          "readOnly": true
        },
        "nextMaintenanceDescription": {
          "description": "Output only. The next maintenance description of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "oggVersionSupportEndTime": {
          "format": "google-datetime",
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time ogg version supported until of the GoldengateDeployment."
        },
        "maintenanceWindow": {
          "description": "Optional. The maintenance window of the GoldengateDeployment.",
          "$ref": "GoldengateMaintenanceWindow"
        },
        "ingressIps": {
          "readOnly": true,
          "items": {
            "$ref": "IngressIp"
          },
          "description": "Output only. The ingress ips of the GoldengateDeployment.",
          "type": "array"
        },
        "placements": {
          "items": {
            "$ref": "GoldengatePlacement"
          },
          "readOnly": true,
          "description": "Output only. The placements of the GoldengateDeployment.",
          "type": "array"
        },
        "deploymentUrl": {
          "readOnly": true,
          "description": "Output only. The deployment url of the GoldengateDeployment.",
          "type": "string"
        },
        "publicIpAddress": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The public ip address of the GoldengateDeployment."
        },
        "deploymentType": {
          "description": "Required. A valid Goldengate Deployment type. For a list of supported types, use the `ListGoldengateDeploymentTypes` operation.",
          "type": "string"
        },
        "fqdn": {
          "readOnly": true,
          "description": "Output only. The Fully Qualified Domain Name of the GoldengateDeployment.",
          "type": "string"
        },
        "description": {
          "description": "Optional. The description of the GoldengateDeployment.",
          "type": "string"
        },
        "locks": {
          "items": {
            "$ref": "GoldengateDeploymentLock"
          },
          "description": "Output only. The locks of the GoldengateDeployment.",
          "readOnly": true,
          "type": "array"
        },
        "storageUtilizationBytes": {
          "type": "string",
          "description": "Output only. The storage utilization in bytes of the GoldengateDeployment.",
          "format": "int64",
          "readOnly": true
        },
        "updateTime": {
          "description": "Output only. The time the GoldengateDeployment was updated.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "licenseModel": {
          "description": "Optional. The Oracle license model that applies to a Deployment.",
          "type": "string",
          "enum": [
            "LICENSE_MODEL_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "enumDescriptions": [
            "The license model is unspecified.",
            "The license model is included.",
            "The license model is bring your own license."
          ]
        },
        "lastBackupScheduleTime": {
          "readOnly": true,
          "format": "google-datetime",
          "type": "string",
          "description": "Output only. The time last backup scheduled of the GoldengateDeployment."
        },
        "upgradeRequiredTime": {
          "description": "Output only. The time upgrade required of the GoldengateDeployment.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "healthy": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the GoldengateDeployment is healthy."
        },
        "nsgIds": {
          "type": "array",
          "description": "Output only. The nsg ids of the GoldengateDeployment.",
          "readOnly": true,
          "items": {
            "type": "string"
          }
        },
        "roleChangeTime": {
          "format": "google-datetime",
          "readOnly": true,
          "description": "Output only. The time when the role of the GoldengateDeployment was changed.",
          "type": "string"
        },
        "privateIpAddress": {
          "type": "string",
          "description": "Output only. The private ip address of the GoldengateDeployment.",
          "readOnly": true
        },
        "isStorageUtilizationLimitExceeded": {
          "type": "boolean",
          "description": "Output only. Whether storage utilization limit is exceeded of the GoldengateDeployment.",
          "readOnly": true
        },
        "isLatestVersion": {
          "description": "Output only. Whether the GoldengateDeployment is of the latest version.",
          "type": "boolean",
          "readOnly": true
        },
        "nextMaintenanceActionType": {
          "enum": [
            "NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED",
            "UPGRADE"
          ],
          "description": "Output only. The next maintenance action type of the GoldengateDeployment.",
          "readOnly": true,
          "enumDescriptions": [
            "The next maintenance action type is unspecified.",
            "The next maintenance action type is upgrade."
          ],
          "type": "string"
        },
        "loadBalancerSubnetId": {
          "readOnly": true,
          "description": "Output only. The load balancer subnet id of the GoldengateDeployment.",
          "type": "string"
        },
        "environmentType": {
          "description": "Optional. The environment type of the GoldengateDeployment.",
          "type": "string"
        },
        "lifecycleDetails": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The lifecycle details of the GoldengateDeployment."
        },
        "oggData": {
          "description": "Required. The ogg data of the GoldengateDeployment.",
          "$ref": "GoldengateOggDeployment"
        }
      },
      "description": "Properties of GoldengateDeployment.",
      "type": "object"
    },
    "GoldengateElasticsearchConnectionProperties": {
      "type": "object",
      "properties": {
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of ElasticsearchConnection."
        },
        "passwordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Elastic Search connection. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "authenticationType": {
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication."
          ],
          "enum": [
            "ELASTICSEARCH_AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC"
          ],
          "type": "string",
          "description": "Optional. Authentication type for Elasticsearch."
        },
        "servers": {
          "type": "string",
          "description": "Optional. Comma separated list of Elasticsearch server addresses, specified as host:port entries, where :port is optional. If port is not specified, it defaults to 9200. Example: \"server1.example.com:4000,server2.example.com:4000\""
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Elastic Search connection in plain text."
        },
        "securityProtocol": {
          "type": "string",
          "enum": [
            "ELASTICSEARCH_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS"
          ],
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security."
          ],
          "description": "Optional. Security protocol for Elasticsearch."
        },
        "fingerprint": {
          "type": "string",
          "description": "Optional. Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'"
        }
      },
      "id": "GoldengateElasticsearchConnectionProperties",
      "description": "The properties of GoldengateElasticsearchConnection."
    },
    "CloudAccountDetails": {
      "id": "CloudAccountDetails",
      "type": "object",
      "properties": {
        "cloudAccountHomeRegion": {
          "type": "string",
          "description": "Output only. OCI account home region.",
          "readOnly": true
        },
        "cloudAccount": {
          "type": "string",
          "description": "Output only. OCI account name.",
          "readOnly": true
        },
        "accountCreationUri": {
          "description": "Output only. URL to create a new account and link.",
          "type": "string",
          "readOnly": true
        },
        "linkExistingAccountUri": {
          "description": "Output only. URL to link an existing account.",
          "readOnly": true,
          "type": "string"
        }
      },
      "description": "Details of the OCI Cloud Account."
    },
    "ConfigureExascaleCloudExadataInfrastructureRequest": {
      "id": "ConfigureExascaleCloudExadataInfrastructureRequest",
      "type": "object",
      "properties": {
        "requestId": {
          "type": "string",
          "description": "Optional. An optional ID to identify the request."
        },
        "totalVmStorageSizeGb": {
          "description": "Optional. Storage size needed for VM storage on Exascale in GBs.",
          "format": "int32",
          "type": "integer"
        },
        "totalStorageSizeGb": {
          "type": "integer",
          "format": "int32",
          "description": "Required. The total storage to be allocated to Exascale in GBs."
        }
      },
      "description": "The request for `CloudExadataInfrastructure.ConfigureExascale`."
    },
    "ListDbSystemShapesResponse": {
      "type": "object",
      "id": "ListDbSystemShapesResponse",
      "properties": {
        "dbSystemShapes": {
          "description": "The list of Database System shapes.",
          "type": "array",
          "items": {
            "$ref": "DbSystemShape"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "description": "The response for `DbSystemShape.List`."
    },
    "GoldengateGenericConnectionProperties": {
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type.",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Optional. The host of the GenericConnection."
        }
      },
      "id": "GoldengateGenericConnectionProperties",
      "type": "object",
      "description": "The properties of GoldengateGenericConnectionProperties."
    },
    "DataCollectionOptionsCommon": {
      "type": "object",
      "id": "DataCollectionOptionsCommon",
      "description": "Data collection options for diagnostics. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DataCollectionOptions",
      "properties": {
        "isIncidentLogsEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether to enable incident logs and trace collection."
        },
        "isHealthMonitoringEnabled": {
          "description": "Optional. Indicates whether to enable health monitoring.",
          "type": "boolean"
        },
        "isDiagnosticsEventsEnabled": {
          "description": "Optional. Indicates whether to enable data collection for diagnostics.",
          "type": "boolean"
        }
      }
    },
    "IngressIp": {
      "description": "The ingress IPs of the GoldengateDeployment.",
      "type": "object",
      "id": "IngressIp",
      "properties": {
        "ingressIpAddress": {
          "readOnly": true,
          "description": "Output only. The ingress IP.",
          "type": "string"
        }
      }
    },
    "RefreshAutonomousDatabaseRequest": {
      "type": "object",
      "id": "RefreshAutonomousDatabaseRequest",
      "description": "Request message for RefreshAutonomousDatabase method.",
      "properties": {
        "refreshCutoffTime": {
          "format": "google-datetime",
          "type": "string",
          "description": "Required. The timestamp to which the Autonomous Database refreshable clone will be refreshed. Changes made in the primary database after this timestamp are not part of the data refresh."
        }
      }
    },
    "Database": {
      "id": "Database",
      "type": "object",
      "properties": {
        "properties": {
          "$ref": "DatabaseProperties",
          "description": "Optional. The properties of the Database."
        },
        "dbUniqueName": {
          "type": "string",
          "description": "Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up."
        },
        "ociUrl": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface."
        },
        "gcpOracleZone": {
          "type": "string",
          "description": "Output only. The GCP Oracle zone where the Database is created.",
          "readOnly": true
        },
        "dbHomeName": {
          "description": "Optional. The name of the DbHome resource associated with the Database.",
          "type": "string"
        },
        "dbName": {
          "description": "Optional. The database name. The name must begin with an alphabetic character and can contain a maximum of eight alphanumeric characters. Special characters are not permitted.",
          "type": "string"
        },
        "characterSet": {
          "type": "string",
          "description": "Optional. The character set for the database. The default is AL32UTF8."
        },
        "name": {
          "description": "Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}",
          "type": "string"
        },
        "adminPassword": {
          "type": "string",
          "description": "Optional. The password for the default ADMIN user. Note: Only one of `admin_password_secret_version` or `admin_password` can be populated."
        },
        "ncharacterSet": {
          "type": "string",
          "description": "Optional. The national character set for the database. The default is AL16UTF16."
        },
        "tdeWalletPasswordSecretVersion": {
          "description": "Optional. The resource name of a secret version in Secret Manager which contains the TDE wallet password for the database. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of `tde_wallet_password_secret_version` or `tde_wallet_password` can be populated.",
          "type": "string"
        },
        "databaseId": {
          "description": "Optional. The database ID of the Database.",
          "type": "string"
        },
        "pluggableDatabaseName": {
          "description": "Optional. The pluggable database associated with the Database. The name must begin with an alphabetic character and can contain a maximum of thirty alphanumeric characters.",
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "description": "Output only. The date and time that the Database was created.",
          "format": "google-datetime",
          "type": "string"
        },
        "pluggableDatabaseId": {
          "description": "Optional. The ID of the pluggable database associated with the Database. The ID must be unique within the project and location.",
          "type": "string"
        },
        "adminPasswordSecretVersion": {
          "description": "Optional. The resource name of a secret version in Secret Manager which contains the database admin user's password. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of `admin_password_secret_version` or `admin_password` can be populated.",
          "type": "string"
        },
        "tdeWalletPassword": {
          "type": "string",
          "description": "Optional. The TDE wallet password for the database. Note: Only one of `tde_wallet_password_secret_version` or `tde_wallet_password` can be populated."
        },
        "opsInsightsStatus": {
          "description": "Output only. The Status of Operations Insights for this Database.",
          "readOnly": true,
          "enum": [
            "OPERATIONS_INSIGHTS_STATUS_UNSPECIFIED",
            "ENABLING",
            "ENABLED",
            "DISABLING",
            "NOT_ENABLED",
            "FAILED_ENABLING",
            "FAILED_DISABLING"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the operations insights are being enabled.",
            "Indicates that the operations insights are enabled.",
            "Indicates that the operations insights are being disabled.",
            "Indicates that the operations insights are not enabled.",
            "Indicates that the operations insights failed to enable.",
            "Indicates that the operations insights failed to disable."
          ],
          "type": "string"
        }
      },
      "description": "Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/"
    },
    "ListGoldengateConnectionsResponse": {
      "type": "object",
      "properties": {
        "goldengateConnections": {
          "description": "The list of GoldengateConnections.",
          "type": "array",
          "items": {
            "$ref": "GoldengateConnection"
          }
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "Optional. Locations that could not be reached."
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListGoldengateConnectionsResponse",
      "description": "The response for `GoldengateConnection.List`."
    },
    "Empty": {
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "type": "object",
      "id": "Empty",
      "properties": {}
    },
    "CloudVmCluster": {
      "type": "object",
      "description": "Details of the Cloud VM Cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/",
      "id": "CloudVmCluster",
      "properties": {
        "createTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The date and time that the VM cluster was created.",
          "format": "google-datetime"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Optional. Labels or tags associated with the VM Cluster."
        },
        "backupOdbSubnet": {
          "description": "Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}",
          "type": "string"
        },
        "exadataInfrastructure": {
          "description": "Required. The name of the Exadata Infrastructure resource on which VM cluster resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}",
          "type": "string"
        },
        "identityConnector": {
          "description": "Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.",
          "readOnly": true,
          "$ref": "IdentityConnector"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}"
        },
        "odbSubnet": {
          "type": "string",
          "description": "Optional. The name of the OdbSubnet associated with the VM Cluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}"
        },
        "backupSubnetCidr": {
          "description": "Optional. CIDR range of the backup subnet.",
          "type": "string"
        },
        "gcpOracleZone": {
          "readOnly": true,
          "description": "Output only. The GCP Oracle zone where Oracle CloudVmCluster is hosted. This will be the same as the gcp_oracle_zone of the CloudExadataInfrastructure. Example: us-east4-b-r2.",
          "type": "string"
        },
        "exascaleDbStorageVault": {
          "type": "string",
          "description": "Optional. The name of ExascaleDbStorageVault associated with the VM Cluster. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}"
        },
        "network": {
          "type": "string",
          "description": "Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}"
        },
        "cidr": {
          "description": "Optional. Network settings. CIDR to use for cluster IP allocation.",
          "type": "string"
        },
        "properties": {
          "$ref": "CloudVmClusterProperties",
          "description": "Optional. Various properties of the VM Cluster."
        },
        "odbNetwork": {
          "type": "string",
          "description": "Optional. The name of the OdbNetwork associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the odb_subnet and backup_odb_subnet."
        },
        "displayName": {
          "description": "Optional. User friendly name for this resource.",
          "type": "string"
        }
      }
    },
    "ListPluggableDatabasesResponse": {
      "type": "object",
      "description": "The response for `PluggableDatabase.List`.",
      "properties": {
        "pluggableDatabases": {
          "items": {
            "$ref": "PluggableDatabase"
          },
          "type": "array",
          "description": "The list of PluggableDatabases."
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "id": "ListPluggableDatabasesResponse"
    },
    "RestoreAutonomousDatabaseRequest": {
      "description": "The request for `AutonomousDatabase.Restore`.",
      "properties": {
        "restoreTime": {
          "type": "string",
          "description": "Required. The time and date to restore the database to.",
          "format": "google-datetime"
        }
      },
      "type": "object",
      "id": "RestoreAutonomousDatabaseRequest"
    },
    "GoldengateKafkaSchemaRegistryConnectionProperties": {
      "type": "object",
      "id": "GoldengateKafkaSchemaRegistryConnectionProperties",
      "properties": {
        "authenticationType": {
          "description": "Optional. Used authentication mechanism to access Schema Registry.",
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication.",
            "Mutual authentication."
          ],
          "enum": [
            "AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC",
            "MUTUAL"
          ]
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password to access Schema Registry using basic authentication. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "username": {
          "description": "Optional. The username to access Schema Registry using basic authentication. This value is injected into 'schema.registry.basic.auth.user.info=user:password' configuration property.",
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password to access Schema Registry in plain text."
        },
        "keyStoreFile": {
          "description": "Optional. The base64 encoded content of the KeyStore file.",
          "type": "string"
        },
        "keyStorePassword": {
          "description": "Optional. Input only. The KeyStore password in plain text.",
          "type": "string"
        },
        "sslKeyPassword": {
          "type": "string",
          "description": "Optional. Input only. The password for the cert inside the KeyStore in plain text."
        },
        "trustStorePasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "url": {
          "type": "string",
          "description": "Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'"
        },
        "trustStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The TrustStore password in plain text."
        },
        "keyStorePasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "trustStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the TrustStore file."
        },
        "technologyType": {
          "description": "Optional. The technology type of KafkaSchemaRegistryConnection.",
          "type": "string"
        },
        "sslKeyPasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}."
        }
      },
      "description": "The properties of GoldengateKafkaSchemaRegistryConnection."
    },
    "IcebergStorage": {
      "description": "The Iceberg storage details.",
      "type": "object",
      "properties": {
        "storageType": {
          "type": "string",
          "description": "Required. The type of Iceberg storage.",
          "enum": [
            "STORAGE_TYPE_UNSPECIFIED",
            "AMAZON_S3",
            "GOOGLE_CLOUD_STORAGE",
            "AZURE_DATA_LAKE_STORAGE"
          ],
          "enumDescriptions": [
            "Storage type not specified.",
            "Amazon S3 storage.",
            "Google Cloud Storage storage.",
            "Azure Data Lake Storage storage."
          ]
        },
        "azureDataLakeStorageIcebergStorage": {
          "$ref": "AzureDataLakeStorageIcebergStorage",
          "description": "The Azure Data Lake Storage Iceberg storage."
        },
        "googleCloudStorageIcebergStorage": {
          "$ref": "GoogleCloudStorageIcebergStorage",
          "description": "The Google Cloud Storage Iceberg storage."
        },
        "amazonS3IcebergStorage": {
          "description": "The Amazon S3 Iceberg storage.",
          "$ref": "AmazonS3IcebergStorage"
        }
      },
      "id": "IcebergStorage"
    },
    "DbSystemInitialStorageSizeProperties": {
      "properties": {
        "shapeType": {
          "enumDescriptions": [
            "Unspecified shape type.",
            "Standard X86."
          ],
          "type": "string",
          "readOnly": true,
          "enum": [
            "SHAPE_TYPE_UNSPECIFIED",
            "STANDARD_X86"
          ],
          "description": "Output only. VM shape platform type"
        },
        "launchFromBackupStorageSizeDetails": {
          "items": {
            "$ref": "StorageSizeDetails"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. List of storage disk details available for launches from backup."
        },
        "storageManagement": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The storage option used in DB system.",
          "enumDescriptions": [
            "Unspecified storage management.",
            "Automatic Storage Management.",
            "Logical Volume Management."
          ],
          "enum": [
            "STORAGE_MANAGEMENT_UNSPECIFIED",
            "ASM",
            "LVM"
          ]
        },
        "storageSizeDetails": {
          "items": {
            "$ref": "StorageSizeDetails"
          },
          "description": "Output only. List of storage disk details.",
          "readOnly": true,
          "type": "array"
        }
      },
      "description": "The properties of a DbSystem initial storage size summary.",
      "type": "object",
      "id": "DbSystemInitialStorageSizeProperties"
    },
    "ExascaleDbStorageVault": {
      "description": "ExascaleDbStorageVault represents a storage vault exadb vm cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExascaleDbStorageVault/",
      "type": "object",
      "id": "ExascaleDbStorageVault",
      "properties": {
        "entitlementId": {
          "readOnly": true,
          "description": "Output only. The ID of the subscription entitlement associated with the ExascaleDbStorageVault.",
          "type": "string"
        },
        "properties": {
          "$ref": "ExascaleDbStorageVaultProperties",
          "description": "Required. The properties of the ExascaleDbStorageVault."
        },
        "createTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The date and time when the ExascaleDbStorageVault was created."
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels or tags associated with the ExascaleDbStorageVault.",
          "type": "object"
        },
        "displayName": {
          "description": "Required. The display name for the ExascaleDbStorageVault. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}",
          "type": "string"
        },
        "gcpOracleZone": {
          "description": "Optional. The GCP Oracle zone where Oracle ExascaleDbStorageVault is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability.",
          "type": "string"
        },
        "exadataInfrastructure": {
          "type": "string",
          "description": "Optional. The Exadata Infrastructure resource on which ExascaleDbStorageVault resource is created, in the following format: projects/{project}/locations/{region}/cloudExadataInfrastuctures/{cloud_extradata_infrastructure}"
        }
      }
    },
    "AutonomousDatabaseRefreshableClones": {
      "properties": {
        "autonomousDatabaseRefreshableClones": {
          "items": {
            "$ref": "AutonomousDatabaseRefreshableClone"
          },
          "description": "The list of Autonomous Database refreshable clones.",
          "type": "array"
        }
      },
      "type": "object",
      "description": "Response message for getting the Autonomous Database refreshable clones.",
      "id": "AutonomousDatabaseRefreshableClones"
    },
    "GoldengateAmazonKinesisConnectionProperties": {
      "id": "GoldengateAmazonKinesisConnectionProperties",
      "description": "The properties of GoldengateAmazonKinesisConnection.",
      "properties": {
        "accessKeyId": {
          "description": "Optional. Access key ID to access the Amazon Kinesis.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of AmazonKinesisConnection.",
          "type": "string"
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. The endpoint URL of the Amazon Kinesis service. e.g.: 'https://kinesis.us-east-1.amazonaws.com' If not provided, Goldengate will default to 'https://kinesis..amazonaws.com'."
        },
        "awsRegion": {
          "type": "string",
          "description": "Optional. The name of the AWS region. If not provided, Goldengate will default to 'us-west-1'."
        },
        "secretAccessKeySecret": {
          "description": "Optional. Secret access key to access the Amazon Kinesis.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "IcebergCatalog": {
      "properties": {
        "catalogType": {
          "enum": [
            "CATALOG_TYPE_UNSPECIFIED",
            "GLUE",
            "HADOOP",
            "NESSIE",
            "POLARIS",
            "REST"
          ],
          "description": "Required. The type of Iceberg catalog.",
          "enumDescriptions": [
            "Catalog type not specified.",
            "Glue catalog.",
            "Hadoop catalog.",
            "Nessie catalog.",
            "Polaris catalog.",
            "REST catalog."
          ],
          "type": "string"
        },
        "restIcebergCatalog": {
          "$ref": "RestIcebergCatalog",
          "description": "The REST Iceberg catalog."
        },
        "polarisIcebergCatalog": {
          "$ref": "PolarisIcebergCatalog",
          "description": "The Polaris Iceberg catalog."
        },
        "nessieIcebergCatalog": {
          "description": "The Nessie Iceberg catalog.",
          "$ref": "NessieIcebergCatalog"
        },
        "glueIcebergCatalog": {
          "description": "The Glue Iceberg catalog.",
          "$ref": "GlueIcebergCatalog"
        }
      },
      "type": "object",
      "id": "IcebergCatalog",
      "description": "The Iceberg catalog details."
    },
    "Status": {
      "id": "Status",
      "type": "object",
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
      "properties": {
        "code": {
          "format": "int32",
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "type": "integer"
        },
        "message": {
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
          "type": "string"
        },
        "details": {
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use.",
          "items": {
            "type": "object",
            "additionalProperties": {
              "description": "Properties of the object. Contains field @type with type URL.",
              "type": "any"
            }
          },
          "type": "array"
        }
      }
    },
    "GoldengateDeploymentVersion": {
      "properties": {
        "properties": {
          "$ref": "GoldengateDeploymentVersionProperties",
          "description": "Output only. The technology type of the Goldengate Deployment Version resource.",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}",
          "type": "string"
        },
        "ocid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The deployment version ocid of the Goldengate Deployment Version resource."
        }
      },
      "id": "GoldengateDeploymentVersion",
      "description": "Details of the Goldengate Deployment Version resource.",
      "type": "object"
    },
    "GoldengateMaintenanceConfig": {
      "description": "The maintenance configuration of the GoldengateDeployment.",
      "properties": {
        "isInterimReleaseAutoUpgradeEnabled": {
          "description": "Optional. By default auto upgrade for interim releases are not enabled. If auto-upgrade is enabled for interim release, you have to specify interim_release_upgrade_period_days too.",
          "type": "boolean"
        },
        "interimReleaseUpgradePeriodDays": {
          "description": "Optional. Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.",
          "format": "int32",
          "type": "integer"
        },
        "bundleReleaseUpgradePeriodDays": {
          "description": "Optional. Defines auto upgrade period for bundle releases. Manually configured period cannot be longer than service defined period for bundle releases. This period must be shorter or equal to major release upgrade period. Not passing this field during create will equate to using the service default.",
          "type": "integer",
          "format": "int32"
        },
        "securityPatchUpgradePeriodDays": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Defines auto upgrade period for releases with security fix. Manually configured period cannot be longer than service defined period for security releases. Not passing this field during create will equate to using the service default."
        },
        "majorReleaseUpgradePeriodDays": {
          "description": "Optional. Defines auto upgrade period for major releases. Manually configured period cannot be longer than service defined period for major releases. Not passing this field during create will equate to using the service default.",
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "GoldengateMaintenanceConfig",
      "type": "object"
    },
    "ListAutonomousDatabaseBackupsResponse": {
      "type": "object",
      "properties": {
        "autonomousDatabaseBackups": {
          "items": {
            "$ref": "AutonomousDatabaseBackup"
          },
          "description": "The list of Autonomous Database Backups.",
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "id": "ListAutonomousDatabaseBackupsResponse",
      "description": "The response for `AutonomousDatabaseBackup.List`."
    },
    "StorageSizeDetails": {
      "type": "object",
      "id": "StorageSizeDetails",
      "description": "The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.",
      "properties": {
        "dataStorageSizeInGbs": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem."
        },
        "recoStorageSizeInGbs": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.",
          "format": "int32"
        }
      }
    },
    "TimeZone": {
      "type": "object",
      "id": "TimeZone",
      "description": "Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones).",
      "properties": {
        "version": {
          "type": "string",
          "description": "Optional. IANA Time Zone Database version number. For example \"2019a\"."
        },
        "id": {
          "description": "IANA Time Zone Database time zone. For example \"America/New_York\".",
          "type": "string"
        }
      }
    },
    "OperationMetadata": {
      "id": "OperationMetadata",
      "type": "object",
      "properties": {
        "endTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time the operation finished running.",
          "type": "string"
        },
        "createTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The time the operation was created.",
          "readOnly": true
        },
        "requestedCancellation": {
          "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
          "readOnly": true,
          "type": "boolean"
        },
        "target": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Server-defined resource path for the target of the operation."
        },
        "apiVersion": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. API version used to start the operation."
        },
        "verb": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Name of the verb executed by the operation."
        },
        "statusMessage": {
          "description": "Output only. The status of the operation.",
          "type": "string",
          "readOnly": true
        },
        "percentComplete": {
          "description": "Output only. An estimated percentage of the operation that has been completed at a given moment of time, between 0 and 100.",
          "type": "number",
          "readOnly": true,
          "format": "double"
        }
      },
      "description": "Represents the metadata of the long-running operation."
    },
    "DeploymentDiagnosticData": {
      "type": "object",
      "description": "The deployment diagnostic data.",
      "properties": {
        "namespace": {
          "description": "Output only. The namespace name.",
          "type": "string",
          "readOnly": true
        },
        "object": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The object name."
        },
        "diagnosticStartTime": {
          "type": "string",
          "description": "Output only. The time diagnostic start.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "diagnosticState": {
          "enumDescriptions": [
            "The diagnostic state is unspecified.",
            "The diagnostic is in progress.",
            "The diagnostic completed successfully.",
            "The diagnostic failed."
          ],
          "enum": [
            "DIAGNOSTIC_STATE_UNSPECIFIED",
            "IN_PROGRESS",
            "SUCCEEDED",
            "FAILED"
          ],
          "description": "Output only. The diagnostic state.",
          "type": "string",
          "readOnly": true
        },
        "diagnosticEndTime": {
          "format": "google-datetime",
          "description": "Output only. The time diagnostic end.",
          "type": "string",
          "readOnly": true
        },
        "bucket": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The bucket name."
        }
      },
      "id": "DeploymentDiagnosticData"
    },
    "CloudExadataInfrastructure": {
      "properties": {
        "labels": {
          "description": "Optional. Labels or tags associated with the resource.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "name": {
          "description": "Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}",
          "type": "string"
        },
        "displayName": {
          "description": "Optional. User friendly name for this resource.",
          "type": "string"
        },
        "gcpOracleZone": {
          "type": "string",
          "description": "Optional. The GCP Oracle zone where Oracle Exadata Infrastructure is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability."
        },
        "properties": {
          "$ref": "CloudExadataInfrastructureProperties",
          "description": "Optional. Various properties of the infra."
        },
        "createTime": {
          "type": "string",
          "description": "Output only. The date and time that the Exadata Infrastructure was created.",
          "format": "google-datetime",
          "readOnly": true
        },
        "entitlementId": {
          "description": "Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/",
      "id": "CloudExadataInfrastructure",
      "type": "object"
    },
    "DataCollectionOptionsDbSystem": {
      "properties": {
        "isDiagnosticsEventsEnabled": {
          "description": "Optional. Indicates whether to enable data collection for diagnostics.",
          "type": "boolean"
        },
        "isIncidentLogsEnabled": {
          "description": "Optional. Indicates whether to enable incident logs and trace collection.",
          "type": "boolean"
        }
      },
      "id": "DataCollectionOptionsDbSystem",
      "description": "Data collection options for DbSystem.",
      "type": "object"
    },
    "DatabaseCharacterSet": {
      "id": "DatabaseCharacterSet",
      "type": "object",
      "description": "Details of the Database character set resource.",
      "properties": {
        "characterSetType": {
          "type": "string",
          "enum": [
            "CHARACTER_SET_TYPE_UNSPECIFIED",
            "DATABASE",
            "NATIONAL"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Character set type is not specified.",
            "Character set type is set to database.",
            "Character set type is set to national."
          ],
          "description": "Output only. The character set type for the Database."
        },
        "characterSet": {
          "type": "string",
          "description": "Output only. The character set name for the Database which is the ID in the resource name.",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}"
        }
      }
    },
    "GoldengateMysqlConnectionProperties": {
      "description": "Properties of GoldengateMysqlConnection.",
      "id": "GoldengateMysqlConnectionProperties",
      "type": "object",
      "properties": {
        "sslCertFile": {
          "description": "Optional. Client Certificate - The base64 encoded content of a .pem or .crt file containing the client public key (for 2-way SSL).",
          "type": "string"
        },
        "sslCaFile": {
          "description": "Optional. Database Certificate - The base64 encoded content of a .pem or .crt file containing the server public key (for 1 and 2-way SSL).",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Optional. The name or address of a host."
        },
        "additionalAttributes": {
          "items": {
            "$ref": "NameValuePair"
          },
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "type": "array"
        },
        "securityProtocol": {
          "type": "string",
          "enumDescriptions": [
            "Security type not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "description": "Optional. Security Type for MySQL.",
          "enum": [
            "MYSQL_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ]
        },
        "port": {
          "type": "integer",
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "format": "int32"
        },
        "sslMode": {
          "type": "string",
          "description": "Optional. SSL modes for MySQL.",
          "enum": [
            "SSL_MODE_UNSPECIFIED",
            "DISABLED",
            "PREFERRED",
            "REQUIRED",
            "VERIFY_CA",
            "VERIFY_IDENTITY"
          ],
          "enumDescriptions": [
            "SSL mode not specified.",
            "SSL is disabled.",
            "SSL is preferred.",
            "SSL is required.",
            "SSL is required and certificate is verified.",
            "SSL is required and certificate and hostname are verified."
          ]
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect to MySQL. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "sslCrlFile": {
          "type": "string",
          "description": "Optional. The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA)."
        },
        "sslKeyFile": {
          "type": "string",
          "description": "Optional. Client Key - The base64 encoded content of a .pem or .crt file containing the client private key (for 2-way SSL)."
        },
        "database": {
          "description": "Optional. The name of the database.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of MysqlConnection."
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect to MySQL in plain text."
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.",
          "type": "string"
        },
        "dbSystemId": {
          "type": "string",
          "description": "Optional. The OCID of the database system being referenced."
        }
      }
    },
    "DefinedTagValue": {
      "type": "object",
      "id": "DefinedTagValue",
      "description": "Wrapper message for the value of a defined tag.",
      "properties": {
        "tags": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The tags within the namespace."
        }
      }
    },
    "TimeOfDay": {
      "properties": {
        "minutes": {
          "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
          "format": "int32",
          "type": "integer"
        },
        "seconds": {
          "description": "Seconds of a minute. Must be greater than or equal to 0 and typically must be less than or equal to 59. An API may allow the value 60 if it allows leap-seconds.",
          "format": "int32",
          "type": "integer"
        },
        "hours": {
          "description": "Hours of a day in 24 hour format. Must be greater than or equal to 0 and typically must be less than or equal to 23. An API may choose to allow the value \"24:00:00\" for scenarios like business closing time.",
          "format": "int32",
          "type": "integer"
        },
        "nanos": {
          "type": "integer",
          "description": "Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and less than or equal to 999,999,999.",
          "format": "int32"
        }
      },
      "id": "TimeOfDay",
      "description": "Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.",
      "type": "object"
    },
    "DbNode": {
      "id": "DbNode",
      "type": "object",
      "properties": {
        "properties": {
          "$ref": "DbNodeProperties",
          "description": "Optional. Various properties of the database node."
        },
        "name": {
          "description": "Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}",
          "type": "string"
        }
      },
      "description": "Details of the database node resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbNode/"
    },
    "GoldengateConnectionAssignment": {
      "properties": {
        "entitlementId": {
          "description": "Output only. The OCID of the entitlement linked to this resource.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. The display name for the GoldengateConnectionAssignment."
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Optional. The labels or tags associated with the GoldengateConnectionAssignment."
        },
        "properties": {
          "description": "Required. The properties of the GoldengateConnectionAssignment.",
          "$ref": "GoldengateConnectionAssignmentProperties"
        },
        "createTime": {
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The time when the connection assignment was created.",
          "type": "string"
        }
      },
      "description": "Represents the metadata of a Goldengate Connection Assignment.",
      "id": "GoldengateConnectionAssignment",
      "type": "object"
    },
    "TestConnectionAssignmentError": {
      "id": "TestConnectionAssignmentError",
      "type": "object",
      "properties": {
        "message": {
          "description": "A human-readable error message.",
          "type": "string"
        },
        "action": {
          "type": "string",
          "description": "The text describing the action required to fix the issue."
        },
        "issue": {
          "type": "string",
          "description": "The text describing the root cause of the reported issue."
        },
        "code": {
          "description": "A short error code that defines the error, meant for programmatic parsing.",
          "type": "string"
        }
      },
      "description": "Error details for TestGoldengateConnectionAssignment."
    },
    "DbSystemOptions": {
      "description": "Details of the DbSystem Options.",
      "type": "object",
      "id": "DbSystemOptions",
      "properties": {
        "storageManagement": {
          "enumDescriptions": [
            "The storage management is unspecified.",
            "Automatic storage management. This option is not supported. Only LVM is supported.",
            "Logical Volume management."
          ],
          "type": "string",
          "description": "Optional. The storage option used in DB system.",
          "enum": [
            "STORAGE_MANAGEMENT_UNSPECIFIED",
            "ASM",
            "LVM"
          ]
        }
      }
    },
    "GoldengateConnectionProperties": {
      "properties": {
        "goldengateConnectionProperties": {
          "description": "Properties for a Goldengate Connection.",
          "$ref": "GoldengateGoldengateConnectionProperties"
        },
        "ociObjectStorageConnectionProperties": {
          "$ref": "GoldengateOciObjectStorageConnectionProperties",
          "description": "Properties for an OCI Object Storage Connection."
        },
        "redisConnectionProperties": {
          "description": "Properties for a Redis connection.",
          "$ref": "GoldengateRedisConnectionProperties"
        },
        "lifecycleState": {
          "type": "string",
          "description": "Output only. The lifecycle state of the connection.",
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in active state.",
            "Indicates that the resource is in updating state.",
            "Indicates that the resource is in deleting state.",
            "Indicates that the resource is in deleted state.",
            "Indicates that the resource is in failed state."
          ],
          "enum": [
            "GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "UPDATING",
            "DELETING",
            "DELETED",
            "FAILED"
          ]
        },
        "amazonKinesisConnectionProperties": {
          "$ref": "GoldengateAmazonKinesisConnectionProperties",
          "description": "Properties for an Amazon Kinesis connection."
        },
        "displayName": {
          "description": "Required. An object's Display Name.",
          "type": "string"
        },
        "connectionType": {
          "type": "string",
          "description": "Required. The connection type.",
          "enumDescriptions": [
            "Connection type unspecified.",
            "Goldengate connection type.",
            "Kafka connection type.",
            "Kafka schema registry connection type.",
            "MySQL connection type.",
            "Java message service connection type.",
            "Microsoft SQL Server connection type.",
            "OCI object storage connection type.",
            "Oracle connection type.",
            "Azure data lake storage connection type.",
            "PostgreSQL connection type.",
            "Azure synapse analytics connection type.",
            "Snowflake connection type.",
            "Amazon S3 connection type.",
            "HDFS connection type.",
            "Oracle AI data platform connection type.",
            "Oracle NoSQL connection type.",
            "MongoDB connection type.",
            "Amazon Kinesis connection type.",
            "Amazon Redshift connection type.",
            "DB2 connection type.",
            "Redis connection type.",
            "Elasticsearch connection type.",
            "Generic connection type.",
            "Google Cloud Storage connection type.",
            "Google BigQuery connection type.",
            "Databricks connection type.",
            "Google Pub/Sub connection type.",
            "Microsoft Fabric connection type.",
            "Iceberg connection type."
          ],
          "enum": [
            "GOLDENGATE_CONNECTION_TYPE_UNSPECIFIED",
            "GOLDENGATE",
            "KAFKA",
            "KAFKA_SCHEMA_REGISTRY",
            "MYSQL",
            "JAVA_MESSAGE_SERVICE",
            "MICROSOFT_SQLSERVER",
            "OCI_OBJECT_STORAGE",
            "ORACLE",
            "AZURE_DATA_LAKE_STORAGE",
            "POSTGRESQL",
            "AZURE_SYNAPSE_ANALYTICS",
            "SNOWFLAKE",
            "AMAZON_S3",
            "HDFS",
            "ORACLE_AI_DATA_PLATFORM",
            "ORACLE_NOSQL",
            "MONGODB",
            "AMAZON_KINESIS",
            "AMAZON_REDSHIFT",
            "DB2",
            "REDIS",
            "ELASTICSEARCH",
            "GENERIC",
            "GOOGLE_CLOUD_STORAGE",
            "GOOGLE_BIGQUERY",
            "DATABRICKS",
            "GOOGLE_PUBSUB",
            "MICROSOFT_FABRIC",
            "ICEBERG"
          ]
        },
        "azureSynapseAnalyticsConnectionProperties": {
          "description": "Properties for an Azure Synapse Analytics connection.",
          "$ref": "GoldengateAzureSynapseAnalyticsConnectionProperties"
        },
        "databricksConnectionProperties": {
          "$ref": "GoldengateDatabricksConnectionProperties",
          "description": "Properties for a Databricks connection."
        },
        "postgresqlConnectionProperties": {
          "description": "Properties for a PostgreSQL connection.",
          "$ref": "GoldengatePostgresqlConnectionProperties"
        },
        "googleBigQueryConnectionProperties": {
          "$ref": "GoldengateGoogleBigQueryConnectionProperties",
          "description": "Properties for a Google BigQuery Connection."
        },
        "ingressIpAddresses": {
          "readOnly": true,
          "description": "Output only. The Ingress IPs of the GoldengateConnection.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "snowflakeConnectionProperties": {
          "description": "Properties for a Snowflake connection.",
          "$ref": "GoldengateSnowflakeConnectionProperties"
        },
        "googleCloudStorageConnectionProperties": {
          "$ref": "GoldengateGoogleCloudStorageConnectionProperties",
          "description": "Properties for a Google Cloud Storage Connection."
        },
        "oracleConnectionProperties": {
          "$ref": "GoldengateOracleConnectionProperties",
          "description": "Properties for an Oracle Database Connection."
        },
        "genericConnectionProperties": {
          "description": "Properties for a Generic Connection.",
          "$ref": "GoldengateGenericConnectionProperties"
        },
        "mysqlConnectionProperties": {
          "description": "Properties for a Mysql Connection.",
          "$ref": "GoldengateMysqlConnectionProperties"
        },
        "mongodbConnectionProperties": {
          "$ref": "GoldengateMongodbConnectionProperties",
          "description": "Properties for a MongoDB connection."
        },
        "kafkaSchemaRegistryConnectionProperties": {
          "description": "Properties for a Kafka Schema Registry Connection.",
          "$ref": "GoldengateKafkaSchemaRegistryConnectionProperties"
        },
        "updateTime": {
          "format": "google-datetime",
          "description": "Output only. The time the resource was last updated.",
          "readOnly": true,
          "type": "string"
        },
        "db2ConnectionProperties": {
          "$ref": "GoldengateDb2ConnectionProperties",
          "description": "Properties for a DB2 connection."
        },
        "oracleNosqlConnectionProperties": {
          "description": "Properties for an Oracle NoSQL connection.",
          "$ref": "GoldengateOracleNosqlConnectionProperties"
        },
        "amazonRedshiftConnectionProperties": {
          "$ref": "GoldengateAmazonRedshiftConnectionProperties",
          "description": "Properties for an Amazon Redshift connection."
        },
        "azureDataLakeStorageConnectionProperties": {
          "description": "Properties for an Azure Data Lake Storage Connection.",
          "$ref": "GoldengateAzureDataLakeStorageConnectionProperties"
        },
        "oracleAiDataPlatformConnectionProperties": {
          "$ref": "GoldengateOracleAIDataPlatformConnectionProperties",
          "description": "Properties for an Oracle AI Data Platform connection."
        },
        "ocid": {
          "readOnly": true,
          "description": "Output only. The [OCID] of the connection being referenced.",
          "type": "string"
        },
        "kafkaConnectionProperties": {
          "description": "Properties for a Kafka Connection.",
          "$ref": "GoldengateKafkaConnectionProperties"
        },
        "lifecycleDetails": {
          "description": "Output only. Describes the object's current state in detail. For example, it can be used to provide actionable information for a resource in a Failed state.",
          "readOnly": true,
          "type": "string"
        },
        "googlePubsubConnectionProperties": {
          "description": "Properties for a Google Pub/Sub connection.",
          "$ref": "GoldengateGooglePubsubConnectionProperties"
        },
        "microsoftFabricConnectionProperties": {
          "$ref": "GoldengateMicrosoftFabricConnectionProperties",
          "description": "Properties for a Microsoft Fabric connection."
        },
        "description": {
          "type": "string",
          "description": "Optional. Metadata about this specific object."
        },
        "microsoftSqlserverConnectionProperties": {
          "description": "Properties for a Microsoft SQL Server connection.",
          "$ref": "GoldengateMicrosoftSqlserverConnectionProperties"
        },
        "hdfsConnectionProperties": {
          "description": "Properties for an HDFS connection.",
          "$ref": "GoldengateHdfsConnectionProperties"
        },
        "icebergConnectionProperties": {
          "$ref": "GoldengateIcebergConnectionProperties",
          "description": "Properties for an Iceberg connection."
        },
        "elasticsearchConnectionProperties": {
          "$ref": "GoldengateElasticsearchConnectionProperties",
          "description": "Properties for an Elasticsearch connection."
        },
        "routingMethod": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Network traffic flows from the assigned deployment's private endpoint through the deployment's subnet.",
            "A dedicated private endpoint is created in the target VCN subnet for the connection."
          ],
          "enum": [
            "GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED",
            "SHARED_DEPLOYMENT_ENDPOINT",
            "DEDICATED_ENDPOINT"
          ],
          "description": "Optional. The routing method for the GoldengateConnection.",
          "type": "string"
        },
        "amazonS3ConnectionProperties": {
          "$ref": "GoldengateAmazonS3ConnectionProperties",
          "description": "Properties for an Amazon S3 connection."
        },
        "javaMessageServiceConnectionProperties": {
          "$ref": "GoldengateJavaMessageServiceConnectionProperties",
          "description": "Properties for a Java Message Service connection."
        }
      },
      "id": "GoldengateConnectionProperties",
      "type": "object",
      "description": "The properties of a GoldengateConnection."
    },
    "IdentityConnector": {
      "properties": {
        "connectionState": {
          "description": "Output only. The connection state of the identity connector.",
          "enum": [
            "CONNECTION_STATE_UNSPECIFIED",
            "CONNECTED",
            "PARTIALLY_CONNECTED",
            "DISCONNECTED",
            "UNKNOWN"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "The identity pool connection is connected.",
            "The identity pool connection is partially connected.",
            "The identity pool connection is disconnected.",
            "The identity pool connection is in an unknown state."
          ],
          "readOnly": true,
          "type": "string"
        },
        "serviceAgentEmail": {
          "description": "Output only. A google managed service account on which customers can grant roles to access resources in the customer project. Example: `p176944527254-55-75119d87fd8f@gcp-sa-oci.iam.gserviceaccount.com`",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "IdentityConnector",
      "description": "The identity connector details which will allow OCI to securely access the resources in the customer project.",
      "type": "object"
    },
    "AutonomousDatabaseConnectionUrls": {
      "description": "The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionUrls",
      "type": "object",
      "id": "AutonomousDatabaseConnectionUrls",
      "properties": {
        "mongoDbUri": {
          "type": "string",
          "description": "Output only. The URL of the MongoDB API for the Autonomous Database.",
          "readOnly": true
        },
        "machineLearningNotebookUri": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database."
        },
        "graphStudioUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The URL of the Graph Studio for the Autonomous Database."
        },
        "sqlDevWebUri": {
          "description": "Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "machineLearningUserManagementUri": {
          "readOnly": true,
          "description": "Output only. The URL of Machine Learning user management the Autonomous Database.",
          "type": "string"
        },
        "apexUri": {
          "description": "Output only. Oracle Application Express (APEX) URL.",
          "readOnly": true,
          "type": "string"
        },
        "ordsUri": {
          "type": "string",
          "description": "Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.",
          "readOnly": true
        },
        "databaseTransformsUri": {
          "description": "Output only. The URL of the Database Transforms for the Autonomous Database.",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "AutonomousDatabase": {
      "type": "object",
      "description": "Details of the Autonomous Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/",
      "properties": {
        "adminPasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Immutable. The resource name of a secret version in Secret Manager which contains the database admin user's password. Format: projects/{project}/secrets/{secret}/versions/{version}. Note: Only one of `admin_password_secret_version` or `admin_password` can be populated."
        },
        "displayName": {
          "type": "string",
          "description": "Optional. Immutable. The display name for the Autonomous Database. The name does not have to be unique within your project."
        },
        "peerAutonomousDatabases": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The peer Autonomous Database names of the given Autonomous Database."
        },
        "sourceConfig": {
          "description": "Optional. Immutable. The source Autonomous Database configuration for the standby Autonomous Database. The source Autonomous Database is configured while creating the Peer Autonomous Database and can't be updated after creation.",
          "$ref": "SourceConfig"
        },
        "createTime": {
          "description": "Output only. The date and time that the Autonomous Database was created.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}",
          "type": "string"
        },
        "database": {
          "description": "Optional. Immutable. The name of the Autonomous Database. The database name must be unique in the project. The name must begin with a letter and can contain a maximum of 30 alphanumeric characters.",
          "type": "string"
        },
        "network": {
          "description": "Optional. Immutable. The name of the VPC network used by the Autonomous Database in the following format: projects/{project}/global/networks/{network}",
          "type": "string"
        },
        "cidr": {
          "description": "Optional. Immutable. The subnet CIDR range for the Autonomous Database.",
          "type": "string"
        },
        "odbNetwork": {
          "description": "Optional. Immutable. The name of the OdbNetwork associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.",
          "type": "string"
        },
        "odbSubnet": {
          "type": "string",
          "description": "Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}"
        },
        "labels": {
          "type": "object",
          "description": "Optional. The labels or tags associated with the Autonomous Database.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "properties": {
          "$ref": "AutonomousDatabaseProperties",
          "description": "Optional. The properties of the Autonomous Database."
        },
        "disasterRecoverySupportedLocations": {
          "items": {
            "type": "string"
          },
          "description": "Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format: `project/{project}/locations/{location}`.",
          "readOnly": true,
          "type": "array"
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the Autonomous Database."
        },
        "adminPassword": {
          "description": "Optional. Immutable. The password for the default ADMIN user. Note: Only one of `admin_password_secret_version` or `admin_password` can be populated.",
          "type": "string"
        }
      },
      "id": "AutonomousDatabase"
    },
    "DbServer": {
      "type": "object",
      "description": "Details of the database server resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/",
      "id": "DbServer",
      "properties": {
        "displayName": {
          "description": "Optional. User friendly name for this resource.",
          "type": "string"
        },
        "properties": {
          "description": "Optional. Various properties of the database server.",
          "$ref": "DbServerProperties"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}"
        }
      }
    },
    "OdbNetwork": {
      "type": "object",
      "properties": {
        "createTime": {
          "description": "Output only. The date and time that the OdbNetwork was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "gcpOracleZone": {
          "type": "string",
          "description": "Optional. The GCP Oracle zone where OdbNetwork is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability."
        },
        "state": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in failed state."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "TERMINATING",
            "FAILED"
          ],
          "description": "Output only. State of the ODB Network.",
          "type": "string",
          "readOnly": true
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the OdbNetwork."
        },
        "name": {
          "description": "Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}",
          "type": "string"
        },
        "network": {
          "description": "Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}",
          "type": "string"
        },
        "labels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "Optional. Labels or tags associated with the resource."
        }
      },
      "description": "Represents OdbNetwork resource.",
      "id": "OdbNetwork"
    },
    "GoldengateHdfsConnectionProperties": {
      "id": "GoldengateHdfsConnectionProperties",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type of HdfsConnection.",
          "type": "string"
        },
        "coreSiteXml": {
          "description": "Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).",
          "type": "string"
        }
      },
      "type": "object",
      "description": "The properties of GoldengateHdfsConnection."
    },
    "GoldengateGoldengateConnectionProperties": {
      "description": "The properties of GoldengateGoldengateConnectionProperties.",
      "type": "object",
      "properties": {
        "port": {
          "description": "Optional. The port of the GoldengateConnection.",
          "format": "int32",
          "type": "integer"
        },
        "password": {
          "description": "Optional. Input only. The password used to connect to the Oracle Goldengate in plain text.",
          "type": "string"
        },
        "host": {
          "description": "Optional. The host of the GoldengateConnection.",
          "type": "string"
        },
        "goldengateDeploymentId": {
          "type": "string",
          "description": "Optional. The name of the GoldengateDeployment associated with the GoldengateConnection. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}"
        },
        "username": {
          "type": "string",
          "description": "Optional. The username credential."
        },
        "technologyType": {
          "description": "Optional. The technology type.",
          "type": "string"
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password used to connect to the Oracle Goldengate. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        }
      },
      "id": "GoldengateGoldengateConnectionProperties"
    },
    "ListGoldengateDeploymentsResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "description": "Optional. Locations that could not be reached.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "goldengateDeployments": {
          "items": {
            "$ref": "GoldengateDeployment"
          },
          "description": "The list of GoldengateDeployments.",
          "type": "array"
        }
      },
      "id": "ListGoldengateDeploymentsResponse",
      "description": "The response for `GoldengateDeployment.List`."
    },
    "ExascaleDbStorageDetails": {
      "description": "The storage details of the ExascaleDbStorageVault.",
      "id": "ExascaleDbStorageDetails",
      "type": "object",
      "properties": {
        "totalSizeGbs": {
          "description": "Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).",
          "type": "integer",
          "format": "int32"
        },
        "availableSizeGbs": {
          "description": "Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      }
    },
    "CancelOperationRequest": {
      "description": "The request message for Operations.CancelOperation.",
      "type": "object",
      "properties": {},
      "id": "CancelOperationRequest"
    },
    "Operation": {
      "id": "Operation",
      "description": "This resource represents a long-running operation that is the result of a network API call.",
      "type": "object",
      "properties": {
        "error": {
          "description": "The error result of the operation in case of failure or cancellation.",
          "$ref": "Status"
        },
        "name": {
          "description": "The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.",
          "type": "string"
        },
        "response": {
          "type": "object",
          "description": "The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          }
        },
        "metadata": {
          "description": "Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.",
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          }
        },
        "done": {
          "description": "If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.",
          "type": "boolean"
        }
      }
    },
    "ExadbVmCluster": {
      "type": "object",
      "id": "ExadbVmCluster",
      "description": "ExadbVmCluster represents a cluster of VMs that are used to run Exadata workloads. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/ExadbVmCluster/",
      "properties": {
        "odbSubnet": {
          "description": "Required. Immutable. The name of the OdbSubnet associated with the ExadbVmCluster for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}",
          "type": "string"
        },
        "entitlementId": {
          "description": "Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.",
          "type": "string",
          "readOnly": true
        },
        "gcpOracleZone": {
          "description": "Output only. Immutable. The GCP Oracle zone where Oracle ExadbVmCluster is hosted. Example: us-east4-b-r2. During creation, the system will pick the zone assigned to the ExascaleDbStorageVault.",
          "type": "string",
          "readOnly": true
        },
        "properties": {
          "$ref": "ExadbVmClusterProperties",
          "description": "Required. The properties of the ExadbVmCluster."
        },
        "identityConnector": {
          "$ref": "IdentityConnector",
          "description": "Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.",
          "readOnly": true
        },
        "displayName": {
          "description": "Required. Immutable. The display name for the ExadbVmCluster. The name does not have to be unique within your project. The name must be 1-255 characters long and can only contain alphanumeric characters.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}"
        },
        "odbNetwork": {
          "description": "Optional. Immutable. The name of the OdbNetwork associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.",
          "type": "string"
        },
        "labels": {
          "type": "object",
          "description": "Optional. The labels or tags associated with the ExadbVmCluster.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "backupOdbSubnet": {
          "description": "Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}",
          "type": "string"
        },
        "createTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The date and time that the ExadbVmCluster was created."
        }
      }
    },
    "DbNodeProperties": {
      "type": "object",
      "id": "DbNodeProperties",
      "description": "Various properties and settings associated with Db node.",
      "properties": {
        "totalCpuCoreCount": {
          "type": "integer",
          "description": "Total CPU core count of the database node.",
          "format": "int32"
        },
        "ocpuCount": {
          "description": "Optional. OCPU count per database node.",
          "type": "integer",
          "format": "int32"
        },
        "createTime": {
          "description": "Output only. The date and time that the database node was created.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "state": {
          "description": "Output only. State of the database node.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in updating state.",
            "Indicates that the resource is in stopping state.",
            "Indicates that the resource is in stopped state.",
            "Indicates that the resource is in starting state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in terminated state.",
            "Indicates that the resource is in failed state."
          ],
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "STOPPING",
            "STOPPED",
            "STARTING",
            "TERMINATING",
            "TERMINATED",
            "FAILED"
          ]
        },
        "memorySizeGb": {
          "format": "int32",
          "type": "integer",
          "description": "Memory allocated in GBs."
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of database node."
        },
        "hostname": {
          "description": "Optional. DNS",
          "type": "string"
        },
        "dbNodeStorageSizeGb": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Local storage per database node."
        },
        "dbServerOcid": {
          "description": "Optional. Database server OCID.",
          "type": "string"
        }
      }
    },
    "KafkaBootstrapServer": {
      "properties": {
        "privateIpAddress": {
          "type": "string",
          "description": "Optional. The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection."
        },
        "port": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The port of an endpoint usually specified for a connection."
        },
        "host": {
          "type": "string",
          "description": "Required. The name or address of a host."
        }
      },
      "id": "KafkaBootstrapServer",
      "description": "Represents a Kafka bootstrap server with host name, optional port defaults to 9092, and an optional private ip.",
      "type": "object"
    },
    "ListOdbNetworksResponse": {
      "properties": {
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'."
        },
        "odbNetworks": {
          "type": "array",
          "description": "The list of ODB Networks.",
          "items": {
            "$ref": "OdbNetwork"
          }
        }
      },
      "type": "object",
      "description": "The response for `OdbNetwork.List`.",
      "id": "ListOdbNetworksResponse"
    },
    "DatabaseProperties": {
      "properties": {
        "state": {
          "description": "Output only. State of the Database.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in updating state.",
            "Indicates that the resource is in backup in progress state.",
            "Indicates that the resource is in upgrading state.",
            "Indicates that the resource is in converting state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in terminated state.",
            "Indicates that the resource is in restore failed state.",
            "Indicates that the resource is in failed state."
          ],
          "readOnly": true,
          "enum": [
            "DATABASE_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "BACKUP_IN_PROGRESS",
            "UPGRADING",
            "CONVERTING",
            "TERMINATING",
            "TERMINATED",
            "RESTORE_FAILED",
            "FAILED"
          ]
        },
        "dbVersion": {
          "type": "string",
          "description": "Required. The Oracle Database version."
        },
        "databaseManagementConfig": {
          "readOnly": true,
          "$ref": "DatabaseManagementConfig",
          "description": "Output only. The Database Management config."
        },
        "dbBackupConfig": {
          "description": "Optional. Backup options for the Database.",
          "$ref": "DbBackupConfig"
        }
      },
      "id": "DatabaseProperties",
      "type": "object",
      "description": "The properties of a Database."
    },
    "DbSystemInitialStorageSize": {
      "type": "object",
      "description": "Summary of the DbSystem initial storage size.",
      "properties": {
        "name": {
          "description": "Output only. The name of the resource.",
          "type": "string",
          "readOnly": true
        },
        "properties": {
          "description": "Output only. The properties of the DbSystem initial storage size summary.",
          "readOnly": true,
          "$ref": "DbSystemInitialStorageSizeProperties"
        }
      },
      "id": "DbSystemInitialStorageSize"
    },
    "CloudVmClusterProperties": {
      "properties": {
        "scanListenerPortTcpSsl": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. SCAN listener port - TLS"
        },
        "memorySizeGb": {
          "type": "integer",
          "description": "Optional. Memory allocated in GBs.",
          "format": "int32"
        },
        "state": {
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MAINTENANCE_IN_PROGRESS"
          ],
          "description": "Output only. State of the cluster.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in updating state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in terminated state.",
            "Indicates that the resource is in failed state.",
            "Indicates that the resource is in maintenance in progress state."
          ],
          "type": "string"
        },
        "ocid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Oracle Cloud Infrastructure ID of VM Cluster."
        },
        "diagnosticsDataCollectionOptions": {
          "description": "Optional. Data collection options for diagnostics.",
          "$ref": "DataCollectionOptions"
        },
        "clusterName": {
          "type": "string",
          "description": "Optional. OCI Cluster name."
        },
        "diskRedundancy": {
          "description": "Optional. The type of redundancy.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "High - 3 way mirror.",
            "Normal - 2 way mirror."
          ],
          "enum": [
            "DISK_REDUNDANCY_UNSPECIFIED",
            "HIGH",
            "NORMAL"
          ]
        },
        "hostname": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. host name without domain. format: \"-\" with some suffix. ex: sp2-yi0xq where \"sp2\" is the hostname_prefix."
        },
        "systemVersion": {
          "description": "Optional. Operating system version of the image.",
          "type": "string"
        },
        "ocpuCount": {
          "description": "Optional. OCPU count per VM. Minimum is 0.1.",
          "format": "float",
          "type": "number"
        },
        "compartmentId": {
          "readOnly": true,
          "description": "Output only. Compartment ID of cluster.",
          "type": "string"
        },
        "scanIpIds": {
          "type": "array",
          "description": "Output only. OCIDs of scan IPs.",
          "items": {
            "type": "string"
          },
          "readOnly": true
        },
        "cpuCoreCount": {
          "description": "Required. Number of enabled CPU cores.",
          "format": "int32",
          "type": "integer"
        },
        "giVersion": {
          "type": "string",
          "description": "Optional. Grid Infrastructure Version."
        },
        "domain": {
          "readOnly": true,
          "description": "Output only. Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com",
          "type": "string"
        },
        "vmFileSystemStorageType": {
          "description": "Optional. Specifies whether VM file system storage / VM images are stored on local DB server storage or Exascale storage.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified storage type.",
            "Local DB server storage.",
            "Exascale storage."
          ],
          "enum": [
            "VM_FILE_SYSTEM_STORAGE_TYPE_UNSPECIFIED",
            "VM_FILE_SYSTEM_STORAGE_TYPE_LOCAL",
            "VM_FILE_SYSTEM_STORAGE_TYPE_EXASCALE"
          ]
        },
        "scanDnsRecordId": {
          "type": "string",
          "description": "Output only. OCID of scan DNS record.",
          "readOnly": true
        },
        "hostnamePrefix": {
          "type": "string",
          "description": "Optional. Prefix for VM cluster host names."
        },
        "localBackupEnabled": {
          "type": "boolean",
          "description": "Optional. Use local backup."
        },
        "computeModel": {
          "enum": [
            "COMPUTE_MODEL_UNSPECIFIED",
            "COMPUTE_MODEL_ECPU",
            "COMPUTE_MODEL_OCPU"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The compute model of the VM Cluster.",
          "enumDescriptions": [
            "Unspecified compute model.",
            "Abstract measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers.",
            "Physical measure of compute resources. OCPUs are based on the physical core of a processor."
          ]
        },
        "dbServerOcids": {
          "items": {
            "type": "string"
          },
          "description": "Optional. OCID of database servers.",
          "type": "array"
        },
        "nodeCount": {
          "description": "Optional. Number of database servers.",
          "type": "integer",
          "format": "int32"
        },
        "scanDns": {
          "readOnly": true,
          "description": "Output only. SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com",
          "type": "string"
        },
        "shape": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Shape of VM Cluster."
        },
        "ociUrl": {
          "readOnly": true,
          "description": "Output only. Deep link to the OCI console to view this resource.",
          "type": "string"
        },
        "storageSizeGb": {
          "description": "Output only. The storage allocation for the disk group, in gigabytes (GB).",
          "readOnly": true,
          "format": "int32",
          "type": "integer"
        },
        "sshPublicKeys": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Optional. SSH public keys to be stored with cluster."
        },
        "dbNodeStorageSizeGb": {
          "description": "Optional. Local storage per VM.",
          "format": "int32",
          "type": "integer"
        },
        "scanListenerPortTcp": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. SCAN listener port - TCP"
        },
        "sparseDiskgroupEnabled": {
          "type": "boolean",
          "description": "Optional. Use exadata sparse snapshots."
        },
        "dnsListenerIp": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. DNS listener IP."
        },
        "storageManagementType": {
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Unspecified storage management type.",
            "Automatic Storage Management.",
            "Exascale storage management."
          ],
          "enum": [
            "STORAGE_MANAGEMENT_TYPE_UNSPECIFIED",
            "ASM",
            "EXASCALE"
          ],
          "description": "Output only. The storage management type of the VM Cluster."
        },
        "timeZone": {
          "$ref": "TimeZone",
          "description": "Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified."
        },
        "dataStorageSizeTb": {
          "format": "double",
          "description": "Optional. The data disk group size to be allocated in TBs.",
          "type": "number"
        },
        "licenseType": {
          "type": "string",
          "description": "Required. License type of VM Cluster.",
          "enum": [
            "LICENSE_TYPE_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "enumDescriptions": [
            "Unspecified",
            "License included part of offer",
            "Bring your own license"
          ]
        },
        "vmBackupStorageType": {
          "description": "Optional. Specifies whether VM backups are stored on local DB server storage or Exascale storage.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified storage type.",
            "Local DB server storage.",
            "Exascale storage."
          ],
          "enum": [
            "VM_BACKUP_STORAGE_TYPE_UNSPECIFIED",
            "VM_BACKUP_STORAGE_TYPE_LOCAL",
            "VM_BACKUP_STORAGE_TYPE_EXASCALE"
          ]
        }
      },
      "id": "CloudVmClusterProperties",
      "description": "Various properties and settings associated with Exadata VM cluster.",
      "type": "object"
    },
    "AutonomousDatabaseRefreshableClone": {
      "id": "AutonomousDatabaseRefreshableClone",
      "type": "object",
      "properties": {
        "name": {
          "readOnly": true,
          "description": "Output only. The GCP resource name of the Autonomous Database.",
          "type": "string"
        },
        "region": {
          "description": "Output only. The Google Cloud region where the refreshable clone exists.",
          "type": "string",
          "readOnly": true
        }
      },
      "description": "An Autonomous Database refreshable clone"
    },
    "AutonomousDatabaseCharacterSet": {
      "id": "AutonomousDatabaseCharacterSet",
      "description": "Details of the Autonomous Database character set resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseCharacterSets/",
      "type": "object",
      "properties": {
        "characterSet": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The character set name for the Autonomous Database which is the ID in the resource name."
        },
        "characterSetType": {
          "enum": [
            "CHARACTER_SET_TYPE_UNSPECIFIED",
            "DATABASE",
            "NATIONAL"
          ],
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Character set type is not specified.",
            "Character set type is set to database.",
            "Character set type is set to national."
          ],
          "description": "Output only. The character set type for the Autonomous Database."
        },
        "name": {
          "description": "Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}",
          "type": "string"
        }
      }
    },
    "ListOdbSubnetsResponse": {
      "id": "ListOdbSubnetsResponse",
      "type": "object",
      "properties": {
        "odbSubnets": {
          "type": "array",
          "description": "The list of ODB Subnets.",
          "items": {
            "$ref": "OdbSubnet"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'."
        }
      },
      "description": "The response for `OdbSubnet.List`."
    },
    "GoldengateMongodbConnectionProperties": {
      "properties": {
        "tlsCaFile": {
          "description": "Optional. Database Certificate - The base64 encoded content of a .pem file, containing the server public key (for 1 and 2-way SSL).",
          "type": "string"
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect to the database.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of MongodbConnection.",
          "type": "string"
        },
        "tlsCertificateKeyFile": {
          "description": "Optional. Client Certificate - The base64 encoded content of a .pem file, containing the client public key (for 2-way SSL).",
          "type": "string"
        },
        "securityProtocol": {
          "enumDescriptions": [
            "Security type not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "enum": [
            "MONGODB_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ],
          "description": "Optional. Security Type for MongoDB.",
          "type": "string"
        },
        "connectionString": {
          "description": "Optional. MongoDB connection string. e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'",
          "type": "string"
        },
        "tlsCertificateKeyFilePassword": {
          "description": "Optional. Input only. The Client Certificate key file password in plain text.",
          "type": "string"
        },
        "databaseId": {
          "type": "string",
          "description": "Optional. The OCID of the Oracle Autonomous Json Database."
        },
        "passwordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the Mongodb connection. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "tlsCertificateKeyFilePasswordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the Client Certificate key file password in Secret Manager. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect the Mongodb connection in plain text."
        }
      },
      "description": "The properties of GoldengateMongodbConnection.",
      "id": "GoldengateMongodbConnectionProperties",
      "type": "object"
    },
    "DbSystemShape": {
      "type": "object",
      "description": "Details of the Database System Shapes resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystemShapeSummary/",
      "id": "DbSystemShape",
      "properties": {
        "minCoreCountPerNode": {
          "description": "Optional. Minimum core count per node.",
          "format": "int32",
          "type": "integer"
        },
        "availableDataStorageTb": {
          "format": "int32",
          "description": "Optional. Storage per storage server in terabytes.",
          "type": "integer"
        },
        "availableCoreCountPerNode": {
          "description": "Optional. Number of cores per node.",
          "type": "integer",
          "format": "int32"
        },
        "minDbNodeStoragePerNodeGb": {
          "description": "Optional. Minimum node storage per database server in gigabytes.",
          "type": "integer",
          "format": "int32"
        },
        "maxNodeCount": {
          "description": "Optional. Maximum number of database servers.",
          "type": "integer",
          "format": "int32"
        },
        "name": {
          "description": "Identifier. The name of the Database System Shape resource with the format: projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape}",
          "type": "string"
        },
        "minNodeCount": {
          "description": "Optional. Minimum number of database servers.",
          "type": "integer",
          "format": "int32"
        },
        "maxStorageCount": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Maximum number of storage servers."
        },
        "coreCountIncrement": {
          "description": "Optional. Core count increment.",
          "type": "integer",
          "format": "int32"
        },
        "shape": {
          "type": "string",
          "description": "Optional. shape"
        },
        "minStorageCount": {
          "description": "Optional. Minimum number of storage servers.",
          "format": "int32",
          "type": "integer"
        },
        "availableMemoryPerNodeGb": {
          "format": "int32",
          "description": "Optional. Memory per database server node in gigabytes.",
          "type": "integer"
        },
        "minMemoryPerNodeGb": {
          "description": "Optional. Minimum memory per node in gigabytes.",
          "format": "int32",
          "type": "integer"
        },
        "availableCoreCount": {
          "format": "int32",
          "description": "Optional. Available core count.",
          "type": "integer"
        },
        "minimumCoreCount": {
          "description": "Optional. Minimum core count per node.",
          "type": "integer",
          "format": "int32"
        }
      }
    },
    "GiVersion": {
      "description": "Details of the Oracle Grid Infrastructure (GI) version resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiVersionSummary/",
      "type": "object",
      "id": "GiVersion",
      "properties": {
        "version": {
          "description": "Optional. version",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the Oracle Grid Infrastructure (GI) version resource with the format: projects/{project}/locations/{region}/giVersions/{gi_versions}",
          "type": "string"
        }
      }
    },
    "AutonomousDatabaseProperties": {
      "type": "object",
      "properties": {
        "usedDataStorageSizeTbs": {
          "format": "int32",
          "description": "Output only. The storage space used by Autonomous Database, in gigabytes.",
          "readOnly": true,
          "type": "integer"
        },
        "nCharacterSet": {
          "description": "Optional. Immutable. The national character set for the Autonomous Database. The default is AL16UTF16.",
          "type": "string"
        },
        "isStorageAutoScalingEnabled": {
          "description": "Optional. Immutable. This field indicates if auto scaling is enabled for the Autonomous Database storage.",
          "type": "boolean"
        },
        "maintenanceScheduleType": {
          "enum": [
            "MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED",
            "EARLY",
            "REGULAR"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "An EARLY maintenance schedule patches the database before the regular scheduled maintenance.",
            "A REGULAR maintenance schedule follows the normal maintenance cycle."
          ],
          "type": "string",
          "description": "Optional. Immutable. The maintenance schedule of the Autonomous Database."
        },
        "isAutoScalingEnabled": {
          "description": "Optional. Immutable. This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.",
          "type": "boolean"
        },
        "serviceAgentEmail": {
          "description": "Output only. An Oracle-managed Google Cloud service account on which customers can grant roles to access resources in the customer project.",
          "type": "string",
          "readOnly": true
        },
        "secretId": {
          "type": "string",
          "description": "Optional. Immutable. The ID of the Oracle Cloud Infrastructure vault secret."
        },
        "dbEdition": {
          "type": "string",
          "description": "Optional. Immutable. The edition of the Autonomous Databases.",
          "enum": [
            "DATABASE_EDITION_UNSPECIFIED",
            "STANDARD_EDITION",
            "ENTERPRISE_EDITION"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Standard Database Edition",
            "Enterprise Database Edition"
          ]
        },
        "maintenanceBeginTime": {
          "description": "Output only. The date and time when maintenance will begin.",
          "format": "google-datetime",
          "type": "string",
          "readOnly": true
        },
        "encryptionKey": {
          "description": "Optional. The encryption key used to encrypt the Autonomous Database. Updating this field will add a new entry in the `encryption_key_history_entries` field with the former version.",
          "$ref": "EncryptionKey"
        },
        "autonomousContainerDatabaseId": {
          "type": "string",
          "description": "Output only. The Autonomous Container Database OCID.",
          "readOnly": true
        },
        "lifecycleDetails": {
          "readOnly": true,
          "description": "Output only. The details of the current lifestyle state of the Autonomous Database.",
          "type": "string"
        },
        "permissionLevel": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The permission level of the Autonomous Database.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Restricted mode allows access only by admin users.",
            "Normal access."
          ],
          "enum": [
            "PERMISSION_LEVEL_UNSPECIFIED",
            "RESTRICTED",
            "UNRESTRICTED"
          ]
        },
        "databaseManagementState": {
          "readOnly": true,
          "description": "Output only. The current state of database management for the Autonomous Database.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Enabling Database Management state",
            "Enabled Database Management state",
            "Disabling Database Management state",
            "Not Enabled Database Management state",
            "Failed enabling Database Management state",
            "Failed disabling Database Management state"
          ],
          "enum": [
            "DATABASE_MANAGEMENT_STATE_UNSPECIFIED",
            "ENABLING",
            "ENABLED",
            "DISABLING",
            "NOT_ENABLED",
            "FAILED_ENABLING",
            "FAILED_DISABLING"
          ]
        },
        "refreshableState": {
          "enum": [
            "REFRESHABLE_STATE_UNSPECIFIED",
            "REFRESHING",
            "NOT_REFRESHING"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Refreshing",
            "Not refreshed"
          ],
          "description": "Output only. The refresh State of the clone.",
          "readOnly": true,
          "type": "string"
        },
        "localAdgAutoFailoverMaxDataLossLimitDuration": {
          "type": "integer",
          "description": "Optional. This field indicates the maximum data loss limit for an Autonomous Database, in seconds.",
          "format": "int32"
        },
        "localDataGuardEnabled": {
          "description": "Optional. Indicates whether the Autonomous Database has a local (in-region) standby database. Not applicable to cross-region Data Guard or dedicated Exadata infrastructure.",
          "type": "boolean"
        },
        "dataStorageSizeGb": {
          "type": "integer",
          "description": "Optional. Immutable. The size of the data stored in the database, in gigabytes.",
          "format": "int32"
        },
        "openMode": {
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "Read Only Mode",
            "Read Write Mode"
          ],
          "enum": [
            "OPEN_MODE_UNSPECIFIED",
            "READ_ONLY",
            "READ_WRITE"
          ],
          "type": "string",
          "description": "Output only. This field indicates the current mode of the Autonomous Database."
        },
        "dataGuardRoleChangedTime": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The date and time the Autonomous Data Guard role was changed for the standby Autonomous Database.",
          "format": "google-datetime"
        },
        "vaultId": {
          "type": "string",
          "description": "Optional. Immutable. The ID of the Oracle Cloud Infrastructure vault."
        },
        "scheduledOperationDetails": {
          "readOnly": true,
          "items": {
            "$ref": "ScheduledOperationDetails"
          },
          "type": "array",
          "description": "Output only. The list and details of the scheduled operations of the Autonomous Database."
        },
        "dbWorkload": {
          "enum": [
            "DB_WORKLOAD_UNSPECIFIED",
            "OLTP",
            "DW",
            "AJD",
            "APEX"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Autonomous Transaction Processing database.",
            "Autonomous Data Warehouse database.",
            "Autonomous JSON Database.",
            "Autonomous Database with the Oracle APEX Application Development workload type."
          ],
          "description": "Required. Immutable. The workload type of the Autonomous Database.",
          "type": "string"
        },
        "sqlWebDeveloperUrl": {
          "type": "string",
          "description": "Output only. The SQL Web Developer URL for the Autonomous Database.",
          "readOnly": true
        },
        "isLocalDataGuardEnabled": {
          "description": "Output only. Deprecated: Please use `local_data_guard_enabled` instead. This field indicates whether the Autonomous Database has local (in-region) Data Guard enabled.",
          "readOnly": true,
          "type": "boolean",
          "deprecated": true
        },
        "apexDetails": {
          "description": "Output only. The details for the Oracle APEX Application Development.",
          "$ref": "AutonomousDatabaseApex",
          "readOnly": true
        },
        "refreshableClone": {
          "description": "Optional. Indicates if the Autonomous Database is a refreshable clone. This field is used in update flow to connect / disconnect a refreshable clone from its source database.",
          "type": "boolean"
        },
        "memoryTableGbs": {
          "type": "integer",
          "readOnly": true,
          "format": "int32",
          "description": "Output only. The memory assigned to in-memory tables in an Autonomous Database."
        },
        "failedDataRecoveryDuration": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. This field indicates the number of seconds of data loss during a Data Guard failover.",
          "format": "google-duration"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of the Autonomous Database. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle"
        },
        "allowlistedIps": {
          "items": {
            "type": "string"
          },
          "description": "Optional. Immutable. The list of allowlisted IP addresses for the Autonomous Database.",
          "type": "array"
        },
        "peerDbIds": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The list of OCIDs of standby databases located in Autonomous Data Guard remote regions that are associated with the source database.",
          "items": {
            "type": "string"
          }
        },
        "arePrimaryAllowlistedIpsUsed": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. This field indicates the status of Data Guard and Access control for the Autonomous Database. The field's value is null if Data Guard is disabled or Access Control is disabled. The field's value is TRUE if both Data Guard and Access Control are enabled, and the Autonomous Database is using primary IP access control list (ACL) for standby. The field's value is FALSE if both Data Guard and Access Control are enabled, and the Autonomous Database is using a different IP access control list (ACL) for standby compared to primary."
        },
        "localDisasterRecoveryType": {
          "description": "Output only. This field indicates the local disaster recovery (DR) type of an Autonomous Database.",
          "enum": [
            "LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED",
            "ADG",
            "BACKUP_BASED",
            "NOT_AVAILABLE"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "Autonomous Data Guard recovery.",
            "Backup based recovery.",
            "Local disaster recovery is not available."
          ],
          "type": "string"
        },
        "memoryPerOracleComputeUnitGbs": {
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The amount of memory enabled per ECPU, in gigabytes.",
          "type": "integer"
        },
        "supportedCloneRegions": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The list of available regions that can be used to create a clone for the Autonomous Database.",
          "type": "array"
        },
        "privateEndpoint": {
          "description": "Output only. The private endpoint for the Autonomous Database.",
          "type": "string",
          "readOnly": true
        },
        "nextLongTermBackupTime": {
          "description": "Output only. The long term backup schedule of the Autonomous Database.",
          "readOnly": true,
          "format": "google-datetime",
          "type": "string"
        },
        "maintenanceEndTime": {
          "description": "Output only. The date and time when maintenance will end.",
          "readOnly": true,
          "type": "string",
          "format": "google-datetime"
        },
        "dataSafeState": {
          "description": "Output only. The current state of the Data Safe registration for the Autonomous Database.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Registering data safe state.",
            "Registered data safe state.",
            "Deregistering data safe state.",
            "Not registered data safe state.",
            "Failed data safe state."
          ],
          "readOnly": true,
          "enum": [
            "DATA_SAFE_STATE_UNSPECIFIED",
            "REGISTERING",
            "REGISTERED",
            "DEREGISTERING",
            "NOT_REGISTERED",
            "FAILED"
          ],
          "type": "string"
        },
        "connectionStrings": {
          "readOnly": true,
          "description": "Output only. The connection strings used to connect to an Autonomous Database.",
          "$ref": "AutonomousDatabaseConnectionStrings"
        },
        "totalAutoBackupStorageSizeGbs": {
          "type": "number",
          "format": "float",
          "description": "Output only. The storage space used by automatic backups of Autonomous Database, in gigabytes.",
          "readOnly": true
        },
        "customerContacts": {
          "items": {
            "$ref": "CustomerContact"
          },
          "description": "Optional. Immutable. The list of customer contacts.",
          "type": "array"
        },
        "disasterRecoveryRoleChangedTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time the Disaster Recovery role was changed for the standby Autonomous Database.",
          "format": "google-datetime"
        },
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "STOPPING",
            "STOPPED",
            "STARTING",
            "TERMINATING",
            "TERMINATED",
            "UNAVAILABLE",
            "RESTORE_IN_PROGRESS",
            "RESTORE_FAILED",
            "BACKUP_IN_PROGRESS",
            "SCALE_IN_PROGRESS",
            "AVAILABLE_NEEDS_ATTENTION",
            "UPDATING",
            "MAINTENANCE_IN_PROGRESS",
            "RESTARTING",
            "RECREATING",
            "ROLE_CHANGE_IN_PROGRESS",
            "UPGRADING",
            "INACCESSIBLE",
            "STANDBY"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the Autonomous Database is in provisioning state.",
            "Indicates that the Autonomous Database is in available state.",
            "Indicates that the Autonomous Database is in stopping state.",
            "Indicates that the Autonomous Database is in stopped state.",
            "Indicates that the Autonomous Database is in starting state.",
            "Indicates that the Autonomous Database is in terminating state.",
            "Indicates that the Autonomous Database is in terminated state.",
            "Indicates that the Autonomous Database is in unavailable state.",
            "Indicates that the Autonomous Database restore is in progress.",
            "Indicates that the Autonomous Database failed to restore.",
            "Indicates that the Autonomous Database backup is in progress.",
            "Indicates that the Autonomous Database scale is in progress.",
            "Indicates that the Autonomous Database is available but needs attention state.",
            "Indicates that the Autonomous Database is in updating state.",
            "Indicates that the Autonomous Database's maintenance is in progress state.",
            "Indicates that the Autonomous Database is in restarting state.",
            "Indicates that the Autonomous Database is in recreating state.",
            "Indicates that the Autonomous Database's role change is in progress state.",
            "Indicates that the Autonomous Database is in upgrading state.",
            "Indicates that the Autonomous Database is in inaccessible state.",
            "Indicates that the Autonomous Database is in standby state."
          ],
          "readOnly": true,
          "description": "Output only. The current lifecycle state of the Autonomous Database.",
          "type": "string"
        },
        "mtlsConnectionRequired": {
          "description": "Optional. Immutable. This field specifies if the Autonomous Database requires mTLS connections.",
          "type": "boolean"
        },
        "allocatedStorageSizeTb": {
          "readOnly": true,
          "description": "Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.",
          "format": "double",
          "type": "number"
        },
        "characterSet": {
          "description": "Optional. Immutable. The character set for the Autonomous Database. The default is AL32UTF8.",
          "type": "string"
        },
        "localAdgAutoFailoverMaxDataLossLimit": {
          "description": "Output only. Deprecated: Please use `local_adg_auto_failover_max_data_loss_limit_duration` instead. This field indicates the maximum data loss limit for an Autonomous Database, in seconds.",
          "deprecated": true,
          "type": "integer",
          "readOnly": true,
          "format": "int32"
        },
        "privateEndpointLabel": {
          "type": "string",
          "description": "Optional. Immutable. The private endpoint label for the Autonomous Database."
        },
        "refreshableMode": {
          "type": "string",
          "description": "Output only. The refresh mode of the cloned Autonomous Database.",
          "readOnly": true,
          "enumDescriptions": [
            "The default unspecified value.",
            "AUTOMATIC indicates that the cloned database is automatically refreshed with data from the source Autonomous Database.",
            "MANUAL indicates that the cloned database is manually refreshed with data from the source Autonomous Database."
          ],
          "enum": [
            "REFRESHABLE_MODE_UNSPECIFIED",
            "AUTOMATIC",
            "MANUAL"
          ]
        },
        "licenseType": {
          "enum": [
            "LICENSE_TYPE_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "enumDescriptions": [
            "Unspecified",
            "License included part of offer",
            "Bring your own license"
          ],
          "type": "string",
          "description": "Required. Immutable. The license type used for the Autonomous Database."
        },
        "backupRetentionPeriodDays": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. Immutable. The retention period for the Autonomous Database. This field is specified in days, can range from 1 day to 60 days, and has a default value of 60 days."
        },
        "encryptionKeyHistoryEntries": {
          "items": {
            "$ref": "EncryptionKeyHistoryEntry"
          },
          "readOnly": true,
          "description": "Output only. The history of the encryption keys used to encrypt the Autonomous Database.",
          "type": "array"
        },
        "privateEndpointIp": {
          "description": "Optional. Immutable. The private endpoint IP address for the Autonomous Database.",
          "type": "string"
        },
        "localStandbyDb": {
          "readOnly": true,
          "description": "Output only. The details of the Autonomous Data Guard standby database.",
          "$ref": "AutonomousDatabaseStandbySummary"
        },
        "cpuCoreCount": {
          "type": "integer",
          "description": "Optional. Immutable. The number of CPU cores to be made available to the database.",
          "format": "int32"
        },
        "actualUsedDataStorageSizeTb": {
          "readOnly": true,
          "description": "Output only. The amount of storage currently being used for user and system data, in terabytes.",
          "type": "number",
          "format": "double"
        },
        "operationsInsightsState": {
          "description": "Output only. This field indicates the state of Operations Insights for the Autonomous Database.",
          "enum": [
            "OPERATIONS_INSIGHTS_STATE_UNSPECIFIED",
            "ENABLING",
            "ENABLED",
            "DISABLING",
            "NOT_ENABLED",
            "FAILED_ENABLING",
            "FAILED_DISABLING"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Enabling status for operation insights.",
            "Enabled status for operation insights.",
            "Disabling status for operation insights.",
            "Not Enabled status for operation insights.",
            "Failed enabling status for operation insights.",
            "Failed disabling status for operation insights."
          ],
          "readOnly": true,
          "type": "string"
        },
        "connectionUrls": {
          "$ref": "AutonomousDatabaseConnectionUrls",
          "readOnly": true,
          "description": "Output only. The Oracle Connection URLs for an Autonomous Database."
        },
        "role": {
          "readOnly": true,
          "enum": [
            "ROLE_UNSPECIFIED",
            "PRIMARY",
            "STANDBY",
            "DISABLED_STANDBY",
            "BACKUP_COPY",
            "SNAPSHOT_STANDBY"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Primary role",
            "Standby role",
            "Disabled standby role",
            "Backup copy role",
            "Snapshot standby role"
          ],
          "description": "Output only. The Data Guard role of the Autonomous Database."
        },
        "availableUpgradeVersions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "description": "Output only. The list of available Oracle Database upgrade versions for an Autonomous Database."
        },
        "computeCount": {
          "format": "float",
          "description": "Optional. Immutable. The number of compute servers for the Autonomous Database.",
          "type": "number"
        },
        "dataStorageSizeTb": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Immutable. The size of the data stored in the database, in terabytes."
        },
        "dbVersion": {
          "description": "Optional. Immutable. The Oracle Database version for the Autonomous Database.",
          "type": "string"
        },
        "ociUrl": {
          "description": "Output only. The Oracle Cloud Infrastructure link for the Autonomous Database.",
          "type": "string",
          "readOnly": true
        }
      },
      "id": "AutonomousDatabaseProperties",
      "description": "The properties of an Autonomous Database."
    },
    "ListGoldengateDeploymentEnvironmentsResponse": {
      "id": "ListGoldengateDeploymentEnvironmentsResponse",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return. If this field is empty, there are no subsequent pages."
        },
        "goldengateDeploymentEnvironments": {
          "description": "The list of GoldengateDeploymentEnvironment",
          "type": "array",
          "items": {
            "$ref": "GoldengateDeploymentEnvironment"
          }
        },
        "unreachable": {
          "items": {
            "type": "string"
          },
          "description": "Unordered list. Locations that could not be reached.",
          "type": "array"
        }
      },
      "description": "Message for response to listing GoldengateDeploymentEnvironments",
      "type": "object"
    },
    "GlueIcebergCatalog": {
      "type": "object",
      "description": "The Glue Iceberg catalog.",
      "properties": {
        "glueId": {
          "description": "Required. The catalog ID of Glue.",
          "type": "string"
        }
      },
      "id": "GlueIcebergCatalog"
    },
    "GoldengateMaintenanceWindow": {
      "type": "object",
      "description": "The maintenance window of the GoldengateDeployment.",
      "id": "GoldengateMaintenanceWindow",
      "properties": {
        "startHour": {
          "description": "Required. Start hour for maintenance period. Hour is in UTC.",
          "format": "int32",
          "type": "integer"
        },
        "day": {
          "type": "string",
          "description": "Required. Days of the week.",
          "enumDescriptions": [
            "The day of the week is unspecified.",
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
          ],
          "enum": [
            "DAY_OF_WEEK_UNSPECIFIED",
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY",
            "SATURDAY",
            "SUNDAY"
          ]
        }
      }
    },
    "StartGoldengateDeploymentRequest": {
      "id": "StartGoldengateDeploymentRequest",
      "properties": {},
      "type": "object",
      "description": "The request for `GoldengateDeployment.Start`."
    },
    "ScheduledOperationDetails": {
      "id": "ScheduledOperationDetails",
      "type": "object",
      "properties": {
        "startTime": {
          "description": "Output only. Auto start time.",
          "readOnly": true,
          "$ref": "TimeOfDay"
        },
        "stopTime": {
          "$ref": "TimeOfDay",
          "readOnly": true,
          "description": "Output only. Auto stop time."
        },
        "dayOfWeek": {
          "enum": [
            "DAY_OF_WEEK_UNSPECIFIED",
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY",
            "SATURDAY",
            "SUNDAY"
          ],
          "enumDescriptions": [
            "The day of the week is unspecified.",
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
          ],
          "readOnly": true,
          "description": "Output only. Day of week.",
          "type": "string"
        }
      },
      "description": "Details of scheduled operation. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails"
    },
    "ListMinorVersionsResponse": {
      "type": "object",
      "id": "ListMinorVersionsResponse",
      "description": "The response for `MinorVersion.List`.",
      "properties": {
        "minorVersions": {
          "type": "array",
          "description": "The list of MinorVersions.",
          "items": {
            "$ref": "MinorVersion"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      }
    },
    "ListDatabaseCharacterSetsResponse": {
      "id": "ListDatabaseCharacterSetsResponse",
      "type": "object",
      "properties": {
        "databaseCharacterSets": {
          "type": "array",
          "items": {
            "$ref": "DatabaseCharacterSet"
          },
          "description": "The list of DatabaseCharacterSets."
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "description": "The response for `DatabaseCharacterSet.List`."
    },
    "DatabaseConnectionStringProfile": {
      "description": "The connection string profile to allow clients to group. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DatabaseConnectionStringProfile",
      "type": "object",
      "properties": {
        "hostFormat": {
          "enum": [
            "HOST_FORMAT_UNSPECIFIED",
            "FQDN",
            "IP"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "FQDN",
            "IP"
          ],
          "readOnly": true,
          "description": "Output only. The host name format being currently used in connection string.",
          "type": "string"
        },
        "value": {
          "description": "Output only. The value of the connection string.",
          "type": "string",
          "readOnly": true
        },
        "protocol": {
          "type": "string",
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "Tcp",
            "Tcps"
          ],
          "enum": [
            "PROTOCOL_UNSPECIFIED",
            "TCP",
            "TCPS"
          ],
          "description": "Output only. The protocol being used by the connection."
        },
        "tlsAuthentication": {
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Server",
            "Mutual"
          ],
          "enum": [
            "TLS_AUTHENTICATION_UNSPECIFIED",
            "SERVER",
            "MUTUAL"
          ],
          "description": "Output only. This field indicates the TLS authentication type of the connection."
        },
        "isRegional": {
          "type": "boolean",
          "readOnly": true,
          "description": "Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard."
        },
        "consumerGroup": {
          "enum": [
            "CONSUMER_GROUP_UNSPECIFIED",
            "HIGH",
            "MEDIUM",
            "LOW",
            "TP",
            "TPURGENT"
          ],
          "description": "Output only. The current consumer group being used by the connection.",
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "High consumer group.",
            "Medium consumer group.",
            "Low consumer group.",
            "TP consumer group.",
            "TPURGENT consumer group."
          ],
          "type": "string"
        },
        "displayName": {
          "description": "Output only. The display name for the database connection.",
          "type": "string",
          "readOnly": true
        },
        "sessionMode": {
          "enum": [
            "SESSION_MODE_UNSPECIFIED",
            "DIRECT",
            "INDIRECT"
          ],
          "description": "Output only. The current session mode of the connection.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Direct",
            "Indirect"
          ],
          "readOnly": true,
          "type": "string"
        },
        "syntaxFormat": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Long",
            "Ezconnect",
            "Ezconnectplus"
          ],
          "description": "Output only. The syntax of the connection string.",
          "enum": [
            "SYNTAX_FORMAT_UNSPECIFIED",
            "LONG",
            "EZCONNECT",
            "EZCONNECTPLUS"
          ],
          "readOnly": true
        }
      },
      "id": "DatabaseConnectionStringProfile"
    },
    "Location": {
      "properties": {
        "metadata": {
          "description": "Service-specific metadata. For example the available capacity at the given location.",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "type": "object"
        },
        "displayName": {
          "type": "string",
          "description": "The friendly name for this location, typically a nearby city name. For example, \"Tokyo\"."
        },
        "locationId": {
          "type": "string",
          "description": "The canonical id for this location. For example: `\"us-east1\"`."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}"
        },
        "name": {
          "type": "string",
          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`"
        }
      },
      "description": "A resource that represents a Google Cloud location.",
      "type": "object",
      "id": "Location"
    },
    "GoldengateOracleNosqlConnectionProperties": {
      "type": "object",
      "description": "The properties of GoldengateOracleNosqlConnection.",
      "id": "GoldengateOracleNosqlConnectionProperties",
      "properties": {
        "useResourcePrincipal": {
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal.",
          "type": "boolean"
        },
        "technologyType": {
          "description": "Optional. The technology type of OracleNosqlConnection.",
          "type": "string"
        },
        "region": {
          "description": "Optional. The name of the region. e.g.: us-ashburn-1",
          "type": "string"
        },
        "userId": {
          "description": "Optional. The OCID of the OCI user who will access the Oracle NoSQL database.",
          "type": "string"
        },
        "publicKeyFingerprint": {
          "type": "string",
          "description": "Optional. The fingerprint of the API Key of the user specified by the userId."
        },
        "tenancyId": {
          "type": "string",
          "description": "Optional. The OCID of the OCI tenancy."
        },
        "privateKeyFile": {
          "type": "string",
          "description": "Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint."
        },
        "privateKeyPassphraseSecret": {
          "type": "string",
          "description": "Optional. The passphrase of the private key."
        }
      }
    },
    "PolarisIcebergCatalog": {
      "properties": {
        "clientSecret": {
          "description": "Optional. The Polaris client secret.",
          "type": "string"
        },
        "uri": {
          "type": "string",
          "description": "Required. The Polaris uri."
        },
        "clientId": {
          "description": "Required. The Polaris client ID.",
          "type": "string"
        },
        "polarisCatalog": {
          "type": "string",
          "description": "Required. The catalog name within Polaris."
        },
        "principalRole": {
          "type": "string",
          "description": "Required. The Polaris principal role."
        }
      },
      "id": "PolarisIcebergCatalog",
      "description": "The Polaris Iceberg catalog.",
      "type": "object"
    },
    "AllConnectionStrings": {
      "description": "A list of all connection strings that can be used to connect to the Autonomous Database.",
      "id": "AllConnectionStrings",
      "properties": {
        "high": {
          "description": "Output only. The database service provides the highest level of resources to each SQL statement.",
          "type": "string",
          "readOnly": true
        },
        "low": {
          "description": "Output only. The database service provides the least level of resources to each SQL statement.",
          "readOnly": true,
          "type": "string"
        },
        "medium": {
          "description": "Output only. The database service provides a lower level of resources to each SQL statement.",
          "type": "string",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "EncryptionKey": {
      "id": "EncryptionKey",
      "description": "The encryption key used to encrypt the Autonomous Database.",
      "properties": {
        "provider": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Google Managed KMS key, if selected, please provide the KMS key name.",
            "Oracle Managed."
          ],
          "description": "Optional. The provider of the encryption key.",
          "enum": [
            "PROVIDER_UNSPECIFIED",
            "GOOGLE_MANAGED",
            "ORACLE_MANAGED"
          ]
        },
        "kmsKey": {
          "description": "Optional. The KMS key used to encrypt the Autonomous Database. This field is required if the provider is GOOGLE_MANAGED. The name of the KMS key resource in the following format: `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "ListGoldengateConnectionTypesResponse": {
      "description": "Message for response to listing GoldengateConnectionTypes",
      "properties": {
        "nextPageToken": {
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.",
          "type": "string"
        },
        "unreachable": {
          "description": "Unordered list. Locations that could not be reached.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "goldengateConnectionTypes": {
          "description": "The list of GoldengateConnectionType",
          "items": {
            "$ref": "GoldengateConnectionType"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "ListGoldengateConnectionTypesResponse"
    },
    "GoldengateAmazonRedshiftConnectionProperties": {
      "description": "The properties of GoldengateAmazonRedshiftConnection.",
      "type": "object",
      "properties": {
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AmazonRedshiftConnection."
        },
        "connectionUrl": {
          "type": "string",
          "description": "Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Amazon Redshift connection in plain text."
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology."
        },
        "passwordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Amazon Redshift connection. Format: projects/{project}/secrets/{secret}/versions/{version}."
        }
      },
      "id": "GoldengateAmazonRedshiftConnectionProperties"
    },
    "ListGoldengateDeploymentTypesResponse": {
      "description": "Message for response to listing GoldengateDeploymentTypes",
      "type": "object",
      "id": "ListGoldengateDeploymentTypesResponse",
      "properties": {
        "goldengateDeploymentTypes": {
          "description": "The list of GoldengateDeploymentType",
          "items": {
            "$ref": "GoldengateDeploymentType"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages."
        },
        "unreachable": {
          "type": "array",
          "description": "Unordered list. The resource names of locations that could not be reached.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "AzureDataLakeStorageIcebergStorage": {
      "properties": {
        "azureAccount": {
          "description": "Required. The account of Azure Data Lake Storage.",
          "type": "string"
        },
        "accountKeySecret": {
          "type": "string",
          "description": "Optional. The account key of Azure Data Lake Storage."
        },
        "endpoint": {
          "description": "Optional. The endpoint of Azure Data Lake Storage.",
          "type": "string"
        },
        "container": {
          "description": "Required. The container of Azure Data Lake Storage.",
          "type": "string"
        }
      },
      "description": "The Azure Data Lake Storage Iceberg storage.",
      "type": "object",
      "id": "AzureDataLakeStorageIcebergStorage"
    },
    "GoldengateConnection": {
      "description": "Details of the GoldengateConnection resource.",
      "properties": {
        "odbSubnet": {
          "type": "string",
          "description": "Optional. The name of the OdbSubnet associated with the GoldengateConnection for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}"
        },
        "gcpOracleZone": {
          "type": "string",
          "description": "Optional. The GCP Oracle zone where Oracle GoldengateConnection is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability."
        },
        "entitlementId": {
          "description": "Output only. The ID of the subscription entitlement associated with the GoldengateConnection.",
          "type": "string",
          "readOnly": true
        },
        "name": {
          "description": "Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}",
          "type": "string"
        },
        "labels": {
          "description": "Optional. The labels or tags associated with the GoldengateConnection.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "format": "google-datetime",
          "description": "Output only. The date and time that the GoldengateConnection was created."
        },
        "ociUrl": {
          "readOnly": true,
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.",
          "type": "string"
        },
        "properties": {
          "$ref": "GoldengateConnectionProperties",
          "description": "Required. The properties of the GoldengateConnection."
        },
        "odbNetwork": {
          "description": "Optional. The name of the OdbNetwork associated with the GoldengateConnection. The format is projects/{project}/locations/{location}/odbNetworks/{odb_network}. It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet.",
          "type": "string"
        }
      },
      "id": "GoldengateConnection",
      "type": "object"
    },
    "MinorVersion": {
      "description": "MinorVersion represents a minor version of a GI. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/",
      "type": "object",
      "properties": {
        "gridImageId": {
          "description": "Optional. The ID of the Grid Image.",
          "type": "string"
        },
        "version": {
          "description": "Optional. The valid Oracle grid infrastructure software version.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}",
          "type": "string"
        }
      },
      "id": "MinorVersion"
    },
    "DbSystem": {
      "id": "DbSystem",
      "type": "object",
      "description": "Details of the DbSystem (BaseDB) resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/",
      "properties": {
        "createTime": {
          "type": "string",
          "readOnly": true,
          "format": "google-datetime",
          "description": "Output only. The date and time that the DbSystem was created."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}"
        },
        "labels": {
          "description": "Optional. The labels or tags associated with the DbSystem.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "odbSubnet": {
          "description": "Required. The name of the OdbSubnet associated with the DbSystem for IP allocation. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}",
          "type": "string"
        },
        "odbNetwork": {
          "type": "string",
          "description": "Optional. The name of the OdbNetwork associated with the DbSystem. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network} It is optional but if specified, this should match the parent ODBNetwork of the OdbSubnet."
        },
        "properties": {
          "$ref": "DbSystemProperties",
          "description": "Optional. The properties of the DbSystem."
        },
        "ociUrl": {
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.",
          "readOnly": true,
          "type": "string"
        },
        "gcpOracleZone": {
          "type": "string",
          "description": "Optional. The GCP Oracle zone where Oracle DbSystem is hosted. Example: us-east4-b-r2. If not specified, the system will pick a zone based on availability."
        },
        "displayName": {
          "description": "Required. The display name for the System db. The name does not have to be unique within your project.",
          "type": "string"
        },
        "entitlementId": {
          "description": "Output only. The ID of the subscription entitlement associated with the DbSystem",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoldengatePostgresqlConnectionProperties": {
      "type": "object",
      "id": "GoldengatePostgresqlConnectionProperties",
      "description": "The properties of GoldengatePostgresqlConnection.",
      "properties": {
        "additionalAttributes": {
          "items": {
            "$ref": "NameValuePair"
          },
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "type": "array"
        },
        "sslKeyFile": {
          "description": "Optional. The base64 encoded private key of the PostgreSQL server.",
          "type": "string"
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for PostgreSQL connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "sslCertFile": {
          "type": "string",
          "description": "Optional. The base64 encoded certificate of the PostgreSQL server."
        },
        "sslCrlFile": {
          "description": "Optional. The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA).",
          "type": "string"
        },
        "host": {
          "description": "Optional. The name or address of a host.",
          "type": "string"
        },
        "port": {
          "format": "int32",
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "type": "integer"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of PostgresqlConnection."
        },
        "database": {
          "description": "Optional. The name of the database.",
          "type": "string"
        },
        "sslMode": {
          "type": "string",
          "description": "Optional. SSL modes for PostgreSQL.",
          "enum": [
            "POSTGRESQL_SSL_MODE_UNSPECIFIED",
            "PREFER",
            "REQUIRE",
            "VERIFY_CA",
            "VERIFY_FULL"
          ],
          "enumDescriptions": [
            "SSL mode not specified.",
            "Prefer SSL.",
            "Require SSL.",
            "Verify Certificate Authority.",
            "Verify Full."
          ]
        },
        "securityProtocol": {
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "enum": [
            "POSTGRESQL_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ],
          "description": "Optional. Security protocol for PostgreSQL.",
          "type": "string"
        },
        "dbSystemId": {
          "type": "string",
          "description": "Optional. The OCID of the database system being referenced."
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses for PostgreSQL connection in plain text.",
          "type": "string"
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.",
          "type": "string"
        },
        "sslCaFile": {
          "type": "string",
          "description": "Optional. The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL."
        }
      }
    },
    "GoldengateJavaMessageServiceConnectionProperties": {
      "description": "The properties of GoldengateJavaMessageServiceConnection.",
      "id": "GoldengateJavaMessageServiceConnectionProperties",
      "properties": {
        "connectionFactory": {
          "description": "Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.",
          "type": "string"
        },
        "authenticationType": {
          "type": "string",
          "description": "Optional. Authentication type for Java Message Service.",
          "enum": [
            "JMS_AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC"
          ],
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication."
          ]
        },
        "jndiProviderUrl": {
          "description": "Optional. The URL that Java Message Service will use to contact the JNDI provider. e.g.: 'tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000'",
          "type": "string"
        },
        "jndiInitialContextFactory": {
          "description": "Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.",
          "type": "string"
        },
        "keyStoreFile": {
          "description": "Optional. The base64 encoded content of the KeyStore file.",
          "type": "string"
        },
        "useJndi": {
          "type": "boolean",
          "description": "Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided."
        },
        "passwordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses to connect the associated Java Message Service. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text.",
          "type": "string"
        },
        "keyStorePassword": {
          "description": "Optional. Input only. The KeyStore password in plain text.",
          "type": "string"
        },
        "jndiSecurityPrincipal": {
          "description": "Optional. Specifies the identity of the principal (user) to be authenticated.",
          "type": "string"
        },
        "connectionUrl": {
          "description": "Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of JavaMessageServiceConnection.",
          "type": "string"
        },
        "trustStoreFile": {
          "description": "Optional. The base64 encoded content of the TrustStore file.",
          "type": "string"
        },
        "keyStorePasswordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the KeyStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "jndiConnectionFactory": {
          "type": "string",
          "description": "Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'"
        },
        "trustStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The TrustStore password in plain text."
        },
        "trustStorePasswordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the TrustStore password. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "jndiSecurityCredentialsSecret": {
          "description": "Optional. The password associated to the principal.",
          "type": "string"
        },
        "securityProtocol": {
          "description": "Optional. Security protocol for Java Message Service.",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "type": "string",
          "enum": [
            "JMS_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ]
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect to the Java Message Service."
        },
        "sslKeyPassword": {
          "description": "Optional. Input only. The password for the cert inside of the KeyStore in plain text.",
          "type": "string"
        },
        "sslKeyPasswordSecretVersion": {
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password for the cert inside of the KeyStore. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "GenerateAutonomousDatabaseWalletResponse": {
      "type": "object",
      "description": "The response for `AutonomousDatabase.GenerateWallet`.",
      "id": "GenerateAutonomousDatabaseWalletResponse",
      "properties": {
        "archiveContent": {
          "description": "Output only. The base64 encoded wallet files.",
          "format": "byte",
          "type": "string",
          "readOnly": true
        }
      }
    },
    "DbBackupConfig": {
      "type": "object",
      "id": "DbBackupConfig",
      "description": "Backup Options for the Database.",
      "properties": {
        "autoIncrementalBackupWindow": {
          "enum": [
            "BACKUP_WINDOW_UNSPECIFIED",
            "SLOT_ONE",
            "SLOT_TWO",
            "SLOT_THREE",
            "SLOT_FOUR",
            "SLOT_FIVE",
            "SLOT_SIX",
            "SLOT_SEVEN",
            "SLOT_EIGHT",
            "SLOT_NINE",
            "SLOT_TEN",
            "SLOT_ELEVEN",
            "SLOT_TWELVE"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "12:00 AM - 2:00 AM",
            "2:00 AM - 4:00 AM",
            "4:00 AM - 6:00 AM",
            "6:00 AM - 8:00 AM",
            "8:00 AM - 10:00 AM",
            "10:00 AM - 12:00 PM",
            "12:00 PM - 2:00 PM",
            "2:00 PM - 4:00 PM",
            "4:00 PM - 6:00 PM",
            "6:00 PM - 8:00 PM",
            "8:00 PM - 10:00 PM",
            "10:00 PM - 12:00 AM"
          ],
          "type": "string",
          "description": "Optional. The window in which the incremental backup should be performed on the database. If no value is provided, the default is anytime except the auto full backup day."
        },
        "autoBackupEnabled": {
          "type": "boolean",
          "description": "Optional. If set to true, enables automatic backups on the database."
        },
        "autoFullBackupDay": {
          "enumDescriptions": [
            "The day of the week is unspecified.",
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
          ],
          "enum": [
            "DAY_OF_WEEK_UNSPECIFIED",
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY",
            "SATURDAY",
            "SUNDAY"
          ],
          "type": "string",
          "description": "Optional. The day of the week on which the full backup should be performed on the database. If no value is provided, it will default to Sunday."
        },
        "retentionPeriodDays": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. The number of days an automatic backup is retained before being automatically deleted. This value determines the earliest point in time to which a database can be restored. Min: 1, Max: 60."
        },
        "autoFullBackupWindow": {
          "description": "Optional. The window in which the full backup should be performed on the database. If no value is provided, the default is anytime.",
          "enumDescriptions": [
            "Default unspecified value.",
            "12:00 AM - 2:00 AM",
            "2:00 AM - 4:00 AM",
            "4:00 AM - 6:00 AM",
            "6:00 AM - 8:00 AM",
            "8:00 AM - 10:00 AM",
            "10:00 AM - 12:00 PM",
            "12:00 PM - 2:00 PM",
            "2:00 PM - 4:00 PM",
            "4:00 PM - 6:00 PM",
            "6:00 PM - 8:00 PM",
            "8:00 PM - 10:00 PM",
            "10:00 PM - 12:00 AM"
          ],
          "enum": [
            "BACKUP_WINDOW_UNSPECIFIED",
            "SLOT_ONE",
            "SLOT_TWO",
            "SLOT_THREE",
            "SLOT_FOUR",
            "SLOT_FIVE",
            "SLOT_SIX",
            "SLOT_SEVEN",
            "SLOT_EIGHT",
            "SLOT_NINE",
            "SLOT_TEN",
            "SLOT_ELEVEN",
            "SLOT_TWELVE"
          ],
          "type": "string"
        },
        "backupDestinationDetails": {
          "items": {
            "$ref": "BackupDestinationDetails"
          },
          "type": "array",
          "description": "Optional. Details of the database backup destinations."
        },
        "backupDeletionPolicy": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Keeps the backup for predefined time i.e. 72 hours and then delete permanently.",
            "Keeps the backups as per the policy defined for database backups."
          ],
          "enum": [
            "BACKUP_DELETION_POLICY_UNSPECIFIED",
            "DELETE_IMMEDIATELY",
            "DELETE_AFTER_RETENTION_PERIOD"
          ],
          "type": "string",
          "description": "Optional. This defines when the backups will be deleted after Database termination."
        }
      }
    },
    "GoldengateGoogleBigQueryConnectionProperties": {
      "id": "GoldengateGoogleBigQueryConnectionProperties",
      "type": "object",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type.",
          "type": "string"
        },
        "serviceAccountKeyFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery."
        }
      },
      "description": "The properties of GoldengateGoogleBigQueryConnectionProperties."
    },
    "GoldengateDeploymentEnvironment": {
      "properties": {
        "name": {
          "description": "Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}",
          "type": "string"
        },
        "storageUsageLimitGbPerCpuCore": {
          "readOnly": true,
          "description": "Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.",
          "format": "int32",
          "type": "integer"
        },
        "networkBandwidthGbpsPerCpuCore": {
          "description": "Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "category": {
          "type": "string",
          "description": "Output only. The category of the Goldengate Deployment Environment resource.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Environment category is DATA_REPLICATION_CATEGORY.",
            "Goldengate Deployment Environment category is DATA_TRANSFORMS_CATEGORY."
          ],
          "readOnly": true,
          "enum": [
            "DEPLOYMENT_CATEGORY_UNSPECIFIED",
            "DATA_REPLICATION_CATEGORY",
            "DATA_TRANSFORMS_CATEGORY"
          ]
        },
        "maxCpuCoreCount": {
          "description": "Output only. The max CPU core count of the Goldengate Deployment Environment resource.",
          "format": "int32",
          "type": "integer",
          "readOnly": true
        },
        "environmentType": {
          "enum": [
            "DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED",
            "PRODUCTION",
            "DEVELOPMENT_OR_TESTING"
          ],
          "description": "Output only. The environment type of the Goldengate Deployment Environment resource.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Environment type is PRODUCTION.",
            "Goldengate Deployment Environment type is DEVELOPMENT_OR_TESTING."
          ],
          "readOnly": true,
          "type": "string"
        },
        "autoScalingEnabled": {
          "description": "Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource.",
          "readOnly": true,
          "type": "boolean"
        },
        "minCpuCoreCount": {
          "type": "integer",
          "readOnly": true,
          "description": "Output only. The min CPU core count of the Goldengate Deployment Environment resource.",
          "format": "int32"
        },
        "defaultCpuCoreCount": {
          "readOnly": true,
          "type": "integer",
          "format": "int32",
          "description": "Output only. The default CPU core count of the Goldengate Deployment Environment resource."
        },
        "displayName": {
          "description": "The display name of the Goldengate Deployment Environment resource.",
          "type": "string"
        },
        "memoryGbPerCpuCore": {
          "description": "Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        }
      },
      "type": "object",
      "description": "Details of the Goldengate Deployment Environment resource.",
      "id": "GoldengateDeploymentEnvironment"
    },
    "GoldengateAzureSynapseAnalyticsConnectionProperties": {
      "description": "The properties of GoldengateAzureSynapseAnalyticsConnection.",
      "properties": {
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics connection in plain text."
        },
        "connectionString": {
          "description": "Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://.sql.azuresynapse.net:1433;database=;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;'",
          "type": "string"
        },
        "passwordSecretVersion": {
          "type": "string",
          "description": "Optional. Input only. The resource name of a secret version in Secret Manager which contains the password Oracle Goldengate uses for Azure Synapse Analytics connection. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AzureSynapseAnalyticsConnection."
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology."
        }
      },
      "type": "object",
      "id": "GoldengateAzureSynapseAnalyticsConnectionProperties"
    },
    "CloudExadataInfrastructureProperties": {
      "properties": {
        "maxCpuCount": {
          "description": "Output only. The total number of CPU cores available.",
          "type": "integer",
          "format": "int32",
          "readOnly": true
        },
        "additionalStorageCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The requested number of additional storage servers for the Exadata Infrastructure.",
          "format": "int32"
        },
        "computeModel": {
          "enum": [
            "COMPUTE_MODEL_UNSPECIFIED",
            "COMPUTE_MODEL_ECPU",
            "COMPUTE_MODEL_OCPU"
          ],
          "readOnly": true,
          "description": "Output only. The compute model of the Exadata Infrastructure.",
          "enumDescriptions": [
            "Unspecified compute model.",
            "Abstract measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers.",
            "Physical measure of compute resources. OCPUs are based on the physical core of a processor."
          ],
          "type": "string"
        },
        "databaseServerType": {
          "description": "Optional. The database server type of the Exadata Infrastructure.",
          "type": "string"
        },
        "monthlyStorageServerVersion": {
          "description": "Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15",
          "type": "string",
          "readOnly": true
        },
        "nextMaintenanceRunTime": {
          "description": "Output only. The time when the next maintenance run will occur.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "ociUrl": {
          "type": "string",
          "description": "Output only. Deep link to the OCI console to view this resource.",
          "readOnly": true
        },
        "activatedStorageCount": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The requested number of additional storage servers activated for the Exadata Infrastructure."
        },
        "monthlyDbServerVersion": {
          "description": "Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15",
          "readOnly": true,
          "type": "string"
        },
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MAINTENANCE_IN_PROGRESS"
          ],
          "description": "Output only. The current lifecycle state of the Exadata Infrastructure.",
          "readOnly": true,
          "enumDescriptions": [
            "Default unspecified value.",
            "The Exadata Infrastructure is being provisioned.",
            "The Exadata Infrastructure is available for use.",
            "The Exadata Infrastructure is being updated.",
            "The Exadata Infrastructure is being terminated.",
            "The Exadata Infrastructure is terminated.",
            "The Exadata Infrastructure is in failed state.",
            "The Exadata Infrastructure is in maintenance."
          ],
          "type": "string"
        },
        "maxMemoryGb": {
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The total memory available in GBs.",
          "type": "integer"
        },
        "computeCount": {
          "description": "Optional. The number of compute servers for the Exadata Infrastructure.",
          "format": "int32",
          "type": "integer"
        },
        "memorySizeGb": {
          "readOnly": true,
          "description": "Output only. The memory allocated in GBs.",
          "type": "integer",
          "format": "int32"
        },
        "nextSecurityMaintenanceRunTime": {
          "format": "google-datetime",
          "description": "Output only. The time when the next security maintenance run will occur.",
          "readOnly": true,
          "type": "string"
        },
        "cpuCount": {
          "readOnly": true,
          "format": "int32",
          "type": "integer",
          "description": "Output only. The number of enabled CPU cores."
        },
        "dataStorageSizeTb": {
          "type": "number",
          "readOnly": true,
          "description": "Output only. Size, in terabytes, of the DATA disk group.",
          "format": "double"
        },
        "storageServerVersion": {
          "description": "Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.",
          "readOnly": true,
          "type": "string"
        },
        "shape": {
          "type": "string",
          "description": "Required. The shape of the Exadata Infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance."
        },
        "ocid": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle"
        },
        "maintenanceWindow": {
          "description": "Optional. Maintenance window for repair.",
          "$ref": "MaintenanceWindow"
        },
        "dbNodeStorageSizeGb": {
          "type": "integer",
          "format": "int32",
          "readOnly": true,
          "description": "Output only. The local node storage allocated in GBs."
        },
        "storageCount": {
          "description": "Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.",
          "type": "integer",
          "format": "int32"
        },
        "maxDataStorageTb": {
          "format": "double",
          "type": "number",
          "readOnly": true,
          "description": "Output only. The total available DATA disk group size."
        },
        "availableStorageSizeGb": {
          "format": "int32",
          "type": "integer",
          "readOnly": true,
          "description": "Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB)."
        },
        "storageServerType": {
          "description": "Optional. The storage server type of the Exadata Infrastructure.",
          "type": "string"
        },
        "customerContacts": {
          "items": {
            "$ref": "CustomerContact"
          },
          "type": "array",
          "description": "Optional. The list of customer contacts."
        },
        "maxDbNodeStorageSizeGb": {
          "type": "integer",
          "description": "Output only. The total local node storage available in GBs.",
          "readOnly": true,
          "format": "int32"
        },
        "exascaleConfig": {
          "$ref": "ExascaleConfig",
          "description": "Output only. The Exascale configuration for the Exadata Infrastructure.",
          "readOnly": true
        },
        "nextMaintenanceRunId": {
          "type": "string",
          "description": "Output only. The OCID of the next maintenance run.",
          "readOnly": true
        },
        "totalStorageSizeGb": {
          "type": "integer",
          "description": "Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).",
          "format": "int32"
        },
        "dbServerVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The software version of the database servers (dom0) in the Exadata Infrastructure."
        }
      },
      "id": "CloudExadataInfrastructureProperties",
      "description": "Various properties of Exadata Infrastructure.",
      "type": "object"
    },
    "SourceConfig": {
      "properties": {
        "autonomousDatabase": {
          "type": "string",
          "description": "Optional. The name of the primary Autonomous Database that is used to create a Peer Autonomous Database from a source."
        },
        "autonomousDatabaseBackup": {
          "description": "Optional. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup} Required when source_type is BACKUP_FROM_ID.",
          "type": "string"
        },
        "refreshableMode": {
          "enum": [
            "REFRESHABLE_MODE_UNSPECIFIED",
            "AUTOMATIC",
            "MANUAL"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Automatic refresh.",
            "Manual refresh."
          ],
          "type": "string",
          "description": "Optional. The refresh mode of the clone."
        },
        "autoRefreshPointLagSeconds": {
          "format": "int32",
          "description": "Optional. The time, in seconds, the data of the automatic refreshable clone lags the primary database at the point of refresh.",
          "type": "integer"
        },
        "automaticBackupsReplicationEnabled": {
          "type": "boolean",
          "description": "Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard."
        },
        "useLatestAvailableBackup": {
          "description": "Optional. Clone from latest available backup timestamp. This field is only applicable in case of BACKUP_FROM_TIMESTAMP source type.",
          "type": "boolean"
        },
        "autoRefreshStartTime": {
          "description": "Optional. The date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation.",
          "format": "google-datetime",
          "type": "string"
        },
        "cloneType": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Creates a new database with the source database's data and metadata.",
            "Creates a new database that includes all the source database schema metadata, but none of the source database data."
          ],
          "description": "Optional. The clone type of the Autonomous Database. This field is only applicable in case of cloning",
          "type": "string",
          "enum": [
            "CLONE_TYPE_UNSPECIFIED",
            "FULL",
            "METADATA"
          ]
        },
        "backupTime": {
          "description": "Optional. The timestamp specified for the point-in-time clone of the source Autonomous Database. This field is only applicable in case of BACKUP_FROM_TIMESTAMP source type and when use_latest_available_backup is false.",
          "format": "google-datetime",
          "type": "string"
        },
        "autoRefreshFrequencySeconds": {
          "format": "int32",
          "description": "Optional. The frequency in seconds a refreshable clone is refreshed after auto-refresh is enabled.",
          "type": "integer"
        },
        "sourceType": {
          "enum": [
            "SOURCE_TYPE_UNSPECIFIED",
            "CLONE_DATABASE",
            "CROSS_REGION_DISASTER_RECOVERY",
            "CLONE_TO_REFRESHABLE",
            "BACKUP_FROM_ID",
            "BACKUP_FROM_TIMESTAMP"
          ],
          "description": "Optional. The source type of the Autonomous Database.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Clone database from an existing database specified in autonomous_database field.",
            "Create a cross-region disaster recovery peer adb from an existing adb.",
            "Create a refreshable clone from an existing database specified in autonomous_database field.",
            "Create clone from the backup resource.",
            "Create clone from backup specified by backup_time field, or use latest available backup if use_latest_available_backup is true. The autonomous_database field must specify the source database to clone from."
          ]
        }
      },
      "description": "The source configuration for the standby Autonomous Database.",
      "type": "object",
      "id": "SourceConfig"
    },
    "GoldengateBackupSchedule": {
      "type": "object",
      "properties": {
        "compartmentId": {
          "readOnly": true,
          "description": "Output only. The compartment id.",
          "type": "string"
        },
        "bucket": {
          "type": "string",
          "description": "Output only. The bucket name.",
          "readOnly": true
        },
        "backupScheduledTime": {
          "type": "string",
          "description": "Output only. The timestamp of when the backup was scheduled.",
          "readOnly": true,
          "format": "google-datetime"
        },
        "metadataOnly": {
          "readOnly": true,
          "description": "Output only. If metadata only.",
          "type": "boolean"
        },
        "namespace": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The namespace name."
        },
        "frequencyBackupScheduled": {
          "type": "string",
          "description": "Output only. The frequency backup scheduled.",
          "enum": [
            "FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED",
            "DAILY",
            "WEEKLY",
            "MONTHLY"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "The frequency backup scheduled is unspecified.",
            "The frequency backup scheduled is daily.",
            "The frequency backup scheduled is weekly.",
            "The frequency backup scheduled is monthly."
          ]
        }
      },
      "id": "GoldengateBackupSchedule",
      "description": "The backup schedule of the GoldengateDeployment."
    },
    "GoldengateOciObjectStorageConnectionProperties": {
      "type": "object",
      "properties": {
        "privateKeyPassphraseSecret": {
          "description": "Optional. The passphrase of the private key.",
          "type": "string"
        },
        "region": {
          "description": "Optional. The name of the region of OCI Object Storage. e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.",
          "type": "string"
        },
        "userId": {
          "type": "string",
          "description": "Optional. The OCID of the OCI user who will access the Object Storage. The user must have write access to the bucket they want to connect to."
        },
        "useResourcePrincipal": {
          "type": "boolean",
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of OciObjectStorageConnection."
        },
        "publicKeyFingerprint": {
          "type": "string",
          "description": "Optional. The fingerprint of the API Key of the user specified by the userId."
        },
        "tenancyId": {
          "type": "string",
          "description": "Optional. The OCID of the related OCI tenancy."
        },
        "privateKeyFile": {
          "description": "Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.",
          "type": "string"
        }
      },
      "description": "The properties of GoldengateOciObjectStorageConnection.",
      "id": "GoldengateOciObjectStorageConnectionProperties"
    },
    "AutonomousDatabaseBackup": {
      "description": "Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. User friendly name for the Backup. The name does not have to be unique."
        },
        "labels": {
          "type": "object",
          "description": "Optional. labels or tags associated with the resource.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "autonomousDatabase": {
          "description": "Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}",
          "type": "string"
        },
        "properties": {
          "$ref": "AutonomousDatabaseBackupProperties",
          "description": "Optional. Various properties of the backup."
        }
      },
      "id": "AutonomousDatabaseBackup",
      "type": "object"
    },
    "NessieIcebergCatalog": {
      "id": "NessieIcebergCatalog",
      "properties": {
        "branch": {
          "description": "Required. The Nessie branch.",
          "type": "string"
        },
        "uri": {
          "description": "Required. The Nessie uri.",
          "type": "string"
        }
      },
      "description": "The Nessie Iceberg catalog.",
      "type": "object"
    },
    "DbSystemProperties": {
      "description": "The properties of a DbSystem.",
      "type": "object",
      "id": "DbSystemProperties",
      "properties": {
        "recoStorageSizeGb": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The reco/redo storage size in GB. The value for recovery storage size is based on the available data storage size."
        },
        "computeModel": {
          "enum": [
            "COMPUTE_MODEL_UNSPECIFIED",
            "ECPU",
            "OCPU"
          ],
          "enumDeprecated": [
            false,
            false,
            true
          ],
          "enumDescriptions": [
            "The compute model is unspecified.",
            "The compute model is virtual.",
            "Deprecated: This option is not supported. Please use ECPU instead. The compute model is physical."
          ],
          "type": "string",
          "description": "Optional. The compute model of the DbSystem."
        },
        "ocid": {
          "readOnly": true,
          "description": "Output only. OCID of the DbSystem.",
          "type": "string"
        },
        "licenseModel": {
          "enumDescriptions": [
            "The license model is unspecified.",
            "The license model is included.",
            "The license model is bring your own license."
          ],
          "type": "string",
          "enum": [
            "LICENSE_MODEL_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "description": "Required. The license model of the DbSystem."
        },
        "initialDataStorageSizeGb": {
          "description": "Required. The initial data storage size in GB.",
          "format": "int32",
          "type": "integer"
        },
        "domain": {
          "description": "Optional. The host domain name of the DbSystem.",
          "type": "string"
        },
        "sshPublicKeys": {
          "items": {
            "type": "string"
          },
          "description": "Required. SSH public keys to be stored with the DbSystem.",
          "type": "array"
        },
        "lifecycleState": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is in provisioning state.",
            "Indicates that the resource is in available state.",
            "Indicates that the resource is in updating state.",
            "Indicates that the resource is in terminating state.",
            "Indicates that the resource is in terminated state.",
            "Indicates that the resource is in failed state.",
            "Indicates that the resource has been migrated.",
            "Indicates that the resource is in maintenance in progress state.",
            "Indicates that the resource needs attention.",
            "Indicates that the resource is upgrading."
          ],
          "readOnly": true,
          "enum": [
            "DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MIGRATED",
            "MAINTENANCE_IN_PROGRESS",
            "NEEDS_ATTENTION",
            "UPGRADING"
          ],
          "description": "Output only. State of the DbSystem."
        },
        "timeZone": {
          "$ref": "TimeZone",
          "description": "Optional. Time zone of the DbSystem."
        },
        "hostname": {
          "type": "string",
          "description": "Output only. The hostname of the DbSystem.",
          "readOnly": true
        },
        "privateIp": {
          "type": "string",
          "description": "Optional. The private IP address of the DbSystem."
        },
        "dbSystemOptions": {
          "description": "Optional. The options for the DbSystem.",
          "$ref": "DbSystemOptions"
        },
        "databaseEdition": {
          "enumDescriptions": [
            "The database edition is unspecified.",
            "The database edition is Standard.",
            "The database edition is Enterprise.",
            "The database edition is Enterprise Edition."
          ],
          "enum": [
            "DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED",
            "STANDARD_EDITION",
            "ENTERPRISE_EDITION",
            "ENTERPRISE_EDITION_HIGH_PERFORMANCE"
          ],
          "description": "Required. The database edition of the DbSystem.",
          "type": "string"
        },
        "shape": {
          "type": "string",
          "description": "Required. Shape of DB System."
        },
        "dataStorageSizeGb": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The data storage size in GB that is currently available to DbSystems. The value is same as initial_data_storage_size_gb. This can be modified from OCI console."
        },
        "dbHome": {
          "description": "Optional. Details for creating a Database Home.",
          "$ref": "DbHome"
        },
        "nodeCount": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The number of nodes to launch for a virtual machine DbSystem. By default this will be set to 1."
        },
        "hostnamePrefix": {
          "type": "string",
          "description": "Optional. Prefix for DB System host names."
        },
        "computeCount": {
          "format": "int32",
          "description": "Required. The number of CPU cores to enable for the DbSystem.",
          "type": "integer"
        },
        "dataCollectionOptions": {
          "description": "Optional. Data collection options for diagnostics.",
          "$ref": "DataCollectionOptionsDbSystem"
        },
        "memorySizeGb": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. The memory size in GB. This value can not be set and is automatically calculated based on the number of ECPUs allocated to the DbSystem."
        }
      }
    },
    "CustomerContact": {
      "properties": {
        "email": {
          "description": "Required. The email address used by Oracle to send notifications regarding databases and infrastructure.",
          "type": "string"
        }
      },
      "description": "The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/CustomerContact",
      "type": "object",
      "id": "CustomerContact"
    }
  },
  "id": "oracledatabase:v1",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "methods": {
            "list": {
              "path": "v1/{+name}/locations",
              "flatPath": "v1/projects/{projectsId}/locations",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "httpMethod": "GET",
              "response": {
                "$ref": "ListLocationsResponse"
              },
              "parameters": {
                "filter": {
                  "type": "string",
                  "description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).",
                  "location": "query"
                },
                "name": {
                  "type": "string",
                  "required": true,
                  "description": "The resource that owns the locations collection, if applicable.",
                  "pattern": "^projects/[^/]+$",
                  "location": "path"
                },
                "pageToken": {
                  "description": "A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.",
                  "type": "string",
                  "location": "query"
                },
                "extraLocationTypes": {
                  "repeated": true,
                  "type": "string",
                  "description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage.",
                  "location": "query"
                },
                "pageSize": {
                  "location": "query",
                  "format": "int32",
                  "type": "integer",
                  "description": "The maximum number of results to return. If not set, the service selects a default."
                }
              },
              "description": "Lists information about the supported locations for this service. This method lists locations based on the resource scope provided in the ListLocationsRequest.name field: * **Global locations**: If `name` is empty, the method lists the public locations available to all projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method lists locations visible to that specific project. This includes public, private, or other project-specific locations enabled for the project. For gRPC and client library implementations, the resource name is passed as the `name` field. For direct service calls, the resource name is incorporated into the request path based on the specific service implementation and version.",
              "parameterOrder": [
                "name"
              ],
              "id": "oracledatabase.projects.locations.list"
            },
            "get": {
              "description": "Gets information about a location.",
              "path": "v1/{+name}",
              "parameterOrder": [
                "name"
              ],
              "response": {
                "$ref": "Location"
              },
              "parameters": {
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "description": "Resource name for the location.",
                  "location": "path",
                  "type": "string",
                  "required": true
                }
              },
              "id": "oracledatabase.projects.locations.get",
              "httpMethod": "GET",
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ]
            }
          },
          "resources": {
            "goldengateDeploymentTypes": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeploymentTypes",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "description": "Lists GoldenGateDeploymentTypes in a given project and location.",
                  "id": "oracledatabase.projects.locations.goldengateDeploymentTypes.list",
                  "path": "v1/{+parent}/goldengateDeploymentTypes",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "required": true,
                      "description": "Required. The parent resource. Format: projects/{project}/locations/{location}",
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. Either the deployment_type and ogg_version fields must be specified in the format: `deployment_type=\"DATABASE_ORACLE\"` or `ogg_version=\"version\"`. Allowed values for deployment_type are: `DATABASE_ORACLE`, `BIGDATA`, `DATABASE_MICROSOFT_SQLSERVER`, `DATABASE_MYSQL`, `DATABASE_POSTGRESQL`, `DATABASE_DB2ZOS`, `DATABASE_DB2I`, `GGSA`, `DATA_TRANSFORMS`.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "type": "integer",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "location": "query",
                      "format": "int32"
                    },
                    "orderBy": {
                      "description": "Optional. Hint for how to order the results",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "ListGoldengateDeploymentTypesResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ]
                }
              }
            },
            "dbVersions": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/dbVersions",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbVersions",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List DbVersions for the given project and location.",
                  "response": {
                    "$ref": "ListDbVersionsResponse"
                  },
                  "id": "oracledatabase.projects.locations.dbVersions.list",
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent value for the DbVersion resource with the format: projects/{project}/locations/{location}",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    },
                    "filter": {
                      "location": "query",
                      "description": "Optional. Filter expression that matches a subset of the DbVersions to show. The supported filter for dbSystem creation is `db_system_shape = {db_system_shape} AND storage_management = {storage_management}`. If no filter is provided, all DbVersions will be returned.",
                      "type": "string"
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.",
                      "location": "query"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
                      "format": "int32",
                      "type": "integer",
                      "location": "query"
                    }
                  }
                }
              }
            },
            "goldengateDeploymentVersions": {
              "methods": {
                "list": {
                  "description": "Lists GoldengateDeploymentVersions in a given project and location.",
                  "path": "v1/{+parent}/goldengateDeploymentVersions",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeploymentVersions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeploymentVersions.list",
                  "response": {
                    "$ref": "ListGoldengateDeploymentVersionsResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32",
                      "type": "integer"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}"
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. Either the deployment_id and deployment_type fields must be specified in the format: `deployment_id=\"id\"` or `deployment_type=\"DATABASE_ORACLE\"`.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string",
                      "location": "query"
                    }
                  }
                }
              }
            },
            "exadbVmClusters": {
              "methods": {
                "delete": {
                  "description": "Deletes a single Exadb (Exascale) VM Cluster.",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.delete",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    },
                    "name": {
                      "location": "path",
                      "description": "Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$"
                    }
                  }
                },
                "removeVirtualMachine": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}:removeVirtualMachine",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "description": "Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}:removeVirtualMachine",
                  "description": "Removes virtual machines from an existing exadb vm cluster.",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.exadbVmClusters.removeVirtualMachine",
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "RemoveVirtualMachineExadbVmClusterRequest"
                  }
                },
                "list": {
                  "response": {
                    "$ref": "ListExadbVmClustersResponse"
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.list",
                  "path": "v1/{+parent}/exadbVmClusters",
                  "description": "Lists all the Exadb (Exascale) VM Clusters for the given project and location.",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The parent value for ExadbVmClusters in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request."
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query"
                    },
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "format": "int32",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 ExadbVmClusters will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters"
                },
                "create": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.create",
                  "httpMethod": "POST",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters",
                  "description": "Creates a new Exadb (Exascale) VM Cluster resource.",
                  "parameters": {
                    "exadbVmClusterId": {
                      "type": "string",
                      "description": "Required. The ID of the ExadbVmCluster to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.",
                      "location": "query"
                    },
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "Required. The value for parent of the ExadbVmCluster in the following format: projects/{project}/locations/{location}."
                    }
                  },
                  "request": {
                    "$ref": "ExadbVmCluster"
                  },
                  "path": "v1/{+parent}/exadbVmClusters",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "patch": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "ExadbVmCluster"
                  },
                  "description": "Updates a single Exadb (Exascale) VM Cluster. To add virtual machines to existing exadb vm cluster, only pass the node count.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "updateMask": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A mask specifying which fields in th VM Cluster should be updated. A field specified in the mask is overwritten. If a mask isn't provided then the service treats this as an implied field mask equivalent to all fields that are populated (have a non-empty value). To clear or unset a field, the field must be explicitly specified in the `update_mask`.",
                      "format": "google-fieldmask"
                    },
                    "requestId": {
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    },
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "type": "string",
                      "required": true,
                      "description": "Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}"
                    }
                  },
                  "path": "v1/{+name}",
                  "httpMethod": "PATCH",
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.patch"
                },
                "get": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "description": "Gets details of a single Exadb (Exascale) VM Cluster.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "ExadbVmCluster"
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.get",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "required": true
                    }
                  }
                }
              },
              "resources": {
                "dbNodes": {
                  "methods": {
                    "list": {
                      "response": {
                        "$ref": "ListDbNodesResponse"
                      },
                      "path": "v1/{+parent}/dbNodes",
                      "httpMethod": "GET",
                      "description": "Lists the database nodes of a VM Cluster.",
                      "parameters": {
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                          "location": "query",
                          "type": "integer"
                        },
                        "pageToken": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. A token identifying a page of results the node should return."
                        },
                        "parent": {
                          "description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                          "type": "string",
                          "location": "path"
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "parent"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}/dbNodes",
                      "id": "oracledatabase.projects.locations.exadbVmClusters.dbNodes.list"
                    }
                  }
                }
              }
            },
            "entitlements": {
              "methods": {
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for the entitlement in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true
                    },
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 entitlements will be returned. The maximum value is 1000.",
                      "type": "integer"
                    }
                  },
                  "path": "v1/{+parent}/entitlements",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entitlements",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "ListEntitlementsResponse"
                  },
                  "id": "oracledatabase.projects.locations.entitlements.list",
                  "description": "Lists the entitlements in a given project."
                }
              }
            },
            "goldengateConnections": {
              "methods": {
                "create": {
                  "request": {
                    "$ref": "GoldengateConnection"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections",
                  "description": "Creates a new GoldengateConnection in a given project and location.",
                  "id": "oracledatabase.projects.locations.goldengateConnections.create",
                  "httpMethod": "POST",
                  "path": "v1/{+parent}/goldengateConnections",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The value for parent of the GoldengateConnection in the following format: projects/{project}/locations/{location}."
                    },
                    "requestId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    },
                    "goldengateConnectionId": {
                      "location": "query",
                      "description": "Required. The ID of the GoldengateConnection to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "get": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections/{goldengateConnectionsId}",
                  "description": "Gets details of a single GoldengateConnection.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. The name of the GoldengateConnection in the following format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnections/[^/]+$",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "id": "oracledatabase.projects.locations.goldengateConnections.get",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoldengateConnection"
                  }
                },
                "list": {
                  "response": {
                    "$ref": "ListGoldengateConnectionsResponse"
                  },
                  "id": "oracledatabase.projects.locations.goldengateConnections.list",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "orderBy": {
                      "location": "query",
                      "description": "Optional. An expression for ordering the results of the request.",
                      "type": "string"
                    },
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. The parent value for GoldengateConnections in the following format: projects/{project}/locations/{location}."
                    },
                    "filter": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An expression for filtering the results of the request."
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous ListGoldengateConnections call. Provide this to retrieve the subsequent page.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 GoldengateConnections will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32"
                    }
                  },
                  "path": "v1/{+parent}/goldengateConnections",
                  "httpMethod": "GET",
                  "description": "Lists all the GoldengateConnections for the given project and location.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections"
                },
                "delete": {
                  "path": "v1/{+name}",
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.goldengateConnections.delete",
                  "httpMethod": "DELETE",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections/{goldengateConnectionsId}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnections/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the GoldengateConnection in the following format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}.",
                      "required": true
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    }
                  },
                  "description": "Deletes a single GoldengateConnection.",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "goldengateDeployments": {
              "methods": {
                "start": {
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "StartGoldengateDeploymentRequest"
                  },
                  "path": "v1/{+name}:start",
                  "description": "Starts a single GoldengateDeployment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.goldengateDeployments.start",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}:start",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateDeployments/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the Goldengate Deployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.",
                      "type": "string"
                    }
                  }
                },
                "stop": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.goldengateDeployments.stop",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Stops a single GoldengateDeployment.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}:stop",
                  "request": {
                    "$ref": "StopGoldengateDeploymentRequest"
                  },
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the Goldengate Deployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateDeployments/[^/]+$"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}:stop"
                },
                "delete": {
                  "description": "Deletes a single GoldengateDeployment.",
                  "httpMethod": "DELETE",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateDeployments/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "requestId": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    }
                  },
                  "id": "oracledatabase.projects.locations.goldengateDeployments.delete",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}"
                },
                "list": {
                  "id": "oracledatabase.projects.locations.goldengateDeployments.list",
                  "path": "v1/{+parent}/goldengateDeployments",
                  "description": "Lists all the GoldengateDeployments for the given project and location.",
                  "response": {
                    "$ref": "ListGoldengateDeploymentsResponse"
                  },
                  "parameters": {
                    "parent": {
                      "required": true,
                      "description": "Required. The parent value for GoldengateDeployments in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request."
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for ordering the results of the request."
                    },
                    "pageSize": {
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 GoldengateDeployments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A page token, received from a previous ListGoldengateDeployments call. Provide this to retrieve the subsequent page."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "GoldengateDeployment"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments",
                  "httpMethod": "POST",
                  "id": "oracledatabase.projects.locations.goldengateDeployments.create",
                  "response": {
                    "$ref": "Operation"
                  },
                  "description": "Creates a new GoldengateDeployment in a given project and location.",
                  "parameters": {
                    "parent": {
                      "description": "Required. The value for parent of the GoldengateDeployment in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "goldengateDeploymentId": {
                      "location": "query",
                      "type": "string",
                      "description": "Required. The ID of the GoldengateDeployment to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number."
                    },
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/goldengateDeployments"
                },
                "get": {
                  "response": {
                    "$ref": "GoldengateDeployment"
                  },
                  "description": "Gets details of a single GoldengateDeployment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateDeployments/[^/]+$"
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "oracledatabase.projects.locations.goldengateDeployments.get",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "goldengateDeploymentEnvironments": {
              "methods": {
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "ListGoldengateDeploymentEnvironmentsResponse"
                  },
                  "id": "oracledatabase.projects.locations.goldengateDeploymentEnvironments.list",
                  "description": "Lists GoldengateDeploymentEnvironments in a given project and location.",
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 deployment environments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "location": "query",
                      "format": "int32",
                      "type": "integer"
                    },
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return."
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of GoldengateDeploymentEnvironments. Format: projects/{project}/locations/{location}",
                      "location": "path"
                    }
                  },
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/goldengateDeploymentEnvironments",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeploymentEnvironments"
                }
              }
            },
            "exascaleDbStorageVaults": {
              "methods": {
                "create": {
                  "request": {
                    "$ref": "ExascaleDbStorageVault"
                  },
                  "path": "v1/{+parent}/exascaleDbStorageVaults",
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "description": "Required. The value for parent of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}."
                    },
                    "exascaleDbStorageVaultId": {
                      "location": "query",
                      "type": "string",
                      "description": "Required. The ID of the ExascaleDbStorageVault to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number."
                    },
                    "requestId": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    }
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a new ExascaleDB Storage Vault resource.",
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.create"
                },
                "get": {
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.",
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/exascaleDbStorageVaults/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "ExascaleDbStorageVault"
                  },
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets details of a single ExascaleDB Storage Vault.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults/{exascaleDbStorageVaultsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.get"
                },
                "delete": {
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/exascaleDbStorageVaults/[^/]+$"
                    },
                    "requestId": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults/{exascaleDbStorageVaultsId}",
                  "path": "v1/{+name}",
                  "description": "Deletes a single ExascaleDB Storage Vault.",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.delete",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.list",
                  "description": "Lists all the ExascaleDB Storage Vaults for the given project and location.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListExascaleDbStorageVaultsResponse"
                  },
                  "parameters": {
                    "pageSize": {
                      "type": "integer",
                      "location": "query",
                      "format": "int32",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 ExascaleDbStorageVaults will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                    },
                    "orderBy": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An expression for ordering the results of the request. Order results as specified in https://google.aip.dev/132."
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request. Filter the list as specified in https://google.aip.dev/160.",
                      "location": "query"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/exascaleDbStorageVaults"
                }
              }
            },
            "pluggableDatabases": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/pluggableDatabases",
                  "id": "oracledatabase.projects.locations.pluggableDatabases.list",
                  "path": "v1/{+parent}/pluggableDatabases",
                  "httpMethod": "GET",
                  "description": "Lists all the PluggableDatabases for the given project, location and Container Database.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A page token, received from a previous `ListPluggableDatabases` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPluggableDatabases` must match the call that provided the page token.",
                      "location": "query"
                    },
                    "parent": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}"
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. List for pluggable databases is supported only with a valid container database (full resource name) filter in this format: `database=\"projects/{project}/locations/{location}/databases/{database}\"`",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "type": "integer",
                      "location": "query",
                      "description": "Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value."
                    }
                  },
                  "response": {
                    "$ref": "ListPluggableDatabasesResponse"
                  }
                },
                "get": {
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "PluggableDatabase"
                  },
                  "description": "Gets details of a single PluggableDatabase.",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/pluggableDatabases/[^/]+$",
                      "type": "string",
                      "required": true
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/pluggableDatabases/{pluggableDatabasesId}",
                  "id": "oracledatabase.projects.locations.pluggableDatabases.get"
                }
              }
            },
            "goldengateConnectionTypes": {
              "methods": {
                "list": {
                  "response": {
                    "$ref": "ListGoldengateConnectionTypesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionTypes.list",
                  "httpMethod": "GET",
                  "description": "Lists GoldengateConnectionTypes in a given project and location.",
                  "parameters": {
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query"
                    },
                    "parent": {
                      "description": "Required. Parent value for ListGoldengateConnectionTypesRequest Format: projects/{project}/locations/{location}",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "filter": {
                      "location": "query",
                      "description": "Optional. An expression for filtering the results of the request. The connection_type field must be specified in the format: `connection_type=\"ORACLE\"`.",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "type": "integer",
                      "location": "query",
                      "format": "int32"
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/goldengateConnectionTypes",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionTypes"
                }
              }
            },
            "cloudExadataInfrastructures": {
              "methods": {
                "configureExascale": {
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.configureExascale",
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "ConfigureExascaleCloudExadataInfrastructureRequest"
                  },
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}:configureExascale",
                  "description": "Configures Exascale for a single Exadata Infrastructure.",
                  "path": "v1/{+name}:configureExascale"
                },
                "get": {
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.get",
                  "response": {
                    "$ref": "CloudExadataInfrastructure"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$",
                      "description": "Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "description": "Gets details of a single Exadata Infrastructure.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}"
                },
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    },
                    "force": {
                      "description": "Optional. If set to true, all VM clusters for this Exadata Infrastructure will be deleted. An Exadata Infrastructure can only be deleted once all its VM clusters have been deleted.",
                      "type": "boolean",
                      "location": "query"
                    },
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$",
                      "description": "Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}",
                  "description": "Deletes a single Exadata Infrastructure.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "DELETE",
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.delete"
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "description": "Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}.",
                      "location": "path"
                    },
                    "filter": {
                      "location": "query",
                      "description": "Optional. An expression for filtering the results of the request.",
                      "type": "string"
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 Exadata infrastructures will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer",
                      "format": "int32"
                    },
                    "orderBy": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An expression for ordering the results of the request."
                    }
                  },
                  "response": {
                    "$ref": "ListCloudExadataInfrastructuresResponse"
                  },
                  "description": "Lists Exadata Infrastructures in a given project and location.",
                  "path": "v1/{+parent}/cloudExadataInfrastructures",
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.list"
                },
                "create": {
                  "path": "v1/{+parent}/cloudExadataInfrastructures",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "description": "Creates a new Exadata Infrastructure in a given project and location.",
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    },
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "required": true
                    },
                    "cloudExadataInfrastructureId": {
                      "type": "string",
                      "description": "Required. The ID of the Exadata Infrastructure to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.",
                      "location": "query"
                    }
                  },
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "CloudExadataInfrastructure"
                  }
                }
              },
              "resources": {
                "dbServers": {
                  "methods": {
                    "list": {
                      "httpMethod": "GET",
                      "path": "v1/{+parent}/dbServers",
                      "description": "Lists the database servers of an Exadata Infrastructure instance.",
                      "response": {
                        "$ref": "ListDbServersResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "description": "Required. The parent value for database server in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}.",
                          "required": true,
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$"
                        },
                        "pageToken": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. A token identifying a page of results the server should return."
                        },
                        "pageSize": {
                          "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 db servers will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}/dbServers",
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.dbServers.list"
                    }
                  }
                }
              }
            },
            "odbNetworks": {
              "methods": {
                "create": {
                  "parameters": {
                    "requestId": {
                      "type": "string",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query"
                    },
                    "odbNetworkId": {
                      "location": "query",
                      "description": "Required. The ID of the OdbNetwork to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "description": "Required. The parent value for the OdbNetwork in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    }
                  },
                  "request": {
                    "$ref": "OdbNetwork"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Creates a new ODB Network in a given project and location.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks",
                  "path": "v1/{+parent}/odbNetworks",
                  "id": "oracledatabase.projects.locations.odbNetworks.create",
                  "httpMethod": "POST"
                },
                "get": {
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Required. The name of the OdbNetwork in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}",
                  "description": "Gets details of a single ODB Network.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "OdbNetwork"
                  },
                  "id": "oracledatabase.projects.locations.odbNetworks.get",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}"
                },
                "delete": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "DELETE",
                  "parameters": {
                    "requestId": {
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query",
                      "type": "string"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.",
                      "type": "string",
                      "required": true
                    }
                  },
                  "description": "Deletes a single ODB Network.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.odbNetworks.delete"
                },
                "list": {
                  "description": "Lists the ODB Networks in a given project and location.",
                  "parameters": {
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent value for the ODB Network in the following format: projects/{project}/locations/{location}.",
                      "location": "path",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 ODB Networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "location": "query",
                      "format": "int32",
                      "type": "integer"
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/odbNetworks",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListOdbNetworksResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.odbNetworks.list",
                  "parameterOrder": [
                    "parent"
                  ]
                }
              },
              "resources": {
                "odbSubnets": {
                  "methods": {
                    "list": {
                      "parameters": {
                        "pageSize": {
                          "format": "int32",
                          "type": "integer",
                          "location": "query",
                          "description": "Optional. The maximum number of items to return. If unspecified, at most 50 ODB Networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                        },
                        "orderBy": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. An expression for ordering the results of the request."
                        },
                        "parent": {
                          "description": "Required. The parent value for the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.",
                          "type": "string",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+$",
                          "required": true
                        },
                        "filter": {
                          "description": "Optional. An expression for filtering the results of the request.",
                          "type": "string",
                          "location": "query"
                        },
                        "pageToken": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. A token identifying a page of results the server should return."
                        }
                      },
                      "response": {
                        "$ref": "ListOdbSubnetsResponse"
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/odbSubnets",
                      "description": "Lists all the ODB Subnets in a given ODB Network.",
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.list",
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets"
                    },
                    "get": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+name}",
                      "response": {
                        "$ref": "OdbSubnet"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "parameters": {
                        "name": {
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+/odbSubnets/[^/]+$",
                          "type": "string",
                          "description": "Required. The name of the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.",
                          "location": "path"
                        }
                      },
                      "description": "Gets details of a single ODB Subnet.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets/{odbSubnetsId}",
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.get",
                      "httpMethod": "GET"
                    },
                    "create": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/odbSubnets",
                      "request": {
                        "$ref": "OdbSubnet"
                      },
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Creates a new ODB Subnet in a given ODB Network.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+$",
                          "description": "Required. The parent value for the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.",
                          "location": "path",
                          "type": "string",
                          "required": true
                        },
                        "odbSubnetId": {
                          "type": "string",
                          "location": "query",
                          "description": "Required. The ID of the OdbSubnet to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number."
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        }
                      },
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.create"
                    },
                    "delete": {
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.delete",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "httpMethod": "DELETE",
                      "description": "Deletes a single ODB Subnet.",
                      "parameters": {
                        "name": {
                          "required": true,
                          "description": "Required. The name of the resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+/odbSubnets/[^/]+$",
                          "location": "path"
                        },
                        "requestId": {
                          "location": "query",
                          "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                          "type": "string"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets/{odbSubnetsId}",
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}"
                    }
                  }
                }
              }
            },
            "dbSystemShapes": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "Required. The parent value for Database System Shapes in the following format: projects/{project}/locations/{location}.",
                      "required": true
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. The `gcp_oracle_zone_id`, `shape_family`, and `database_edition` fields are supported in the following format: `gcp_oracle_zone_id=\"{gcp_oracle_zone_id}\" AND shape_family=\"{shape_family}\" AND database_edition=\"{database_edition}\"`.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 database system shapes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer",
                      "location": "query",
                      "format": "int32"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystemShapes",
                  "id": "oracledatabase.projects.locations.dbSystemShapes.list",
                  "path": "v1/{+parent}/dbSystemShapes",
                  "response": {
                    "$ref": "ListDbSystemShapesResponse"
                  },
                  "description": "Lists the database system shapes available for the project and location.",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            },
            "autonomousDatabaseBackups": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabaseBackups",
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "Required. The parent value for ListAutonomousDatabaseBackups in the following format: projects/{project}/locations/{location}."
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. Only the **autonomous_database_id** field is supported in the following format: `autonomous_database_id=\"{autonomous_database_id}\"`. The accepted values must be a valid Autonomous Database ID, limited to the naming restrictions of the ID: ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$). The ID must start with a letter, end with a letter or a number, and be a maximum of 63 characters.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Backups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer"
                    }
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabaseBackups.list",
                  "path": "v1/{+parent}/autonomousDatabaseBackups",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListAutonomousDatabaseBackupsResponse"
                  },
                  "description": "Lists the long-term and automatic backups of an Autonomous Database."
                }
              }
            },
            "goldengateConnectionAssignments": {
              "methods": {
                "test": {
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.test",
                  "request": {
                    "$ref": "TestGoldengateConnectionAssignmentRequest"
                  },
                  "parameters": {
                    "name": {
                      "description": "Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnectionAssignments/[^/]+$",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments/{goldengateConnectionAssignmentsId}:test",
                  "path": "v1/{+name}:test",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "TestGoldengateConnectionAssignmentResponse"
                  },
                  "description": "Tests a single GoldengateConnectionAssignment."
                },
                "delete": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments/{goldengateConnectionAssignmentsId}",
                  "description": "Deletes a single GoldengateConnectionAssignment.",
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the GoldengateConnectionAssignment to delete. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnectionAssignments/[^/]+$"
                    },
                    "requestId": {
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.delete"
                },
                "create": {
                  "request": {
                    "$ref": "GoldengateConnectionAssignment"
                  },
                  "path": "v1/{+parent}/goldengateConnectionAssignments",
                  "description": "Creates a new GoldengateConnectionAssignment in a given project and location.",
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    },
                    "goldengateConnectionAssignmentId": {
                      "location": "query",
                      "type": "string",
                      "description": "Required. The ID of the GoldengateConnectionAssignment to create."
                    },
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent resource where this GoldengateConnectionAssignment will be created. Format: projects/{project}/locations/{location}",
                      "type": "string",
                      "required": true
                    }
                  },
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.create",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST"
                },
                "get": {
                  "description": "Gets details of a single GoldengateConnectionAssignment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "GoldengateConnectionAssignment"
                  },
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnectionAssignments/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the GoldengateConnectionAssignment to retrieve. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}"
                    }
                  },
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments/{goldengateConnectionAssignmentsId}"
                },
                "list": {
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.list",
                  "response": {
                    "$ref": "ListGoldengateConnectionAssignmentsResponse"
                  },
                  "parameters": {
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"DESC\" after a field name for descending."
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `ListGoldengateConnectionAssignments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGoldengateConnectionAssignments` must match the call that provided the page token.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "location": "path",
                      "description": "Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "filter": {
                      "location": "query",
                      "description": "Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.",
                      "type": "string"
                    },
                    "pageSize": {
                      "format": "int32",
                      "type": "integer",
                      "location": "query",
                      "description": "Optional. The maximum number of GoldengateConnectionAssignments to return. The service may return fewer than this value. If unspecified, at most 50 GoldengateConnectionAssignments will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                    }
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists GoldengateConnectionAssignments in a given project and location.",
                  "path": "v1/{+parent}/goldengateConnectionAssignments",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments"
                }
              }
            },
            "databaseCharacterSets": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.",
                      "required": true,
                      "type": "string"
                    },
                    "filter": {
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request. Only the **character_set_type** field is supported in the following format: `character_set_type=\"{characterSetType}\"`. Accepted values include `DATABASE` and `NATIONAL`.",
                      "location": "query"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "description": "Optional. The maximum number of DatabaseCharacterSets to return. The service may return fewer than this value. If unspecified, at most 50 DatabaseCharacterSets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "location": "query"
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous `ListDatabaseCharacterSets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDatabaseCharacterSets` must match the call that provided the page token.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "ListDatabaseCharacterSetsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.databaseCharacterSets.list",
                  "path": "v1/{+parent}/databaseCharacterSets",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/databaseCharacterSets",
                  "httpMethod": "GET",
                  "description": "List DatabaseCharacterSets for the given project and location."
                }
              }
            },
            "dbSystemInitialStorageSizes": {
              "methods": {
                "list": {
                  "id": "oracledatabase.projects.locations.dbSystemInitialStorageSizes.list",
                  "response": {
                    "$ref": "ListDbSystemInitialStorageSizesResponse"
                  },
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent value for the DbSystemInitialStorageSize resource with the format: projects/{project}/locations/{location}",
                      "required": true,
                      "location": "path",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
                      "location": "query",
                      "type": "integer",
                      "format": "int32"
                    },
                    "pageToken": {
                      "location": "query",
                      "description": "Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.",
                      "type": "string"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "httpMethod": "GET",
                  "description": "Lists all the DbSystemInitialStorageSizes for the given project and location.",
                  "path": "v1/{+parent}/dbSystemInitialStorageSizes",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystemInitialStorageSizes"
                }
              }
            },
            "autonomousDatabaseCharacterSets": {
              "methods": {
                "list": {
                  "parameters": {
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Character Sets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer",
                      "location": "query",
                      "format": "int32"
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "description": "Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}."
                    },
                    "filter": {
                      "location": "query",
                      "description": "Optional. An expression for filtering the results of the request. Only the **character_set_type** field is supported in the following format: `character_set_type=\"{characterSetType}\"`. Accepted values include `DATABASE` and `NATIONAL`.",
                      "type": "string"
                    },
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return."
                    }
                  },
                  "description": "Lists Autonomous Database Character Sets in a given project and location.",
                  "id": "oracledatabase.projects.locations.autonomousDatabaseCharacterSets.list",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "ListAutonomousDatabaseCharacterSetsResponse"
                  },
                  "path": "v1/{+parent}/autonomousDatabaseCharacterSets",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabaseCharacterSets",
                  "httpMethod": "GET"
                }
              }
            },
            "autonomousDatabases": {
              "methods": {
                "restart": {
                  "description": "Restarts an Autonomous Database.",
                  "path": "v1/{+name}:restart",
                  "request": {
                    "$ref": "RestartAutonomousDatabaseRequest"
                  },
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabases.restart",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:restart",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "restore": {
                  "id": "oracledatabase.projects.locations.autonomousDatabases.restore",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:restore",
                  "path": "v1/{+name}:restore",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "description": "Restores a single Autonomous Database.",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string",
                      "location": "path",
                      "required": true
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "RestoreAutonomousDatabaseRequest"
                  }
                },
                "refresh": {
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.refresh",
                  "request": {
                    "$ref": "RefreshAutonomousDatabaseRequest"
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "description": "Required. The name of the AutonomousDatabase resource. Format: projects/{project}/location/{location}/autonomousDatabases/{autonomous_database}",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:refresh",
                  "description": "Refreshes the refreshable clone of an Autonomous Database.",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}:refresh"
                },
                "delete": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}",
                  "parameters": {
                    "requestId": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the resource in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "description": "Deletes a single Autonomous Database.",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.delete",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "switchover": {
                  "request": {
                    "$ref": "SwitchoverAutonomousDatabaseRequest"
                  },
                  "httpMethod": "POST",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.switchover",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:switchover",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:switchover",
                  "description": "Initiates a switchover of specified autonomous database to the associated peer database.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$"
                    }
                  }
                },
                "failover": {
                  "id": "oracledatabase.projects.locations.autonomousDatabases.failover",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:failover",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}:failover",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Initiates a failover to target autonomous database from the associated primary database.",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "FailoverAutonomousDatabaseRequest"
                  }
                },
                "list": {
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.list",
                  "description": "Lists the Autonomous Databases in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/autonomousDatabases",
                  "response": {
                    "$ref": "ListAutonomousDatabasesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string",
                      "location": "query"
                    },
                    "parent": {
                      "description": "Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "type": "string",
                      "location": "query"
                    },
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "format": "int32",
                      "type": "integer",
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous Database will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000."
                    }
                  }
                },
                "patch": {
                  "description": "Updates the parameters of a single Autonomous Database.",
                  "httpMethod": "PATCH",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "AutonomousDatabase"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.patch",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}",
                      "location": "path",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$"
                    },
                    "updateMask": {
                      "description": "Optional. Field mask is used to specify the fields to be overwritten in the Exadata resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then the service treats this as an implied field mask equivalent to all fields that are populated (have a non-empty value). To clear or unset a field, the field must be explicitly specified in the `update_mask`.",
                      "type": "string",
                      "location": "query",
                      "format": "google-fieldmask"
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    }
                  }
                },
                "getRefreshableClones": {
                  "path": "v1/{+name}:getRefreshableClones",
                  "httpMethod": "GET",
                  "description": "Gets the refreshable clones for a given Autonomous Database.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:getRefreshableClones",
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.getRefreshableClones",
                  "response": {
                    "$ref": "AutonomousDatabaseRefreshableClones"
                  },
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "description": "Required. The Autonomous Database resource whose refreshable clones are to be listed. Format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  }
                },
                "stop": {
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.stop",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:stop",
                  "path": "v1/{+name}:stop",
                  "description": "Stops an Autonomous Database.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "StopAutonomousDatabaseRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "generateWallet": {
                  "description": "Generates a wallet for an Autonomous Database.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:generateWallet",
                  "path": "v1/{+name}:generateWallet",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "GenerateAutonomousDatabaseWalletRequest"
                  },
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "required": true
                    }
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabases.generateWallet",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "GenerateAutonomousDatabaseWalletResponse"
                  }
                },
                "start": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Starts an Autonomous Database.",
                  "httpMethod": "POST",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:start",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "required": true,
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/{+name}:start",
                  "request": {
                    "$ref": "StartAutonomousDatabaseRequest"
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabases.start"
                },
                "get": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}."
                    }
                  },
                  "description": "Gets the details of a single Autonomous Database.",
                  "response": {
                    "$ref": "AutonomousDatabase"
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabases.get"
                },
                "create": {
                  "path": "v1/{+parent}/autonomousDatabases",
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "AutonomousDatabase"
                  },
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "parent": {
                      "location": "path",
                      "description": "Required. The name of the parent in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    },
                    "autonomousDatabaseId": {
                      "type": "string",
                      "location": "query",
                      "description": "Required. The ID of the Autonomous Database to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number."
                    },
                    "requestId": {
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.create",
                  "description": "Creates a new Autonomous Database in a given project and location."
                }
              }
            },
            "cloudVmClusters": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters",
                  "id": "oracledatabase.projects.locations.cloudVmClusters.list",
                  "description": "Lists the VM Clusters in a given project and location.",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "description": "Required. The name of the parent in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string"
                    },
                    "filter": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An expression for filtering the results of the request."
                    },
                    "pageSize": {
                      "location": "query",
                      "format": "int32",
                      "description": "Optional. The number of VM clusters to return. If unspecified, at most 50 VM clusters will be returned. The maximum value is 1,000.",
                      "type": "integer"
                    },
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A token identifying the page of results the server returns."
                    }
                  },
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/cloudVmClusters",
                  "response": {
                    "$ref": "ListCloudVmClustersResponse"
                  }
                },
                "delete": {
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudVmClusters/[^/]+$",
                      "description": "Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "force": {
                      "location": "query",
                      "type": "boolean",
                      "description": "Optional. If set to true, all child resources for the VM Cluster will be deleted. A VM Cluster can only be deleted once all its child resources have been deleted."
                    },
                    "requestId": {
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "id": "oracledatabase.projects.locations.cloudVmClusters.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "DELETE",
                  "description": "Deletes a single VM Cluster.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters/{cloudVmClustersId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "get": {
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters/{cloudVmClustersId}",
                  "id": "oracledatabase.projects.locations.cloudVmClusters.get",
                  "description": "Gets details of a single VM Cluster.",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudVmClusters/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.",
                      "required": true
                    }
                  },
                  "path": "v1/{+name}",
                  "response": {
                    "$ref": "CloudVmCluster"
                  }
                },
                "create": {
                  "description": "Creates a new VM Cluster in a given project and location.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "id": "oracledatabase.projects.locations.cloudVmClusters.create",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "requestId": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000)."
                    },
                    "cloudVmClusterId": {
                      "location": "query",
                      "type": "string",
                      "description": "Required. The ID of the VM Cluster to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number."
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The name of the parent in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "location": "path"
                    }
                  },
                  "request": {
                    "$ref": "CloudVmCluster"
                  },
                  "path": "v1/{+parent}/cloudVmClusters",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters"
                }
              },
              "resources": {
                "dbNodes": {
                  "methods": {
                    "list": {
                      "parameters": {
                        "pageToken": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. A token identifying a page of results the node should return."
                        },
                        "parent": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/cloudVmClusters/[^/]+$",
                          "description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. ."
                        },
                        "pageSize": {
                          "format": "int32",
                          "description": "Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Lists the database nodes of a VM Cluster.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters/{cloudVmClustersId}/dbNodes",
                      "response": {
                        "$ref": "ListDbNodesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+parent}/dbNodes",
                      "httpMethod": "GET",
                      "id": "oracledatabase.projects.locations.cloudVmClusters.dbNodes.list"
                    }
                  }
                }
              }
            },
            "operations": {
              "methods": {
                "list": {
                  "httpMethod": "GET",
                  "path": "v1/{+name}/operations",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.operations.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
                  "response": {
                    "$ref": "ListOperationsResponse"
                  },
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
                  "parameters": {
                    "returnPartialSuccess": {
                      "description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
                      "type": "boolean",
                      "location": "query"
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "The name of the operation's parent resource."
                    },
                    "filter": {
                      "description": "The standard list filter.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "type": "integer",
                      "format": "int32",
                      "location": "query",
                      "description": "The standard list page size."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "The standard list page token."
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ]
                },
                "get": {
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "type": "string",
                      "description": "The name of the operation resource.",
                      "required": true
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.operations.get"
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "path": "v1/{+name}",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Empty"
                  },
                  "description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
                  "id": "oracledatabase.projects.locations.operations.delete",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "description": "The name of the operation resource to be deleted.",
                      "location": "path"
                    }
                  }
                },
                "cancel": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Empty"
                  },
                  "description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
                  "parameters": {
                    "name": {
                      "description": "The name of the operation resource to be cancelled.",
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "required": true
                    }
                  },
                  "request": {
                    "$ref": "CancelOperationRequest"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "path": "v1/{+name}:cancel",
                  "id": "oracledatabase.projects.locations.operations.cancel"
                }
              }
            },
            "dbSystems": {
              "methods": {
                "get": {
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems/{dbSystemsId}",
                  "id": "oracledatabase.projects.locations.dbSystems.get",
                  "response": {
                    "$ref": "DbSystem"
                  },
                  "description": "Gets details of a single DbSystem.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/dbSystems/[^/]+$",
                      "description": "Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}."
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ]
                },
                "list": {
                  "response": {
                    "$ref": "ListDbSystemsResponse"
                  },
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "description": "Required. The parent value for DbSystems in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "location": "path",
                      "required": true
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 DbSystems will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32"
                    },
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request.",
                      "type": "string",
                      "location": "query"
                    },
                    "pageToken": {
                      "type": "string",
                      "location": "query",
                      "description": "Optional. A token identifying a page of results the server should return."
                    }
                  },
                  "description": "Lists all the DbSystems for the given project and location.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.dbSystems.list",
                  "path": "v1/{+parent}/dbSystems",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems",
                  "path": "v1/{+parent}/dbSystems",
                  "id": "oracledatabase.projects.locations.dbSystems.create",
                  "parameters": {
                    "requestId": {
                      "type": "string",
                      "description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "location": "query"
                    },
                    "parent": {
                      "description": "Required. The value for parent of the DbSystem in the following format: projects/{project}/locations/{location}.",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "dbSystemId": {
                      "description": "Required. The ID of the DbSystem to create. This value is restricted to (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$) and must be a maximum of 63 characters in length. The value must start with a letter and end with a letter or a number.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "DbSystem"
                  },
                  "httpMethod": "POST",
                  "description": "Creates a new DbSystem in a given project and location.",
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "delete": {
                  "parameters": {
                    "requestId": {
                      "description": "Optional. An optional ID to identify the request. This value is used to identify duplicate requests. If you make a request with the same request ID and the original request is still in progress or completed, the server ignores the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
                      "type": "string",
                      "location": "query"
                    },
                    "name": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/dbSystems/[^/]+$"
                    }
                  },
                  "description": "Deletes a single DbSystem.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems/{dbSystemsId}",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "id": "oracledatabase.projects.locations.dbSystems.delete",
                  "httpMethod": "DELETE"
                }
              }
            },
            "giVersions": {
              "methods": {
                "list": {
                  "response": {
                    "$ref": "ListGiVersionsResponse"
                  },
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "description": "Required. The parent value for Grid Infrastructure Version in the following format: Format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request. Only the `shape` and `gcp_oracle_zone_id` fields are supported in the following format: `shape=\"{shape}\" AND gcp_oracle_zone_id=\"{gcp_oracle_zone_id}\"`."
                    },
                    "pageToken": {
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query"
                    },
                    "pageSize": {
                      "format": "int32",
                      "type": "integer",
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 Oracle Grid Infrastructure (GI) versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000."
                    }
                  },
                  "httpMethod": "GET",
                  "path": "v1/{+parent}/giVersions",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.giVersions.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/giVersions",
                  "description": "Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location."
                }
              },
              "resources": {
                "minorVersions": {
                  "methods": {
                    "list": {
                      "id": "oracledatabase.projects.locations.giVersions.minorVersions.list",
                      "parameters": {
                        "pageToken": {
                          "type": "string",
                          "description": "Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token.",
                          "location": "query"
                        },
                        "parent": {
                          "type": "string",
                          "required": true,
                          "description": "Required. The parent value for the MinorVersion resource with the format: projects/{project}/locations/{location}/giVersions/{gi_version}",
                          "location": "path",
                          "pattern": "^projects/[^/]+/locations/[^/]+/giVersions/[^/]+$"
                        },
                        "pageSize": {
                          "type": "integer",
                          "format": "int32",
                          "location": "query",
                          "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000."
                        },
                        "filter": {
                          "type": "string",
                          "location": "query",
                          "description": "Optional. An expression for filtering the results of the request. Only the `shape_family` and `gcp_oracle_zone_id` fields are supported in the following format: `shape_family=\"{shape_family}\" AND gcp_oracle_zone_id=\"{gcp_oracle_zone_id}\"`."
                        }
                      },
                      "path": "v1/{+parent}/minorVersions",
                      "parameterOrder": [
                        "parent"
                      ],
                      "response": {
                        "$ref": "ListMinorVersionsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Lists all the valid minor versions for the given project, location, gi version and shape family.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/giVersions/{giVersionsId}/minorVersions",
                      "httpMethod": "GET"
                    }
                  }
                }
              }
            },
            "autonomousDbVersions": {
              "methods": {
                "list": {
                  "id": "oracledatabase.projects.locations.autonomousDbVersions.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDbVersions",
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "description": "Optional. The maximum number of items to return. If unspecified, at most 50 Autonomous DB Versions will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "type": "integer",
                      "format": "int32"
                    },
                    "parent": {
                      "description": "Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.",
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "path": "v1/{+parent}/autonomousDbVersions",
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists all the available Autonomous Database versions for a project and location.",
                  "response": {
                    "$ref": "ListAutonomousDbVersionsResponse"
                  }
                }
              }
            },
            "databases": {
              "methods": {
                "list": {
                  "id": "oracledatabase.projects.locations.databases.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/databases",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "description": "Required. The parent resource name in the following format: projects/{project}/locations/{region}",
                      "location": "path",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. list for container databases is supported only with a valid dbSystem (full resource name) filter in this format: `dbSystem=\"projects/{project}/locations/{location}/dbSystems/{dbSystemId}\"`",
                      "type": "string",
                      "location": "query"
                    },
                    "pageSize": {
                      "type": "integer",
                      "location": "query",
                      "format": "int32",
                      "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will be returned. The maximum value is 1000; values above 1000 will be reset to 1000."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying the requested page of results to return. All fields except the filter should remain the same as in the request that provided this page token."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "ListDatabasesResponse"
                  },
                  "httpMethod": "GET",
                  "description": "Lists all the Databases for the given project, location and DbSystem.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/databases"
                },
                "get": {
                  "response": {
                    "$ref": "Database"
                  },
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}",
                      "pattern": "^projects/[^/]+/locations/[^/]+/databases/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "oracledatabase.projects.locations.databases.get",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/databases/{databasesId}",
                  "description": "Gets details of a single Database.",
                  "path": "v1/{+name}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              }
            }
          }
        }
      }
    }
  },
  "rootUrl": "https://oracledatabase.googleapis.com/",
  "documentationLink": "https://cloud.google.com/oracle/database/docs",
  "parameters": {
    "alt": {
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ],
      "location": "query",
      "default": "json",
      "type": "string",
      "description": "Data format for response."
    },
    "$.xgafv": {
      "description": "V1 error format.",
      "type": "string",
      "enum": [
        "1",
        "2"
      ],
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query"
    },
    "prettyPrint": {
      "description": "Returns response with indentations and line breaks.",
      "location": "query",
      "default": "true",
      "type": "boolean"
    },
    "oauth_token": {
      "type": "string",
      "location": "query",
      "description": "OAuth 2.0 token for the current user."
    },
    "quotaUser": {
      "type": "string",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
      "location": "query"
    },
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query",
      "type": "string"
    },
    "access_token": {
      "description": "OAuth access token.",
      "location": "query",
      "type": "string"
    },
    "uploadType": {
      "location": "query",
      "type": "string",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "upload_protocol": {
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "key": {
      "type": "string",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
      "location": "query"
    },
    "callback": {
      "location": "query",
      "description": "JSONP",
      "type": "string"
    }
  },
  "version_module": true,
  "version": "v1",
  "mtlsRootUrl": "https://oracledatabase.mtls.googleapis.com/",
  "canonicalName": "Oracle Database",
  "ownerDomain": "google.com",
  "basePath": "",
  "fullyEncodeReservedExpansion": true,
  "revision": "20260910",
  "ownerName": "Google",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  }
}
