{
  "description": "The Oracle Database@Google Cloud API provides a set of APIs to manage Oracle database services, such as Exadata and Autonomous Databases.",
  "version": "v1",
  "revision": "20260722",
  "mtlsRootUrl": "https://oracledatabase.mtls.googleapis.com/",
  "title": "Oracle Database@Google Cloud API",
  "parameters": {
    "oauth_token": {
      "description": "OAuth 2.0 token for the current user.",
      "type": "string",
      "location": "query"
    },
    "upload_protocol": {
      "type": "string",
      "location": "query",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\")."
    },
    "$.xgafv": {
      "type": "string",
      "description": "V1 error format.",
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "location": "query",
      "enum": [
        "1",
        "2"
      ]
    },
    "uploadType": {
      "type": "string",
      "location": "query",
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\")."
    },
    "prettyPrint": {
      "type": "boolean",
      "default": "true",
      "location": "query",
      "description": "Returns response with indentations and line breaks."
    },
    "quotaUser": {
      "type": "string",
      "location": "query",
      "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."
    },
    "callback": {
      "description": "JSONP",
      "type": "string",
      "location": "query"
    },
    "key": {
      "type": "string",
      "location": "query",
      "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."
    },
    "alt": {
      "type": "string",
      "default": "json",
      "description": "Data format for response.",
      "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"
    },
    "access_token": {
      "description": "OAuth access token.",
      "type": "string",
      "location": "query"
    },
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "type": "string",
      "location": "query"
    }
  },
  "schemas": {
    "KafkaBootstrapServer": {
      "type": "object",
      "properties": {
        "port": {
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "format": "int32",
          "type": "integer"
        },
        "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."
        },
        "host": {
          "description": "Required. The name or address of a host.",
          "type": "string"
        }
      },
      "id": "KafkaBootstrapServer",
      "description": "Represents a Kafka bootstrap server with host name, optional port defaults to 9092, and an optional private ip."
    },
    "GoldengateElasticsearchConnectionProperties": {
      "id": "GoldengateElasticsearchConnectionProperties",
      "description": "The properties of GoldengateElasticsearchConnection.",
      "type": "object",
      "properties": {
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses for Elastic Search connection 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 Oracle Goldengate uses for Elastic Search connection. 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."
        },
        "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\""
        },
        "technologyType": {
          "description": "Optional. The technology type of ElasticsearchConnection.",
          "type": "string"
        },
        "securityProtocol": {
          "enum": [
            "ELASTICSEARCH_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS"
          ],
          "type": "string",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security."
          ],
          "description": "Optional. Security protocol for Elasticsearch."
        },
        "authenticationType": {
          "enum": [
            "ELASTICSEARCH_AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC"
          ],
          "description": "Optional. Authentication type for Elasticsearch.",
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication."
          ]
        },
        "fingerprint": {
          "description": "Optional. Fingerprint required by TLS security protocol. Eg.: '6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c'",
          "type": "string"
        }
      }
    },
    "CloudVmCluster": {
      "id": "CloudVmCluster",
      "description": "Details of the Cloud VM Cluster resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudVmCluster/",
      "type": "object",
      "properties": {
        "odbNetwork": {
          "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.",
          "type": "string"
        },
        "displayName": {
          "description": "Optional. User friendly name for this resource.",
          "type": "string"
        },
        "backupOdbSubnet": {
          "type": "string",
          "description": "Optional. The name of the backup OdbSubnet associated with the VM Cluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}"
        },
        "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
        },
        "backupSubnetCidr": {
          "type": "string",
          "description": "Optional. CIDR range of the backup subnet."
        },
        "createTime": {
          "description": "Output only. The date and time that the VM cluster was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "network": {
          "description": "Optional. The name of the VPC network. Format: projects/{project}/global/networks/{network}",
          "type": "string"
        },
        "cidr": {
          "description": "Optional. Network settings. CIDR to use for cluster IP allocation.",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the VM Cluster resource with the format: projects/{project}/locations/{region}/cloudVmClusters/{cloud_vm_cluster}"
        },
        "properties": {
          "description": "Optional. Various properties of the VM Cluster.",
          "$ref": "CloudVmClusterProperties"
        },
        "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"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Labels or tags associated with the VM Cluster."
        },
        "odbSubnet": {
          "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}",
          "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}"
        },
        "gcpOracleZone": {
          "readOnly": true,
          "type": "string",
          "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."
        }
      }
    },
    "ListPluggableDatabasesResponse": {
      "type": "object",
      "properties": {
        "pluggableDatabases": {
          "type": "array",
          "description": "The list of PluggableDatabases.",
          "items": {
            "$ref": "PluggableDatabase"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListPluggableDatabasesResponse",
      "description": "The response for `PluggableDatabase.List`."
    },
    "DbSystemProperties": {
      "type": "object",
      "properties": {
        "timeZone": {
          "description": "Optional. Time zone of the DbSystem.",
          "$ref": "TimeZone"
        },
        "dataStorageSizeGb": {
          "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.",
          "format": "int32",
          "type": "integer"
        },
        "dataCollectionOptions": {
          "description": "Optional. Data collection options for diagnostics.",
          "$ref": "DataCollectionOptionsDbSystem"
        },
        "initialDataStorageSizeGb": {
          "description": "Required. The initial data storage size in GB.",
          "format": "int32",
          "type": "integer"
        },
        "dbHome": {
          "description": "Optional. Details for creating a Database Home.",
          "$ref": "DbHome"
        },
        "recoStorageSizeGb": {
          "type": "integer",
          "description": "Optional. The reco/redo storage size in GB. The value for recovery storage size is based on the available data storage size.",
          "format": "int32"
        },
        "nodeCount": {
          "type": "integer",
          "description": "Optional. The number of nodes to launch for a virtual machine DbSystem. By default this will be set to 1.",
          "format": "int32"
        },
        "sshPublicKeys": {
          "description": "Required. SSH public keys to be stored with the DbSystem.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "licenseModel": {
          "enum": [
            "LICENSE_MODEL_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "description": "Required. The license model of the DbSystem.",
          "type": "string",
          "enumDescriptions": [
            "The license model is unspecified.",
            "The license model is included.",
            "The license model is bring your own license."
          ]
        },
        "lifecycleState": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the DbSystem.",
          "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."
          ],
          "enum": [
            "DB_SYSTEM_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MIGRATED",
            "MAINTENANCE_IN_PROGRESS",
            "NEEDS_ATTENTION",
            "UPGRADING"
          ]
        },
        "domain": {
          "description": "Optional. The host domain name of the DbSystem.",
          "type": "string"
        },
        "databaseEdition": {
          "type": "string",
          "enumDescriptions": [
            "The database edition is unspecified.",
            "The database edition is Standard.",
            "The database edition is Enterprise.",
            "The database edition is Enterprise Edition."
          ],
          "description": "Required. The database edition of the DbSystem.",
          "enum": [
            "DB_SYSTEM_DATABASE_EDITION_UNSPECIFIED",
            "STANDARD_EDITION",
            "ENTERPRISE_EDITION",
            "ENTERPRISE_EDITION_HIGH_PERFORMANCE"
          ]
        },
        "computeModel": {
          "description": "Optional. The compute model of the DbSystem.",
          "type": "string",
          "enumDeprecated": [
            false,
            false,
            true
          ],
          "enum": [
            "COMPUTE_MODEL_UNSPECIFIED",
            "ECPU",
            "OCPU"
          ],
          "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."
          ]
        },
        "shape": {
          "description": "Required. Shape of DB System.",
          "type": "string"
        },
        "computeCount": {
          "type": "integer",
          "description": "Required. The number of CPU cores to enable for the DbSystem.",
          "format": "int32"
        },
        "hostname": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The hostname of the DbSystem."
        },
        "ocid": {
          "description": "Output only. OCID of the DbSystem.",
          "readOnly": true,
          "type": "string"
        },
        "dbSystemOptions": {
          "description": "Optional. The options for the DbSystem.",
          "$ref": "DbSystemOptions"
        },
        "privateIp": {
          "description": "Optional. The private IP address of the DbSystem.",
          "type": "string"
        },
        "memorySizeGb": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "hostnamePrefix": {
          "description": "Optional. Prefix for DB System host names.",
          "type": "string"
        }
      },
      "id": "DbSystemProperties",
      "description": "The properties of a DbSystem."
    },
    "GoldengateDatabricksConnectionProperties": {
      "type": "object",
      "properties": {
        "authenticationType": {
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "Personal access token authentication.",
            "OAuth M2M authentication."
          ],
          "description": "Optional. Authentication type for Databricks.",
          "enum": [
            "DATABRICKS_AUTHENTICATION_TYPE_UNSPECIFIED",
            "PERSONAL_ACCESS_TOKEN",
            "OAUTH_M2M"
          ]
        },
        "clientSecret": {
          "type": "string",
          "description": "Optional. OAuth client secret, only applicable for authentication_type == OAUTH_M2M"
        },
        "technologyType": {
          "description": "Optional. The technology type of DatabricksConnection.",
          "type": "string"
        },
        "clientId": {
          "type": "string",
          "description": "Optional. OAuth client id, only applicable for authentication_type == OAUTH_M2M"
        },
        "storageCredential": {
          "description": "Optional. External storage credential name to access files on object storage such as ADLS Gen2, S3 or Cloud Storage.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password used to connect to Databricks in plain text.",
          "type": "string"
        },
        "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'"
        },
        "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"
        }
      },
      "id": "GoldengateDatabricksConnectionProperties",
      "description": "The properties of GoldengateDatabricksConnection."
    },
    "GoldengateDb2ConnectionProperties": {
      "id": "GoldengateDb2ConnectionProperties",
      "description": "The properties of GoldengateDb2Connection.",
      "type": "object",
      "properties": {
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Db2 connection in plain text."
        },
        "port": {
          "type": "integer",
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "format": "int32"
        },
        "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"
        },
        "host": {
          "type": "string",
          "description": "Optional. The name or address of a host."
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect to the DB2 database."
        },
        "additionalAttributes": {
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "items": {
            "$ref": "NameValuePair"
          },
          "type": "array"
        },
        "sslServerCertificateFile": {
          "type": "string",
          "description": "Optional. The file which contains the self-signed server certificate / Certificate Authority (CA) certificate."
        },
        "database": {
          "type": "string",
          "description": "Optional. The name of the database."
        },
        "sslClientKeystoredbFile": {
          "description": "Optional. The keystore file created at the client containing the server certificate / CA root certificate. Not supported for IBM Db2 for i.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of Db2Connection.",
          "type": "string"
        },
        "securityProtocol": {
          "description": "Optional. Security protocol for the DB2 database.",
          "type": "string",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security."
          ],
          "enum": [
            "DB2_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS"
          ]
        },
        "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"
        }
      }
    },
    "AzureDataLakeStorageIcebergStorage": {
      "type": "object",
      "properties": {
        "accountKeySecret": {
          "description": "Optional. The account key of Azure Data Lake Storage.",
          "type": "string"
        },
        "azureAccount": {
          "type": "string",
          "description": "Required. The account of Azure Data Lake Storage."
        },
        "endpoint": {
          "description": "Optional. The endpoint of Azure Data Lake Storage.",
          "type": "string"
        },
        "container": {
          "type": "string",
          "description": "Required. The container of Azure Data Lake Storage."
        }
      },
      "id": "AzureDataLakeStorageIcebergStorage",
      "description": "The Azure Data Lake Storage Iceberg storage."
    },
    "ListDbVersionsResponse": {
      "type": "object",
      "properties": {
        "dbVersions": {
          "description": "The list of DbVersions.",
          "items": {
            "$ref": "DbVersion"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListDbVersionsResponse",
      "description": "The response for `DbVersions.List`."
    },
    "ListDbSystemsResponse": {
      "type": "object",
      "properties": {
        "dbSystems": {
          "description": "The list of DbSystems.",
          "items": {
            "$ref": "DbSystem"
          },
          "type": "array"
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        },
        "unreachable": {
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ListDbSystemsResponse",
      "description": "The response for `DbSystem.List`."
    },
    "DbServerProperties": {
      "type": "object",
      "properties": {
        "dbNodeStorageSizeGb": {
          "type": "integer",
          "description": "Optional. Local storage per VM.",
          "format": "int32"
        },
        "dbNodeIds": {
          "description": "Output only. OCID of database nodes associated with the database server.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "ocpuCount": {
          "type": "integer",
          "description": "Optional. OCPU count per database.",
          "format": "int32"
        },
        "state": {
          "readOnly": true,
          "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."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "AVAILABLE",
            "UNAVAILABLE",
            "DELETING",
            "DELETED"
          ]
        },
        "vmCount": {
          "description": "Optional. Vm count per database.",
          "format": "int32",
          "type": "integer"
        },
        "maxOcpuCount": {
          "type": "integer",
          "description": "Optional. Maximum OCPU count per database.",
          "format": "int32"
        },
        "memorySizeGb": {
          "type": "integer",
          "description": "Optional. Memory allocated in GBs.",
          "format": "int32"
        },
        "maxMemorySizeGb": {
          "type": "integer",
          "description": "Optional. Maximum memory allocated in GBs.",
          "format": "int32"
        },
        "maxDbNodeStorageSizeGb": {
          "description": "Optional. Maximum local storage per VM.",
          "format": "int32",
          "type": "integer"
        },
        "ocid": {
          "description": "Output only. OCID of database server.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "DbServerProperties",
      "description": "Various properties and settings associated with Exadata database server."
    },
    "ListExascaleDbStorageVaultsResponse": {
      "type": "object",
      "properties": {
        "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"
        },
        "exascaleDbStorageVaults": {
          "type": "array",
          "description": "The ExascaleDbStorageVaults.",
          "items": {
            "$ref": "ExascaleDbStorageVault"
          }
        },
        "unreachable": {
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ListExascaleDbStorageVaultsResponse",
      "description": "The response for `ExascaleDbStorageVault.List`."
    },
    "AutonomousDatabaseStandbySummary": {
      "type": "object",
      "properties": {
        "dataGuardRoleChangedTime": {
          "description": "Output only. The date and time the Autonomous Data Guard role was switched for the standby Autonomous Database.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "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,
          "type": "string",
          "description": "Output only. The current lifecycle state of the Autonomous Database."
        },
        "disasterRecoveryRoleChangedTime": {
          "description": "Output only. The date and time the Disaster Recovery role was switched for the standby Autonomous Database.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "lagTimeDuration": {
          "readOnly": true,
          "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.",
          "format": "google-duration"
        },
        "lifecycleDetails": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The additional details about the current lifecycle state of the Autonomous Database."
        }
      },
      "id": "AutonomousDatabaseStandbySummary",
      "description": "Autonomous Data Guard standby database details. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseStandbySummary"
    },
    "MaintenanceWindow": {
      "id": "MaintenanceWindow",
      "description": "Maintenance window as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/MaintenanceWindow",
      "type": "object",
      "properties": {
        "preference": {
          "enum": [
            "MAINTENANCE_WINDOW_PREFERENCE_UNSPECIFIED",
            "CUSTOM_PREFERENCE",
            "NO_PREFERENCE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Custom preference.",
            "No preference."
          ],
          "description": "Optional. The maintenance window scheduling preference."
        },
        "hoursOfDay": {
          "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",
          "items": {
            "format": "int32",
            "type": "integer"
          },
          "type": "array"
        },
        "weeksOfMonth": {
          "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.",
          "items": {
            "format": "int32",
            "type": "integer"
          },
          "type": "array"
        },
        "daysOfWeek": {
          "description": "Optional. Days during the week when maintenance should be performed.",
          "items": {
            "type": "string",
            "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": "array"
        },
        "leadTimeWeek": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "customActionTimeoutMins": {
          "type": "integer",
          "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"
        },
        "isCustomActionTimeoutEnabled": {
          "description": "Optional. If true, enables the configuration of a custom action timeout (waiting period) between database server patching operations.",
          "type": "boolean"
        },
        "patchingMode": {
          "description": "Optional. Cloud CloudExadataInfrastructure node patching method, either \"ROLLING\" or \"NONROLLING\". Default value is ROLLING.",
          "type": "string",
          "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."
          ],
          "enum": [
            "PATCHING_MODE_UNSPECIFIED",
            "ROLLING",
            "NON_ROLLING"
          ]
        },
        "months": {
          "type": "array",
          "description": "Optional. Months during the year when maintenance should be performed.",
          "items": {
            "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."
            ],
            "enum": [
              "MONTH_UNSPECIFIED",
              "JANUARY",
              "FEBRUARY",
              "MARCH",
              "APRIL",
              "MAY",
              "JUNE",
              "JULY",
              "AUGUST",
              "SEPTEMBER",
              "OCTOBER",
              "NOVEMBER",
              "DECEMBER"
            ]
          }
        }
      }
    },
    "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": {
          "type": "string",
          "description": "Required. The REST uri."
        }
      }
    },
    "ListGoldengateConnectionTypesResponse": {
      "type": "object",
      "properties": {
        "goldengateConnectionTypes": {
          "type": "array",
          "description": "The list of GoldengateConnectionType",
          "items": {
            "$ref": "GoldengateConnectionType"
          }
        },
        "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. Locations that could not be reached.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ListGoldengateConnectionTypesResponse",
      "description": "Message for response to listing GoldengateConnectionTypes"
    },
    "DbSystemInitialStorageSizeProperties": {
      "type": "object",
      "properties": {
        "storageManagement": {
          "enumDescriptions": [
            "Unspecified storage management.",
            "Automatic Storage Management.",
            "Logical Volume Management."
          ],
          "enum": [
            "STORAGE_MANAGEMENT_UNSPECIFIED",
            "ASM",
            "LVM"
          ],
          "description": "Output only. The storage option used in DB system.",
          "readOnly": true,
          "type": "string"
        },
        "storageSizeDetails": {
          "description": "Output only. List of storage disk details.",
          "items": {
            "$ref": "StorageSizeDetails"
          },
          "readOnly": true,
          "type": "array"
        },
        "launchFromBackupStorageSizeDetails": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. List of storage disk details available for launches from backup.",
          "items": {
            "$ref": "StorageSizeDetails"
          }
        },
        "shapeType": {
          "enumDescriptions": [
            "Unspecified shape type.",
            "Standard X86."
          ],
          "enum": [
            "SHAPE_TYPE_UNSPECIFIED",
            "STANDARD_X86"
          ],
          "description": "Output only. VM shape platform type",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "DbSystemInitialStorageSizeProperties",
      "description": "The properties of a DbSystem initial storage size summary."
    },
    "ListDatabasesResponse": {
      "id": "ListDatabasesResponse",
      "description": "The response for `Database.List`.",
      "type": "object",
      "properties": {
        "databases": {
          "type": "array",
          "description": "The list of Databases.",
          "items": {
            "$ref": "Database"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      }
    },
    "DatabaseProperties": {
      "id": "DatabaseProperties",
      "description": "The properties of a Database.",
      "type": "object",
      "properties": {
        "dbVersion": {
          "type": "string",
          "description": "Required. The Oracle Database version."
        },
        "dbBackupConfig": {
          "description": "Optional. Backup options for the Database.",
          "$ref": "DbBackupConfig"
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the Database.",
          "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."
          ],
          "enum": [
            "DATABASE_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "BACKUP_IN_PROGRESS",
            "UPGRADING",
            "CONVERTING",
            "TERMINATING",
            "TERMINATED",
            "RESTORE_FAILED",
            "FAILED"
          ]
        },
        "databaseManagementConfig": {
          "$ref": "DatabaseManagementConfig",
          "readOnly": true,
          "description": "Output only. The Database Management config."
        }
      }
    },
    "DbBackupConfig": {
      "id": "DbBackupConfig",
      "description": "Backup Options for the Database.",
      "type": "object",
      "properties": {
        "retentionPeriodDays": {
          "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.",
          "format": "int32"
        },
        "backupDeletionPolicy": {
          "enum": [
            "BACKUP_DELETION_POLICY_UNSPECIFIED",
            "DELETE_IMMEDIATELY",
            "DELETE_AFTER_RETENTION_PERIOD"
          ],
          "description": "Optional. This defines when the backups will be deleted after Database termination.",
          "type": "string",
          "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."
          ]
        },
        "autoFullBackupWindow": {
          "type": "string",
          "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"
          ],
          "description": "Optional. The window in which the full backup should be performed on the database. If no value is provided, the default is anytime.",
          "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"
          ]
        },
        "autoFullBackupDay": {
          "enum": [
            "DAY_OF_WEEK_UNSPECIFIED",
            "MONDAY",
            "TUESDAY",
            "WEDNESDAY",
            "THURSDAY",
            "FRIDAY",
            "SATURDAY",
            "SUNDAY"
          ],
          "type": "string",
          "enumDescriptions": [
            "The day of the week is unspecified.",
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday",
            "Saturday",
            "Sunday"
          ],
          "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."
        },
        "backupDestinationDetails": {
          "description": "Optional. Details of the database backup destinations.",
          "items": {
            "$ref": "BackupDestinationDetails"
          },
          "type": "array"
        },
        "autoBackupEnabled": {
          "type": "boolean",
          "description": "Optional. If set to true, enables automatic backups on the database."
        },
        "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"
          ],
          "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.",
          "type": "string",
          "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"
          ]
        }
      }
    },
    "DataCollectionOptions": {
      "id": "DataCollectionOptions",
      "description": "Data collection options for diagnostics.",
      "type": "object",
      "properties": {
        "diagnosticsEventsEnabled": {
          "description": "Optional. Indicates whether diagnostic collection is enabled for the VM cluster",
          "type": "boolean"
        },
        "incidentLogsEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether incident logs and trace collection are enabled for the VM cluster"
        },
        "healthMonitoringEnabled": {
          "description": "Optional. Indicates whether health monitoring is enabled for the VM cluster",
          "type": "boolean"
        }
      }
    },
    "ListOdbSubnetsResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "odbSubnets": {
          "description": "The list of ODB Subnets.",
          "items": {
            "$ref": "OdbSubnet"
          },
          "type": "array"
        },
        "unreachable": {
          "type": "array",
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ListOdbSubnetsResponse",
      "description": "The response for `OdbSubnet.List`."
    },
    "SourceConfig": {
      "type": "object",
      "properties": {
        "refreshableMode": {
          "description": "Optional. The refresh mode of the clone.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Automatic refresh.",
            "Manual refresh."
          ],
          "enum": [
            "REFRESHABLE_MODE_UNSPECIFIED",
            "AUTOMATIC",
            "MANUAL"
          ]
        },
        "autoRefreshPointLagSeconds": {
          "type": "integer",
          "description": "Optional. The time, in seconds, the data of the automatic refreshable clone lags the primary database at the point of refresh.",
          "format": "int32"
        },
        "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"
        },
        "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": {
          "type": "string",
          "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."
        },
        "autoRefreshStartTime": {
          "type": "string",
          "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"
        },
        "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."
          ]
        },
        "automaticBackupsReplicationEnabled": {
          "type": "boolean",
          "description": "Optional. This field specifies if the replication of automatic backups is enabled when creating a Data Guard."
        },
        "autoRefreshFrequencySeconds": {
          "description": "Optional. The frequency in seconds a refreshable clone is refreshed after auto-refresh is enabled.",
          "format": "int32",
          "type": "integer"
        },
        "useLatestAvailableBackup": {
          "type": "boolean",
          "description": "Optional. Clone from latest available backup timestamp. This field is only applicable in case of BACKUP_FROM_TIMESTAMP source type."
        },
        "cloneType": {
          "description": "Optional. The clone type of the Autonomous Database. This field is only applicable in case of cloning",
          "type": "string",
          "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."
          ],
          "enum": [
            "CLONE_TYPE_UNSPECIFIED",
            "FULL",
            "METADATA"
          ]
        }
      },
      "id": "SourceConfig",
      "description": "The source configuration for the standby Autonomous Database."
    },
    "GoldengateBackupSchedule": {
      "id": "GoldengateBackupSchedule",
      "description": "The backup schedule of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "backupScheduledTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The timestamp of when the backup was scheduled.",
          "format": "google-datetime"
        },
        "namespace": {
          "description": "Output only. The namespace name.",
          "readOnly": true,
          "type": "string"
        },
        "metadataOnly": {
          "description": "Output only. If metadata only.",
          "readOnly": true,
          "type": "boolean"
        },
        "frequencyBackupScheduled": {
          "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."
          ],
          "enum": [
            "FREQUENCY_BACKUP_SCHEDULED_UNSPECIFIED",
            "DAILY",
            "WEEKLY",
            "MONTHLY"
          ],
          "description": "Output only. The frequency backup scheduled.",
          "readOnly": true,
          "type": "string"
        },
        "bucket": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The bucket name."
        },
        "compartmentId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The compartment id."
        }
      }
    },
    "GlueIcebergCatalog": {
      "id": "GlueIcebergCatalog",
      "description": "The Glue Iceberg catalog.",
      "type": "object",
      "properties": {
        "glueId": {
          "type": "string",
          "description": "Required. The catalog ID of Glue."
        }
      }
    },
    "GoldengateConnectionProperties": {
      "type": "object",
      "properties": {
        "db2ConnectionProperties": {
          "description": "Properties for a DB2 connection.",
          "$ref": "GoldengateDb2ConnectionProperties"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The [OCID] of the connection being referenced."
        },
        "amazonS3ConnectionProperties": {
          "description": "Properties for an Amazon S3 connection.",
          "$ref": "GoldengateAmazonS3ConnectionProperties"
        },
        "ingressIpAddresses": {
          "description": "Output only. The Ingress IPs of the GoldengateConnection.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "lifecycleState": {
          "enum": [
            "GOLDENGATE_CONNECTION_LIFECYCLE_STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "UPDATING",
            "DELETING",
            "DELETED",
            "FAILED"
          ],
          "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."
          ],
          "description": "Output only. The lifecycle state of the connection.",
          "readOnly": true,
          "type": "string"
        },
        "connectionType": {
          "description": "Required. The connection type.",
          "type": "string",
          "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"
          ]
        },
        "goldengateConnectionProperties": {
          "description": "Properties for a Goldengate Connection.",
          "$ref": "GoldengateGoldengateConnectionProperties"
        },
        "javaMessageServiceConnectionProperties": {
          "description": "Properties for a Java Message Service connection.",
          "$ref": "GoldengateJavaMessageServiceConnectionProperties"
        },
        "mongodbConnectionProperties": {
          "description": "Properties for a MongoDB connection.",
          "$ref": "GoldengateMongodbConnectionProperties"
        },
        "googlePubsubConnectionProperties": {
          "description": "Properties for a Google Pub/Sub connection.",
          "$ref": "GoldengateGooglePubsubConnectionProperties"
        },
        "hdfsConnectionProperties": {
          "description": "Properties for an HDFS connection.",
          "$ref": "GoldengateHdfsConnectionProperties"
        },
        "mysqlConnectionProperties": {
          "description": "Properties for a Mysql Connection.",
          "$ref": "GoldengateMysqlConnectionProperties"
        },
        "icebergConnectionProperties": {
          "description": "Properties for an Iceberg connection.",
          "$ref": "GoldengateIcebergConnectionProperties"
        },
        "redisConnectionProperties": {
          "description": "Properties for a Redis connection.",
          "$ref": "GoldengateRedisConnectionProperties"
        },
        "elasticsearchConnectionProperties": {
          "description": "Properties for an Elasticsearch connection.",
          "$ref": "GoldengateElasticsearchConnectionProperties"
        },
        "googleBigQueryConnectionProperties": {
          "description": "Properties for a Google BigQuery Connection.",
          "$ref": "GoldengateGoogleBigQueryConnectionProperties"
        },
        "postgresqlConnectionProperties": {
          "description": "Properties for a PostgreSQL connection.",
          "$ref": "GoldengatePostgresqlConnectionProperties"
        },
        "azureDataLakeStorageConnectionProperties": {
          "description": "Properties for an Azure Data Lake Storage Connection.",
          "$ref": "GoldengateAzureDataLakeStorageConnectionProperties"
        },
        "azureSynapseAnalyticsConnectionProperties": {
          "description": "Properties for an Azure Synapse Analytics connection.",
          "$ref": "GoldengateAzureSynapseAnalyticsConnectionProperties"
        },
        "amazonRedshiftConnectionProperties": {
          "description": "Properties for an Amazon Redshift connection.",
          "$ref": "GoldengateAmazonRedshiftConnectionProperties"
        },
        "oracleConnectionProperties": {
          "description": "Properties for an Oracle Database Connection.",
          "$ref": "GoldengateOracleConnectionProperties"
        },
        "oracleAiDataPlatformConnectionProperties": {
          "description": "Properties for an Oracle AI Data Platform connection.",
          "$ref": "GoldengateOracleAIDataPlatformConnectionProperties"
        },
        "updateTime": {
          "description": "Output only. The time the resource was last updated.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "databricksConnectionProperties": {
          "description": "Properties for a Databricks connection.",
          "$ref": "GoldengateDatabricksConnectionProperties"
        },
        "snowflakeConnectionProperties": {
          "description": "Properties for a Snowflake connection.",
          "$ref": "GoldengateSnowflakeConnectionProperties"
        },
        "kafkaConnectionProperties": {
          "description": "Properties for a Kafka Connection.",
          "$ref": "GoldengateKafkaConnectionProperties"
        },
        "microsoftFabricConnectionProperties": {
          "description": "Properties for a Microsoft Fabric connection.",
          "$ref": "GoldengateMicrosoftFabricConnectionProperties"
        },
        "genericConnectionProperties": {
          "description": "Properties for a Generic Connection.",
          "$ref": "GoldengateGenericConnectionProperties"
        },
        "microsoftSqlserverConnectionProperties": {
          "description": "Properties for a Microsoft SQL Server connection.",
          "$ref": "GoldengateMicrosoftSqlserverConnectionProperties"
        },
        "oracleNosqlConnectionProperties": {
          "description": "Properties for an Oracle NoSQL connection.",
          "$ref": "GoldengateOracleNosqlConnectionProperties"
        },
        "amazonKinesisConnectionProperties": {
          "description": "Properties for an Amazon Kinesis connection.",
          "$ref": "GoldengateAmazonKinesisConnectionProperties"
        },
        "googleCloudStorageConnectionProperties": {
          "description": "Properties for a Google Cloud Storage Connection.",
          "$ref": "GoldengateGoogleCloudStorageConnectionProperties"
        },
        "routingMethod": {
          "enum": [
            "GOLDENGATE_CONNECTION_ROUTING_METHOD_UNSPECIFIED",
            "SHARED_DEPLOYMENT_ENDPOINT",
            "DEDICATED_ENDPOINT"
          ],
          "type": "string",
          "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."
          ],
          "description": "Optional. The routing method for the GoldengateConnection."
        },
        "displayName": {
          "description": "Required. An object's Display Name.",
          "type": "string"
        },
        "description": {
          "description": "Optional. Metadata about this specific object.",
          "type": "string"
        },
        "lifecycleDetails": {
          "readOnly": true,
          "type": "string",
          "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."
        },
        "kafkaSchemaRegistryConnectionProperties": {
          "description": "Properties for a Kafka Schema Registry Connection.",
          "$ref": "GoldengateKafkaSchemaRegistryConnectionProperties"
        },
        "ociObjectStorageConnectionProperties": {
          "description": "Properties for an OCI Object Storage Connection.",
          "$ref": "GoldengateOciObjectStorageConnectionProperties"
        }
      },
      "id": "GoldengateConnectionProperties",
      "description": "The properties of a GoldengateConnection."
    },
    "ListCloudExadataInfrastructuresResponse": {
      "type": "object",
      "properties": {
        "cloudExadataInfrastructures": {
          "type": "array",
          "description": "The list of Exadata Infrastructures.",
          "items": {
            "$ref": "CloudExadataInfrastructure"
          }
        },
        "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 '-'.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "id": "ListCloudExadataInfrastructuresResponse",
      "description": "The response for `CloudExadataInfrastructures.list`."
    },
    "AllConnectionStrings": {
      "type": "object",
      "properties": {
        "high": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The database service provides the highest level of resources to each SQL statement."
        },
        "medium": {
          "description": "Output only. The database service provides a lower level of resources to each SQL statement.",
          "readOnly": true,
          "type": "string"
        },
        "low": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The database service provides the least level of resources to each SQL statement."
        }
      },
      "id": "AllConnectionStrings",
      "description": "A list of all connection strings that can be used to connect to the Autonomous Database."
    },
    "RestartAutonomousDatabaseRequest": {
      "id": "RestartAutonomousDatabaseRequest",
      "description": "The request for `AutonomousDatabase.Restart`.",
      "type": "object",
      "properties": {}
    },
    "GoldengateJavaMessageServiceConnectionProperties": {
      "id": "GoldengateJavaMessageServiceConnectionProperties",
      "description": "The properties of GoldengateJavaMessageServiceConnection.",
      "type": "object",
      "properties": {
        "keyStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the KeyStore file."
        },
        "connectionUrl": {
          "type": "string",
          "description": "Optional. Connection URL of the Java Message Service, specifying the protocol, host, and port. e.g.: 'mq://myjms.host.domain:7676'"
        },
        "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"
        },
        "securityProtocol": {
          "type": "string",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "description": "Optional. Security protocol for Java Message Service.",
          "enum": [
            "JMS_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ]
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of JavaMessageServiceConnection."
        },
        "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"
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect to the Java Message Service.",
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect the Java Message Service in plain text."
        },
        "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"
        },
        "keyStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The KeyStore password in plain text."
        },
        "jndiInitialContextFactory": {
          "description": "Optional. The implementation of javax.naming.spi.InitialContextFactory interface used to obtain initial naming context.",
          "type": "string"
        },
        "authenticationType": {
          "description": "Optional. Authentication type for Java Message Service.",
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication."
          ],
          "enum": [
            "JMS_AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC"
          ]
        },
        "trustStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the TrustStore file."
        },
        "jndiSecurityCredentialsSecret": {
          "description": "Optional. The password associated to the principal.",
          "type": "string"
        },
        "jndiSecurityPrincipal": {
          "description": "Optional. Specifies the identity of the principal (user) to be authenticated.",
          "type": "string"
        },
        "sslKeyPassword": {
          "description": "Optional. Input only. The password for the cert inside of the KeyStore in plain text.",
          "type": "string"
        },
        "trustStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The TrustStore password in plain text."
        },
        "useJndi": {
          "description": "Optional. If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.",
          "type": "boolean"
        },
        "connectionFactory": {
          "description": "Optional. The Java class implementing javax.jms.ConnectionFactory interface supplied by the JMS provider.",
          "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}."
        },
        "jndiConnectionFactory": {
          "type": "string",
          "description": "Optional. The Connection Factory can be looked up using this name. e.g.: 'ConnectionFactory'"
        },
        "jndiProviderUrl": {
          "type": "string",
          "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'"
        }
      }
    },
    "ListEntitlementsResponse": {
      "type": "object",
      "properties": {
        "entitlements": {
          "type": "array",
          "description": "The list of Entitlements",
          "items": {
            "$ref": "Entitlement"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListEntitlementsResponse",
      "description": "The response for `Entitlement.List`."
    },
    "ListGiVersionsResponse": {
      "id": "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": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      }
    },
    "FailoverAutonomousDatabaseRequest": {
      "id": "FailoverAutonomousDatabaseRequest",
      "description": "The request for `OracleDatabase.FailoverAutonomousDatabase`.",
      "type": "object",
      "properties": {
        "peerAutonomousDatabase": {
          "description": "Optional. The peer database name to fail over to. Required for cross-region standby, and must be omitted for in-region Data Guard.",
          "type": "string"
        }
      }
    },
    "ScheduledOperationDetails": {
      "id": "ScheduledOperationDetails",
      "description": "Details of scheduled operation. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails",
      "type": "object",
      "properties": {
        "dayOfWeek": {
          "description": "Output only. Day of week.",
          "readOnly": true,
          "type": "string",
          "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"
          ]
        },
        "startTime": {
          "description": "Output only. Auto start time.",
          "readOnly": true,
          "$ref": "TimeOfDay"
        },
        "stopTime": {
          "readOnly": true,
          "description": "Output only. Auto stop time.",
          "$ref": "TimeOfDay"
        }
      }
    },
    "TestGoldengateConnectionAssignmentRequest": {
      "id": "TestGoldengateConnectionAssignmentRequest",
      "description": "Request message for TestGoldengateConnectionAssignment.",
      "type": "object",
      "properties": {
        "type": {
          "description": "Optional. The type of the test of the assigned connection. The only type actually supported is DEFAULT.",
          "type": "string",
          "enumDescriptions": [
            "The default value. This value is unused.",
            "The default connection test."
          ],
          "enum": [
            "TEST_TYPE_UNSPECIFIED",
            "DEFAULT"
          ]
        }
      }
    },
    "ListAutonomousDatabaseCharacterSetsResponse": {
      "id": "ListAutonomousDatabaseCharacterSetsResponse",
      "description": "The response for `AutonomousDatabaseCharacterSet.List`.",
      "type": "object",
      "properties": {
        "autonomousDatabaseCharacterSets": {
          "description": "The list of Autonomous Database Character Sets.",
          "items": {
            "$ref": "AutonomousDatabaseCharacterSet"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      }
    },
    "ListGoldengateDeploymentVersionsResponse": {
      "id": "ListGoldengateDeploymentVersionsResponse",
      "description": "Message for response to listing GoldengateDeploymentVersions",
      "type": "object",
      "properties": {
        "unreachable": {
          "description": "Unordered list. Locations that could not be reached.",
          "items": {
            "type": "string"
          },
          "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."
        },
        "goldengateDeploymentVersions": {
          "description": "The list of GoldengateDeploymentVersion",
          "items": {
            "$ref": "GoldengateDeploymentVersion"
          },
          "type": "array"
        }
      }
    },
    "GoldengateConnectionAssignment": {
      "type": "object",
      "properties": {
        "properties": {
          "description": "Required. The properties of the GoldengateConnectionAssignment.",
          "$ref": "GoldengateConnectionAssignmentProperties"
        },
        "createTime": {
          "description": "Output only. The time when the connection assignment was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the GoldengateConnectionAssignment resource in the following format: projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}",
          "type": "string"
        },
        "displayName": {
          "description": "Optional. The display name for the GoldengateConnectionAssignment.",
          "type": "string"
        },
        "labels": {
          "description": "Optional. The labels or tags associated with the GoldengateConnectionAssignment.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "entitlementId": {
          "description": "Output only. The OCID of the entitlement linked to this resource.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "GoldengateConnectionAssignment",
      "description": "Represents the metadata of a Goldengate Connection Assignment."
    },
    "GoldengateDeploymentLock": {
      "id": "GoldengateDeploymentLock",
      "description": "The lock of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "message": {
          "description": "Output only. The message.",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time created.",
          "format": "google-datetime"
        },
        "type": {
          "enum": [
            "LOCK_TYPE_UNSPECIFIED",
            "FULL",
            "DELETE"
          ],
          "enumDescriptions": [
            "The lock type is unspecified.",
            "The lock type is full.",
            "The lock type is delete."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The type of lock."
        },
        "compartmentId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The compartment id."
        },
        "relatedResourceId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The related resource id."
        }
      }
    },
    "StartGoldengateDeploymentRequest": {
      "type": "object",
      "properties": {},
      "id": "StartGoldengateDeploymentRequest",
      "description": "The request for `GoldengateDeployment.Start`."
    },
    "GoldengatePostgresqlConnectionProperties": {
      "type": "object",
      "properties": {
        "sslCaFile": {
          "description": "Optional. The base64 encoded certificate of the trusted certificate authorities (Trusted CA) for PostgreSQL.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of PostgresqlConnection."
        },
        "securityProtocol": {
          "enum": [
            "POSTGRESQL_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ],
          "description": "Optional. Security protocol for PostgreSQL.",
          "type": "string",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ]
        },
        "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 PostgreSQL connection. 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."
        },
        "sslMode": {
          "enum": [
            "POSTGRESQL_SSL_MODE_UNSPECIFIED",
            "PREFER",
            "REQUIRE",
            "VERIFY_CA",
            "VERIFY_FULL"
          ],
          "description": "Optional. SSL modes for PostgreSQL.",
          "type": "string",
          "enumDescriptions": [
            "SSL mode not specified.",
            "Prefer SSL.",
            "Require SSL.",
            "Verify Certificate Authority.",
            "Verify Full."
          ]
        },
        "additionalAttributes": {
          "type": "array",
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "items": {
            "$ref": "NameValuePair"
          }
        },
        "sslCertFile": {
          "type": "string",
          "description": "Optional. The base64 encoded certificate of the PostgreSQL server."
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for PostgreSQL connection in plain text."
        },
        "dbSystemId": {
          "type": "string",
          "description": "Optional. The OCID of the database system being referenced."
        },
        "database": {
          "description": "Optional. The name of the database.",
          "type": "string"
        },
        "sslCrlFile": {
          "description": "Optional. The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA).",
          "type": "string"
        },
        "sslKeyFile": {
          "type": "string",
          "description": "Optional. The base64 encoded private key of the PostgreSQL server."
        },
        "host": {
          "description": "Optional. The name or address of a host.",
          "type": "string"
        },
        "port": {
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "format": "int32",
          "type": "integer"
        }
      },
      "id": "GoldengatePostgresqlConnectionProperties",
      "description": "The properties of GoldengatePostgresqlConnection."
    },
    "PluggableDatabaseNodeLevelDetails": {
      "type": "object",
      "properties": {
        "openMode": {
          "enum": [
            "PLUGGABLE_DATABASE_OPEN_MODE_UNSPECIFIED",
            "READ_ONLY",
            "READ_WRITE",
            "MOUNTED",
            "MIGRATE"
          ],
          "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."
          ],
          "description": "Required. The mode that the pluggable database is in to open it."
        },
        "pluggableDatabaseId": {
          "type": "string",
          "description": "Required. The OCID of the Pluggable Database."
        },
        "nodeName": {
          "description": "Required. The Node name of the Database home.",
          "type": "string"
        }
      },
      "id": "PluggableDatabaseNodeLevelDetails",
      "description": "The Pluggable Database Node Level Details."
    },
    "GoldengateMaintenanceConfig": {
      "id": "GoldengateMaintenanceConfig",
      "description": "The maintenance configuration of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "bundleReleaseUpgradePeriodDays": {
          "type": "integer",
          "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.",
          "format": "int32"
        },
        "isInterimReleaseAutoUpgradeEnabled": {
          "type": "boolean",
          "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."
        },
        "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"
        },
        "securityPatchUpgradePeriodDays": {
          "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.",
          "format": "int32"
        },
        "interimReleaseUpgradePeriodDays": {
          "type": "integer",
          "description": "Optional. Defines auto upgrade period for interim releases. This period must be shorter or equal to bundle release upgrade period.",
          "format": "int32"
        }
      }
    },
    "ListLocationsResponse": {
      "type": "object",
      "properties": {
        "locations": {
          "type": "array",
          "description": "A list of locations that matches the specified filter in the request.",
          "items": {
            "$ref": "Location"
          }
        },
        "nextPageToken": {
          "description": "The standard List next-page token.",
          "type": "string"
        }
      },
      "id": "ListLocationsResponse",
      "description": "The response message for Locations.ListLocations."
    },
    "BackupDestinationDetails": {
      "id": "BackupDestinationDetails",
      "description": "The details of the database backup destination.",
      "type": "object",
      "properties": {
        "type": {
          "enum": [
            "BACKUP_DESTINATION_TYPE_UNSPECIFIED",
            "NFS",
            "RECOVERY_APPLIANCE",
            "OBJECT_STORE",
            "LOCAL",
            "DBRS"
          ],
          "description": "Optional. The type of the database backup destination.",
          "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."
          ]
        }
      }
    },
    "ListGoldengateDeploymentTypesResponse": {
      "id": "ListGoldengateDeploymentTypesResponse",
      "description": "Message for response to listing GoldengateDeploymentTypes",
      "type": "object",
      "properties": {
        "goldengateDeploymentTypes": {
          "description": "The list of GoldengateDeploymentType",
          "items": {
            "$ref": "GoldengateDeploymentType"
          },
          "type": "array"
        },
        "unreachable": {
          "description": "Unordered list. The resource names of locations that could not be reached.",
          "items": {
            "type": "string"
          },
          "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."
        }
      }
    },
    "DbServer": {
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. The name of the database server resource with the format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}/dbServers/{db_server}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. User friendly name for this resource."
        },
        "properties": {
          "description": "Optional. Various properties of the database server.",
          "$ref": "DbServerProperties"
        }
      },
      "id": "DbServer",
      "description": "Details of the database server resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbServer/"
    },
    "DataCollectionOptionsCommon": {
      "id": "DataCollectionOptionsCommon",
      "description": "Data collection options for diagnostics. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/DataCollectionOptions",
      "type": "object",
      "properties": {
        "isHealthMonitoringEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether to enable health monitoring."
        },
        "isIncidentLogsEnabled": {
          "description": "Optional. Indicates whether to enable incident logs and trace collection.",
          "type": "boolean"
        },
        "isDiagnosticsEventsEnabled": {
          "description": "Optional. Indicates whether to enable data collection for diagnostics.",
          "type": "boolean"
        }
      }
    },
    "DbVersionProperties": {
      "id": "DbVersionProperties",
      "description": "The properties of a DbVersion.",
      "type": "object",
      "properties": {
        "isPreviewDbVersion": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. True if this version of the Oracle Database software is the preview version."
        },
        "isLatestForMajorVersion": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. True if this version of the Oracle Database software is the latest version for a release."
        },
        "supportsPdb": {
          "description": "Output only. True if this version of the Oracle Database software supports pluggable databases.",
          "readOnly": true,
          "type": "boolean"
        },
        "version": {
          "description": "Output only. A valid Oracle Database version.",
          "readOnly": true,
          "type": "string"
        },
        "isUpgradeSupported": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. True if this version of the Oracle Database software is supported for Upgrade."
        }
      }
    },
    "TimeZone": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string",
          "description": "IANA Time Zone Database time zone. For example \"America/New_York\"."
        },
        "version": {
          "description": "Optional. IANA Time Zone Database version number. For example \"2019a\".",
          "type": "string"
        }
      },
      "id": "TimeZone",
      "description": "Represents a time zone from the [IANA Time Zone Database](https://www.iana.org/time-zones)."
    },
    "ListOdbNetworksResponse": {
      "type": "object",
      "properties": {
        "odbNetworks": {
          "type": "array",
          "description": "The list of ODB Networks.",
          "items": {
            "$ref": "OdbNetwork"
          }
        },
        "unreachable": {
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListOdbNetworksResponse",
      "description": "The response for `OdbNetwork.List`."
    },
    "GoldengateOracleNosqlConnectionProperties": {
      "id": "GoldengateOracleNosqlConnectionProperties",
      "description": "The properties of GoldengateOracleNosqlConnection.",
      "type": "object",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type of OracleNosqlConnection.",
          "type": "string"
        },
        "privateKeyPassphraseSecret": {
          "type": "string",
          "description": "Optional. The passphrase of the private key."
        },
        "useResourcePrincipal": {
          "type": "boolean",
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal."
        },
        "region": {
          "description": "Optional. The name of the region. e.g.: us-ashburn-1",
          "type": "string"
        },
        "privateKeyFile": {
          "type": "string",
          "description": "Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint."
        },
        "publicKeyFingerprint": {
          "type": "string",
          "description": "Optional. The fingerprint of the API Key of the user specified by the userId."
        },
        "tenancyId": {
          "description": "Optional. The OCID of the OCI tenancy.",
          "type": "string"
        },
        "userId": {
          "type": "string",
          "description": "Optional. The OCID of the OCI user who will access the Oracle NoSQL database."
        }
      }
    },
    "StopAutonomousDatabaseRequest": {
      "id": "StopAutonomousDatabaseRequest",
      "description": "The request for `AutonomousDatabase.Stop`.",
      "type": "object",
      "properties": {}
    },
    "GoldengateIcebergConnectionProperties": {
      "id": "GoldengateIcebergConnectionProperties",
      "description": "The properties of GoldengateIcebergConnection.",
      "type": "object",
      "properties": {
        "technologyType": {
          "description": "Required. The technology type of Iceberg connection.",
          "type": "string"
        },
        "catalog": {
          "description": "Required. The Iceberg catalog.",
          "$ref": "IcebergCatalog"
        },
        "storage": {
          "description": "Required. The Iceberg storage.",
          "$ref": "IcebergStorage"
        }
      }
    },
    "CloudVmClusterProperties": {
      "type": "object",
      "properties": {
        "compartmentId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Compartment ID of cluster."
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Oracle Cloud Infrastructure ID of VM Cluster."
        },
        "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"
          ]
        },
        "memorySizeGb": {
          "type": "integer",
          "description": "Optional. Memory allocated in GBs.",
          "format": "int32"
        },
        "scanListenerPortTcp": {
          "description": "Optional. SCAN listener port - TCP",
          "format": "int32",
          "type": "integer"
        },
        "scanIpIds": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. OCIDs of scan IPs.",
          "items": {
            "type": "string"
          }
        },
        "domain": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Parent DNS domain where SCAN DNS and hosts names are qualified. ex: ocispdelegated.ocisp10jvnet.oraclevcn.com"
        },
        "sparseDiskgroupEnabled": {
          "description": "Optional. Use exadata sparse snapshots.",
          "type": "boolean"
        },
        "scanDns": {
          "description": "Output only. SCAN DNS name. ex: sp2-yi0xq-scan.ocispdelegated.ocisp10jvnet.oraclevcn.com",
          "readOnly": true,
          "type": "string"
        },
        "scanListenerPortTcpSsl": {
          "type": "integer",
          "description": "Optional. SCAN listener port - TLS",
          "format": "int32"
        },
        "systemVersion": {
          "description": "Optional. Operating system version of the image.",
          "type": "string"
        },
        "clusterName": {
          "description": "Optional. OCI Cluster name.",
          "type": "string"
        },
        "scanDnsRecordId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of scan DNS record."
        },
        "sshPublicKeys": {
          "description": "Optional. SSH public keys to be stored with cluster.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "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 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."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MAINTENANCE_IN_PROGRESS"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the cluster."
        },
        "licenseType": {
          "enum": [
            "LICENSE_TYPE_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "description": "Required. License type of VM Cluster.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified",
            "License included part of offer",
            "Bring your own license"
          ]
        },
        "dbNodeStorageSizeGb": {
          "description": "Optional. Local storage per VM.",
          "format": "int32",
          "type": "integer"
        },
        "giVersion": {
          "description": "Optional. Grid Infrastructure Version.",
          "type": "string"
        },
        "storageManagementType": {
          "enumDescriptions": [
            "Unspecified storage management type.",
            "Automatic Storage Management.",
            "Exascale storage management."
          ],
          "enum": [
            "STORAGE_MANAGEMENT_TYPE_UNSPECIFIED",
            "ASM",
            "EXASCALE"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The storage management type of the VM Cluster."
        },
        "hostname": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. host name without domain. format: \"-\" with some suffix. ex: sp2-yi0xq where \"sp2\" is the hostname_prefix."
        },
        "diagnosticsDataCollectionOptions": {
          "description": "Optional. Data collection options for diagnostics.",
          "$ref": "DataCollectionOptions"
        },
        "dataStorageSizeTb": {
          "description": "Optional. The data disk group size to be allocated in TBs.",
          "format": "double",
          "type": "number"
        },
        "hostnamePrefix": {
          "description": "Optional. Prefix for VM cluster host names.",
          "type": "string"
        },
        "ocpuCount": {
          "description": "Optional. OCPU count per VM. Minimum is 0.1.",
          "format": "float",
          "type": "number"
        },
        "cpuCoreCount": {
          "description": "Required. Number of enabled CPU cores.",
          "format": "int32",
          "type": "integer"
        },
        "computeModel": {
          "enum": [
            "COMPUTE_MODEL_UNSPECIFIED",
            "COMPUTE_MODEL_ECPU",
            "COMPUTE_MODEL_OCPU"
          ],
          "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."
          ],
          "description": "Output only. The compute model of the VM Cluster.",
          "readOnly": true,
          "type": "string"
        },
        "shape": {
          "description": "Output only. Shape of VM Cluster.",
          "readOnly": true,
          "type": "string"
        },
        "ociUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Deep link to the OCI console to view this resource."
        },
        "nodeCount": {
          "type": "integer",
          "description": "Optional. Number of database servers.",
          "format": "int32"
        },
        "dnsListenerIp": {
          "description": "Output only. DNS listener IP.",
          "readOnly": true,
          "type": "string"
        },
        "timeZone": {
          "description": "Optional. Time zone of VM Cluster to set. Defaults to UTC if not specified.",
          "$ref": "TimeZone"
        },
        "storageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The storage allocation for the disk group, in gigabytes (GB).",
          "format": "int32"
        },
        "localBackupEnabled": {
          "type": "boolean",
          "description": "Optional. Use local backup."
        },
        "dbServerOcids": {
          "description": "Optional. OCID of database servers.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "id": "CloudVmClusterProperties",
      "description": "Various properties and settings associated with Exadata VM cluster."
    },
    "IngressIp": {
      "id": "IngressIp",
      "description": "The ingress IPs of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "ingressIpAddress": {
          "description": "Output only. The ingress IP.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoldengateGooglePubsubConnectionProperties": {
      "type": "object",
      "properties": {
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of GooglePubsubConnection."
        },
        "serviceAccountKeyFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the service account key file containing the credentials required to use Google Pub/Sub."
        }
      },
      "id": "GoldengateGooglePubsubConnectionProperties",
      "description": "The properties of GoldengateGooglePubsubConnection."
    },
    "ListMinorVersionsResponse": {
      "id": "ListMinorVersionsResponse",
      "description": "The response for `MinorVersion.List`.",
      "type": "object",
      "properties": {
        "minorVersions": {
          "type": "array",
          "description": "The list of MinorVersions.",
          "items": {
            "$ref": "MinorVersion"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      }
    },
    "AutonomousDatabaseBackup": {
      "type": "object",
      "properties": {
        "autonomousDatabase": {
          "type": "string",
          "description": "Required. The name of the Autonomous Database resource for which the backup is being created. Format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. labels or tags associated with the resource."
        },
        "name": {
          "description": "Identifier. The name of the Autonomous Database Backup resource with the format: projects/{project}/locations/{region}/autonomousDatabaseBackups/{autonomous_database_backup}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "Optional. User friendly name for the Backup. The name does not have to be unique."
        },
        "properties": {
          "description": "Optional. Various properties of the backup.",
          "$ref": "AutonomousDatabaseBackupProperties"
        }
      },
      "id": "AutonomousDatabaseBackup",
      "description": "Details of the Autonomous Database Backup resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabaseBackup/"
    },
    "ExadbVmClusterStorageDetails": {
      "id": "ExadbVmClusterStorageDetails",
      "description": "The storage allocation for the exadbvmcluster, in gigabytes (GB).",
      "type": "object",
      "properties": {
        "sizeInGbsPerNode": {
          "type": "integer",
          "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.",
          "format": "int32"
        }
      }
    },
    "AmazonS3IcebergStorage": {
      "id": "AmazonS3IcebergStorage",
      "description": "The Amazon S3 Iceberg storage.",
      "type": "object",
      "properties": {
        "accessKeyId": {
          "type": "string",
          "description": "Required. The access key ID of Amazon S3."
        },
        "region": {
          "type": "string",
          "description": "Required. The region of Amazon S3."
        },
        "endpoint": {
          "description": "Optional. The endpoint of Amazon S3.",
          "type": "string"
        },
        "schemeType": {
          "enum": [
            "SCHEME_TYPE_UNSPECIFIED",
            "S3",
            "S3A"
          ],
          "type": "string",
          "enumDescriptions": [
            "Scheme type not specified.",
            "S3 scheme.",
            "S3A scheme."
          ],
          "description": "Required. The scheme type of Amazon S3."
        },
        "bucket": {
          "description": "Required. The bucket of Amazon S3.",
          "type": "string"
        },
        "secretAccessKeySecret": {
          "type": "string",
          "description": "Optional. The secret access key of Amazon S3."
        }
      }
    },
    "TimeOfDay": {
      "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",
      "properties": {
        "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"
        },
        "minutes": {
          "type": "integer",
          "description": "Minutes of an hour. Must be greater than or equal to 0 and less than or equal to 59.",
          "format": "int32"
        },
        "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"
        },
        "nanos": {
          "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",
          "type": "integer"
        }
      }
    },
    "ExascaleDbStorageDetails": {
      "id": "ExascaleDbStorageDetails",
      "description": "The storage details of the ExascaleDbStorageVault.",
      "type": "object",
      "properties": {
        "totalSizeGbs": {
          "type": "integer",
          "description": "Required. The total storage allocation for the ExascaleDbStorageVault, in gigabytes (GB).",
          "format": "int32"
        },
        "availableSizeGbs": {
          "description": "Output only. The available storage capacity for the ExascaleDbStorageVault, in gigabytes (GB).",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      }
    },
    "Entitlement": {
      "id": "Entitlement",
      "description": "Details of the Entitlement resource.",
      "type": "object",
      "properties": {
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "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"
        },
        "cloudAccountDetails": {
          "description": "Details of the OCI Cloud Account.",
          "$ref": "CloudAccountDetails"
        },
        "state": {
          "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."
          ],
          "enum": [
            "STATE_UNSPECIFIED",
            "ACCOUNT_NOT_LINKED",
            "ACCOUNT_NOT_ACTIVE",
            "ACTIVE",
            "ACCOUNT_SUSPENDED",
            "NOT_APPROVED_IN_PRIVATE_MARKETPLACE"
          ],
          "description": "Output only. Entitlement State.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "DatabaseConnectionStringProfile": {
      "id": "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": {
        "sessionMode": {
          "description": "Output only. The current session mode of the connection.",
          "readOnly": true,
          "type": "string",
          "enum": [
            "SESSION_MODE_UNSPECIFIED",
            "DIRECT",
            "INDIRECT"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Direct",
            "Indirect"
          ]
        },
        "syntaxFormat": {
          "enum": [
            "SYNTAX_FORMAT_UNSPECIFIED",
            "LONG",
            "EZCONNECT",
            "EZCONNECTPLUS"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Long",
            "Ezconnect",
            "Ezconnectplus"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The syntax of the connection string."
        },
        "tlsAuthentication": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Server",
            "Mutual"
          ],
          "enum": [
            "TLS_AUTHENTICATION_UNSPECIFIED",
            "SERVER",
            "MUTUAL"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. This field indicates the TLS authentication type of the connection."
        },
        "consumerGroup": {
          "enum": [
            "CONSUMER_GROUP_UNSPECIFIED",
            "HIGH",
            "MEDIUM",
            "LOW",
            "TP",
            "TPURGENT"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "High consumer group.",
            "Medium consumer group.",
            "Low consumer group.",
            "TP consumer group.",
            "TPURGENT consumer group."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The current consumer group being used by the connection."
        },
        "protocol": {
          "description": "Output only. The protocol being used by the connection.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Tcp",
            "Tcps"
          ],
          "enum": [
            "PROTOCOL_UNSPECIFIED",
            "TCP",
            "TCPS"
          ]
        },
        "value": {
          "description": "Output only. The value of the connection string.",
          "readOnly": true,
          "type": "string"
        },
        "isRegional": {
          "description": "Output only. This field indicates if the connection string is regional and is only applicable for cross-region Data Guard.",
          "readOnly": true,
          "type": "boolean"
        },
        "displayName": {
          "description": "Output only. The display name for the database connection.",
          "readOnly": true,
          "type": "string"
        },
        "hostFormat": {
          "enumDescriptions": [
            "Default unspecified value.",
            "FQDN",
            "IP"
          ],
          "enum": [
            "HOST_FORMAT_UNSPECIFIED",
            "FQDN",
            "IP"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The host name format being currently used in connection string."
        }
      }
    },
    "CloudExadataInfrastructureProperties": {
      "type": "object",
      "properties": {
        "additionalStorageCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The requested number of additional storage servers for the Exadata Infrastructure.",
          "format": "int32"
        },
        "maxDbNodeStorageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The total local node storage available in GBs.",
          "format": "int32"
        },
        "databaseServerType": {
          "type": "string",
          "description": "Optional. The database server type of the Exadata Infrastructure."
        },
        "nextMaintenanceRunId": {
          "description": "Output only. The OCID of the next maintenance run.",
          "readOnly": true,
          "type": "string"
        },
        "dbNodeStorageSizeGb": {
          "description": "Output only. The local node storage allocated in GBs.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "storageServerType": {
          "type": "string",
          "description": "Optional. The storage server type of the Exadata Infrastructure."
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The current lifecycle state of the Exadata Infrastructure.",
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MAINTENANCE_IN_PROGRESS"
          ],
          "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."
          ]
        },
        "maintenanceWindow": {
          "description": "Optional. Maintenance window for repair.",
          "$ref": "MaintenanceWindow"
        },
        "memorySizeGb": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The memory allocated in GBs.",
          "format": "int32"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of created infra. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle"
        },
        "storageServerVersion": {
          "description": "Output only. The software version of the storage servers (cells) in the Exadata Infrastructure.",
          "readOnly": true,
          "type": "string"
        },
        "cpuCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The number of enabled CPU cores.",
          "format": "int32"
        },
        "customerContacts": {
          "type": "array",
          "description": "Optional. The list of customer contacts.",
          "items": {
            "$ref": "CustomerContact"
          }
        },
        "storageCount": {
          "type": "integer",
          "description": "Optional. The number of Cloud Exadata storage servers for the Exadata Infrastructure.",
          "format": "int32"
        },
        "nextSecurityMaintenanceRunTime": {
          "description": "Output only. The time when the next security maintenance run will occur.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "totalStorageSizeGb": {
          "type": "integer",
          "description": "Optional. The total storage allocated to the Exadata Infrastructure resource, in gigabytes (GB).",
          "format": "int32"
        },
        "ociUrl": {
          "description": "Output only. Deep link to the OCI console to view this resource.",
          "readOnly": true,
          "type": "string"
        },
        "monthlyStorageServerVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The monthly software version of the storage servers (cells) in the Exadata Infrastructure. Example: 20.1.15"
        },
        "dbServerVersion": {
          "description": "Output only. The software version of the database servers (dom0) in the Exadata Infrastructure.",
          "readOnly": true,
          "type": "string"
        },
        "maxCpuCount": {
          "description": "Output only. The total number of CPU cores available.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "monthlyDbServerVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The monthly software version of the database servers (dom0) in the Exadata Infrastructure. Example: 20.1.15"
        },
        "maxDataStorageTb": {
          "description": "Output only. The total available DATA disk group size.",
          "format": "double",
          "readOnly": true,
          "type": "number"
        },
        "availableStorageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The available storage can be allocated to the Exadata Infrastructure resource, in gigabytes (GB).",
          "format": "int32"
        },
        "dataStorageSizeTb": {
          "readOnly": true,
          "type": "number",
          "description": "Output only. Size, in terabytes, of the DATA disk group.",
          "format": "double"
        },
        "nextMaintenanceRunTime": {
          "description": "Output only. The time when the next maintenance run will occur.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "computeCount": {
          "description": "Optional. The number of compute servers for the Exadata Infrastructure.",
          "format": "int32",
          "type": "integer"
        },
        "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."
        },
        "activatedStorageCount": {
          "description": "Output only. The requested number of additional storage servers activated for the Exadata Infrastructure.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "computeModel": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The compute model of the Exadata Infrastructure.",
          "enum": [
            "COMPUTE_MODEL_UNSPECIFIED",
            "COMPUTE_MODEL_ECPU",
            "COMPUTE_MODEL_OCPU"
          ],
          "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."
          ]
        },
        "maxMemoryGb": {
          "description": "Output only. The total memory available in GBs.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "exascaleConfig": {
          "description": "Output only. The Exascale configuration for the Exadata Infrastructure.",
          "readOnly": true,
          "$ref": "ExascaleConfig"
        }
      },
      "id": "CloudExadataInfrastructureProperties",
      "description": "Various properties of Exadata Infrastructure."
    },
    "DbSystemInitialStorageSize": {
      "type": "object",
      "properties": {
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the resource."
        },
        "properties": {
          "$ref": "DbSystemInitialStorageSizeProperties",
          "description": "Output only. The properties of the DbSystem initial storage size summary.",
          "readOnly": true
        }
      },
      "id": "DbSystemInitialStorageSize",
      "description": "Summary of the DbSystem initial storage size."
    },
    "MinorVersion": {
      "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": {
          "type": "string",
          "description": "Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}"
        }
      },
      "id": "MinorVersion",
      "description": "MinorVersion represents a minor version of a GI. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiMinorVersionSummary/"
    },
    "DbSystemShape": {
      "id": "DbSystemShape",
      "description": "Details of the Database System Shapes resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystemShapeSummary/",
      "type": "object",
      "properties": {
        "availableCoreCount": {
          "description": "Optional. Available core count.",
          "format": "int32",
          "type": "integer"
        },
        "minNodeCount": {
          "description": "Optional. Minimum number of database servers.",
          "format": "int32",
          "type": "integer"
        },
        "availableCoreCountPerNode": {
          "type": "integer",
          "description": "Optional. Number of cores per node.",
          "format": "int32"
        },
        "availableMemoryPerNodeGb": {
          "type": "integer",
          "description": "Optional. Memory per database server node in gigabytes.",
          "format": "int32"
        },
        "availableDataStorageTb": {
          "type": "integer",
          "description": "Optional. Storage per storage server in terabytes.",
          "format": "int32"
        },
        "minCoreCountPerNode": {
          "type": "integer",
          "description": "Optional. Minimum core count per node.",
          "format": "int32"
        },
        "maxNodeCount": {
          "type": "integer",
          "description": "Optional. Maximum number of database servers.",
          "format": "int32"
        },
        "minDbNodeStoragePerNodeGb": {
          "type": "integer",
          "description": "Optional. Minimum node storage per database server in gigabytes.",
          "format": "int32"
        },
        "maxStorageCount": {
          "type": "integer",
          "description": "Optional. Maximum number of storage servers.",
          "format": "int32"
        },
        "coreCountIncrement": {
          "description": "Optional. Core count increment.",
          "format": "int32",
          "type": "integer"
        },
        "shape": {
          "type": "string",
          "description": "Optional. shape"
        },
        "minimumCoreCount": {
          "type": "integer",
          "description": "Optional. Minimum core count per node.",
          "format": "int32"
        },
        "minMemoryPerNodeGb": {
          "type": "integer",
          "description": "Optional. Minimum memory per node in gigabytes.",
          "format": "int32"
        },
        "minStorageCount": {
          "description": "Optional. Minimum number of storage servers.",
          "format": "int32",
          "type": "integer"
        },
        "name": {
          "description": "Identifier. The name of the Database System Shape resource with the format: projects/{project}/locations/{region}/dbSystemShapes/{db_system_shape}",
          "type": "string"
        }
      }
    },
    "AutonomousDatabaseRefreshableClone": {
      "type": "object",
      "properties": {
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The GCP resource name of the Autonomous Database."
        },
        "region": {
          "description": "Output only. The Google Cloud region where the refreshable clone exists.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "AutonomousDatabaseRefreshableClone",
      "description": "An Autonomous Database refreshable clone"
    },
    "DatabaseCharacterSet": {
      "id": "DatabaseCharacterSet",
      "description": "Details of the Database character set resource.",
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. The name of the Database Character Set resource in the following format: projects/{project}/locations/{region}/databaseCharacterSets/{database_character_set}",
          "type": "string"
        },
        "characterSetType": {
          "description": "Output only. The character set type for the Database.",
          "readOnly": true,
          "type": "string",
          "enum": [
            "CHARACTER_SET_TYPE_UNSPECIFIED",
            "DATABASE",
            "NATIONAL"
          ],
          "enumDescriptions": [
            "Character set type is not specified.",
            "Character set type is set to database.",
            "Character set type is set to national."
          ]
        },
        "characterSet": {
          "description": "Output only. The character set name for the Database which is the ID in the resource name.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GiVersion": {
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Oracle Grid Infrastructure (GI) version resource with the format: projects/{project}/locations/{region}/giVersions/{gi_versions}"
        },
        "version": {
          "description": "Optional. version",
          "type": "string"
        }
      },
      "id": "GiVersion",
      "description": "Details of the Oracle Grid Infrastructure (GI) version resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/GiVersionSummary/"
    },
    "AutonomousDatabase": {
      "id": "AutonomousDatabase",
      "description": "Details of the Autonomous Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDatabase/",
      "type": "object",
      "properties": {
        "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"
        },
        "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"
        },
        "displayName": {
          "description": "Optional. Immutable. The display name for the Autonomous Database. The name does not have to be unique within your project.",
          "type": "string"
        },
        "createTime": {
          "description": "Output only. The date and time that the Autonomous Database was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "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"
        },
        "disasterRecoverySupportedLocations": {
          "description": "Output only. List of supported GCP region to clone the Autonomous Database for disaster recovery. Format: `project/{project}/locations/{location}`.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "peerAutonomousDatabases": {
          "description": "Output only. The peer Autonomous Database names of the given Autonomous Database.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "entitlementId": {
          "description": "Output only. The ID of the subscription entitlement associated with the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "description": "Optional. The properties of the Autonomous Database.",
          "$ref": "AutonomousDatabaseProperties"
        },
        "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": {
          "type": "string",
          "description": "Optional. Immutable. The subnet CIDR range for the Autonomous Database."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Autonomous Database resource in the following format: projects/{project}/locations/{region}/autonomousDatabases/{autonomous_database}"
        },
        "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."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels or tags associated with the Autonomous Database."
        },
        "odbSubnet": {
          "description": "Optional. Immutable. The name of the OdbSubnet associated with the Autonomous Database. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}",
          "type": "string"
        }
      }
    },
    "ExascaleDbStorageVaultProperties": {
      "type": "object",
      "properties": {
        "ociUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Deep link to the OCI console to view this resource."
        },
        "attachedShapeAttributes": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The shape attributes of the VM clusters attached to the ExascaleDbStorageVault.",
          "items": {
            "enum": [
              "SHAPE_ATTRIBUTE_UNSPECIFIED",
              "SMART_STORAGE",
              "BLOCK_STORAGE"
            ],
            "type": "string",
            "enumDescriptions": [
              "Default unspecified value.",
              "Indicates that the resource is in smart storage.",
              "Indicates that the resource is in block storage."
            ]
          }
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The OCID for the ExascaleDbStorageVault."
        },
        "vmClusterIds": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The list of VM cluster OCIDs associated with the ExascaleDbStorageVault.",
          "items": {
            "type": "string"
          }
        },
        "vmClusterCount": {
          "description": "Output only. The number of VM clusters associated with the ExascaleDbStorageVault.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "exascaleDbStorageDetails": {
          "description": "Required. The storage details of the ExascaleDbStorageVault.",
          "$ref": "ExascaleDbStorageDetails"
        },
        "additionalFlashCachePercent": {
          "type": "integer",
          "description": "Optional. The size of additional flash cache in percentage of high capacity database storage.",
          "format": "int32"
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The state of the ExascaleDbStorageVault.",
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED"
          ],
          "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."
          ]
        },
        "timeZone": {
          "$ref": "TimeZone",
          "description": "Output only. The time zone of the ExascaleDbStorageVault.",
          "readOnly": true
        },
        "description": {
          "type": "string",
          "description": "Optional. The description of the ExascaleDbStorageVault."
        },
        "availableShapeAttributes": {
          "description": "Output only. The shape attributes available for the VM clusters to be attached to the ExascaleDbStorageVault.",
          "items": {
            "enum": [
              "SHAPE_ATTRIBUTE_UNSPECIFIED",
              "SMART_STORAGE",
              "BLOCK_STORAGE"
            ],
            "type": "string",
            "enumDescriptions": [
              "Default unspecified value.",
              "Indicates that the resource is in smart storage.",
              "Indicates that the resource is in block storage."
            ]
          },
          "readOnly": true,
          "type": "array"
        }
      },
      "id": "ExascaleDbStorageVaultProperties",
      "description": "The properties of the ExascaleDbStorageVault. next ID: 12"
    },
    "GoldengateGoogleCloudStorageConnectionProperties": {
      "type": "object",
      "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",
      "description": "The properties of GoldengateGoogleCloudStorageConnectionProperties."
    },
    "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"
        },
        "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"
        },
        "response": {
          "type": "object",
          "additionalProperties": {
            "type": "any",
            "description": "Properties of the object. Contains field @type with type URL."
          },
          "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`."
        },
        "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"
        },
        "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."
          }
        }
      }
    },
    "GoldengateAmazonRedshiftConnectionProperties": {
      "type": "object",
      "properties": {
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Amazon Redshift connection in plain text."
        },
        "connectionUrl": {
          "description": "Optional. Connection URL. e.g.: 'jdbc:redshift://aws-redshift-instance.aaaaaaaaaaaa.us-east-2.redshift.amazonaws.com:5439/mydb'",
          "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 Amazon Redshift connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AmazonRedshiftConnection."
        }
      },
      "id": "GoldengateAmazonRedshiftConnectionProperties",
      "description": "The properties of GoldengateAmazonRedshiftConnection."
    },
    "GoldengateDeploymentVersion": {
      "type": "object",
      "properties": {
        "properties": {
          "$ref": "GoldengateDeploymentVersionProperties",
          "description": "Output only. The technology type of the Goldengate Deployment Version resource.",
          "readOnly": true
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Goldengate Deployment Version resource with the format: projects/{project}/locations/{location}/goldengateDeploymentVersions/{goldengate_deployment_version}"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The deployment version ocid of the Goldengate Deployment Version resource."
        }
      },
      "id": "GoldengateDeploymentVersion",
      "description": "Details of the Goldengate Deployment Version resource."
    },
    "GoldengateOracleConnectionProperties": {
      "type": "object",
      "properties": {
        "gcpOracleDatabaseId": {
          "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}",
          "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. Format: projects/{project}/secrets/{secret}/versions/{version}."
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect."
        },
        "sessionMode": {
          "enum": [
            "SESSION_MODE_UNSPECIFIED",
            "DIRECT",
            "REDIRECT"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Indicates that the resource is using direct session mode.",
            "Indicates that the resource is using redirect session mode."
          ],
          "description": "Optional. The mode of the database connection session to be established by the data client."
        },
        "connectionString": {
          "description": "Optional. Connect descriptor or Easy Connect Naming method used to connect to a database.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses in plain text.",
          "type": "string"
        },
        "authenticationMode": {
          "enum": [
            "ORACLE_AUTHENTICATION_MODE_UNSPECIFIED",
            "TLS",
            "MTLS"
          ],
          "type": "string",
          "enumDescriptions": [
            "Authentication mode not specified.",
            "TLS authentication mode.",
            "MTLS authentication mode."
          ],
          "description": "Optional. Authentication mode."
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type."
        },
        "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."
        }
      },
      "id": "GoldengateOracleConnectionProperties",
      "description": "The properties of Goldengate Oracle Database Connection."
    },
    "ListAutonomousDbVersionsResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "autonomousDbVersions": {
          "description": "The list of Autonomous Database versions.",
          "items": {
            "$ref": "AutonomousDbVersion"
          },
          "type": "array"
        }
      },
      "id": "ListAutonomousDbVersionsResponse",
      "description": "The response for `AutonomousDbVersion.List`."
    },
    "PluggableDatabase": {
      "id": "PluggableDatabase",
      "description": "The PluggableDatabase resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/PluggableDatabase/",
      "type": "object",
      "properties": {
        "properties": {
          "description": "Optional. The properties of the PluggableDatabase.",
          "$ref": "PluggableDatabaseProperties"
        },
        "ociUrl": {
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time that the PluggableDatabase was created.",
          "format": "google-datetime"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}"
        }
      }
    },
    "IcebergCatalog": {
      "id": "IcebergCatalog",
      "description": "The Iceberg catalog details.",
      "type": "object",
      "properties": {
        "polarisIcebergCatalog": {
          "description": "The Polaris Iceberg catalog.",
          "$ref": "PolarisIcebergCatalog"
        },
        "catalogType": {
          "description": "Required. The type of Iceberg catalog.",
          "type": "string",
          "enumDescriptions": [
            "Catalog type not specified.",
            "Glue catalog.",
            "Hadoop catalog.",
            "Nessie catalog.",
            "Polaris catalog.",
            "REST catalog."
          ],
          "enum": [
            "CATALOG_TYPE_UNSPECIFIED",
            "GLUE",
            "HADOOP",
            "NESSIE",
            "POLARIS",
            "REST"
          ]
        },
        "restIcebergCatalog": {
          "description": "The REST Iceberg catalog.",
          "$ref": "RestIcebergCatalog"
        },
        "glueIcebergCatalog": {
          "description": "The Glue Iceberg catalog.",
          "$ref": "GlueIcebergCatalog"
        },
        "nessieIcebergCatalog": {
          "description": "The Nessie Iceberg catalog.",
          "$ref": "NessieIcebergCatalog"
        }
      }
    },
    "AutonomousDatabaseConnectionStrings": {
      "type": "object",
      "properties": {
        "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.",
          "readOnly": true,
          "type": "string"
        },
        "high": {
          "description": "Output only. The database service provides the highest 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.",
          "readOnly": true,
          "type": "string"
        },
        "allConnectionStrings": {
          "$ref": "AllConnectionStrings",
          "description": "Output only. Returns all connection strings that can be used to connect to the Autonomous Database.",
          "readOnly": true
        },
        "low": {
          "description": "Output only. The database service provides the least level of resources to each SQL statement.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "AutonomousDatabaseConnectionStrings",
      "description": "The connection string used to connect to the Autonomous Database. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseConnectionStrings"
    },
    "DataCollectionOptionsDbSystem": {
      "id": "DataCollectionOptionsDbSystem",
      "description": "Data collection options for DbSystem.",
      "type": "object",
      "properties": {
        "isDiagnosticsEventsEnabled": {
          "description": "Optional. Indicates whether to enable data collection for diagnostics.",
          "type": "boolean"
        },
        "isIncidentLogsEnabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether to enable incident logs and trace collection."
        }
      }
    },
    "GenerateAutonomousDatabaseWalletResponse": {
      "type": "object",
      "properties": {
        "archiveContent": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The base64 encoded wallet files.",
          "format": "byte"
        }
      },
      "id": "GenerateAutonomousDatabaseWalletResponse",
      "description": "The response for `AutonomousDatabase.GenerateWallet`."
    },
    "ListDatabaseCharacterSetsResponse": {
      "type": "object",
      "properties": {
        "databaseCharacterSets": {
          "type": "array",
          "description": "The list of DatabaseCharacterSets.",
          "items": {
            "$ref": "DatabaseCharacterSet"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "id": "ListDatabaseCharacterSetsResponse",
      "description": "The response for `DatabaseCharacterSet.List`."
    },
    "CloudExadataInfrastructure": {
      "id": "CloudExadataInfrastructure",
      "description": "Represents CloudExadataInfrastructure resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/CloudExadataInfrastructure/",
      "type": "object",
      "properties": {
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time that the Exadata Infrastructure was created.",
          "format": "google-datetime"
        },
        "properties": {
          "description": "Optional. Various properties of the infra.",
          "$ref": "CloudExadataInfrastructureProperties"
        },
        "gcpOracleZone": {
          "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.",
          "type": "string"
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Entitlement ID of the private offer against which this infrastructure resource is provisioned."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. Labels or tags associated with the resource."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Exadata Infrastructure resource with the format: projects/{project}/locations/{region}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}"
        },
        "displayName": {
          "description": "Optional. User friendly name for this resource.",
          "type": "string"
        }
      }
    },
    "ListDbNodesResponse": {
      "type": "object",
      "properties": {
        "dbNodes": {
          "description": "The list of DB Nodes",
          "items": {
            "$ref": "DbNode"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the node should return.",
          "type": "string"
        }
      },
      "id": "ListDbNodesResponse",
      "description": "The response for `DbNode.List`."
    },
    "OdbNetwork": {
      "type": "object",
      "properties": {
        "network": {
          "description": "Required. The name of the VPC network in the following format: projects/{project}/global/networks/{network}",
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the OdbNetwork resource in the following format: projects/{project}/locations/{region}/odbNetworks/{odb_network}"
        },
        "labels": {
          "description": "Optional. Labels or tags associated with the resource.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the OdbNetwork."
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the ODB Network.",
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "TERMINATING",
            "FAILED"
          ],
          "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."
          ]
        },
        "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."
        }
      },
      "id": "OdbNetwork",
      "description": "Represents OdbNetwork resource."
    },
    "GoldengateKafkaSchemaRegistryConnectionProperties": {
      "id": "GoldengateKafkaSchemaRegistryConnectionProperties",
      "description": "The properties of GoldengateKafkaSchemaRegistryConnection.",
      "type": "object",
      "properties": {
        "url": {
          "description": "Optional. Kafka Schema Registry URL. e.g.: 'https://server1.us.oracle.com:8081'",
          "type": "string"
        },
        "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"
        },
        "sslKeyPassword": {
          "description": "Optional. Input only. The password for the cert inside 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 to access Schema Registry in plain text."
        },
        "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"
        },
        "keyStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The KeyStore password in plain text."
        },
        "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"
          ]
        },
        "trustStoreFile": {
          "description": "Optional. The base64 encoded content of the TrustStore file.",
          "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}."
        },
        "keyStoreFile": {
          "description": "Optional. The base64 encoded content of the KeyStore file.",
          "type": "string"
        },
        "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}."
        }
      }
    },
    "GoldengateConnectionType": {
      "id": "GoldengateConnectionType",
      "description": "Details of the Goldengate Connection Type resource.",
      "type": "object",
      "properties": {
        "technologyTypes": {
          "description": "Output only. The technology type of the Goldengate Connection Type resource.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "name": {
          "description": "Identifier. The name of the Goldengate Connection Type resource with the format: projects/{project}/locations/{region}/goldengateConnectionTypes/{goldengate_connection_type}",
          "type": "string"
        },
        "connectionType": {
          "description": "Output only. The connection type of the Goldengate Connection Type resource.",
          "readOnly": true,
          "type": "string",
          "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"
          ]
        }
      }
    },
    "GoldengateDeploymentType": {
      "id": "GoldengateDeploymentType",
      "description": "Details of the Goldengate Deployment Type resource.",
      "type": "object",
      "properties": {
        "category": {
          "readOnly": true,
          "type": "string",
          "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."
          ]
        },
        "targetTechnologies": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The target technologies of the Goldengate Deployment Type resource.",
          "items": {
            "type": "string"
          }
        },
        "sourceTechnologies": {
          "description": "Output only. The source technologies of the Goldengate Deployment Type resource.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "defaultUsername": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The default username of the Goldengate Deployment Type resource."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Goldengate Deployment Type resource with the format: projects/{project}/locations/{region}/goldengateDeploymentTypes/{goldengate_deployment_type}"
        },
        "displayName": {
          "description": "Output only. The display name of the Goldengate Deployment Type resource.",
          "readOnly": true,
          "type": "string"
        },
        "oggVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Ogg version of the Goldengate Deployment Type resource."
        },
        "connectionTypes": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The connection types of the Goldengate Deployment Type resource.",
          "items": {
            "type": "string"
          }
        },
        "deploymentType": {
          "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."
          ],
          "enum": [
            "DEPLOYMENT_TYPE_UNSPECIFIED",
            "OGG",
            "DATABASE_ORACLE",
            "BIGDATA",
            "DATABASE_MICROSOFT_SQLSERVER",
            "DATABASE_MYSQL",
            "DATABASE_POSTGRESQL",
            "DATABASE_DB2ZOS",
            "DATABASE_DB2I",
            "GGSA",
            "DATA_TRANSFORMS"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The deployment type of the Goldengate Deployment Type resource."
        },
        "supportedTechnologiesUrl": {
          "description": "Output only. The supported technologies URL of the Goldengate Deployment Type resource.",
          "readOnly": true,
          "type": "string"
        },
        "supportedCapabilities": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The supported capabilities of the Goldengate Deployment Type resource.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "Status": {
      "type": "object",
      "properties": {
        "code": {
          "type": "integer",
          "description": "The status code, which should be an enum value of google.rpc.Code.",
          "format": "int32"
        },
        "message": {
          "type": "string",
          "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."
        },
        "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"
        }
      },
      "id": "Status",
      "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)."
    },
    "DatabaseManagementConfig": {
      "type": "object",
      "properties": {
        "managementState": {
          "description": "Output only. The status of the Database Management service.",
          "readOnly": true,
          "type": "string",
          "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."
          ]
        },
        "managementType": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Database Management type.",
          "enumDescriptions": [
            "The type is not specified.",
            "Basic Database Management.",
            "Advanced Database Management."
          ],
          "enum": [
            "MANAGEMENT_TYPE_UNSPECIFIED",
            "BASIC",
            "ADVANCED"
          ]
        }
      },
      "id": "DatabaseManagementConfig",
      "description": "The configuration of the Database Management service."
    },
    "DefinedTagValue": {
      "id": "DefinedTagValue",
      "description": "Wrapper message for the value of a defined tag.",
      "type": "object",
      "properties": {
        "tags": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "The tags within the namespace."
        }
      }
    },
    "ExadbVmClusterProperties": {
      "id": "ExadbVmClusterProperties",
      "description": "The properties of an ExadbVmCluster.",
      "type": "object",
      "properties": {
        "memorySizeGb": {
          "readOnly": true,
          "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.",
          "format": "int32"
        },
        "hostnamePrefix": {
          "description": "Required. Immutable. Prefix for VM cluster host names.",
          "type": "string"
        },
        "hostname": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The hostname of the ExadbVmCluster."
        },
        "enabledEcpuCountPerNode": {
          "description": "Required. Immutable. The number of ECPUs enabled per node for an exadata vm cluster on exascale infrastructure.",
          "format": "int32",
          "type": "integer"
        },
        "exascaleDbStorageVault": {
          "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}",
          "type": "string"
        },
        "scanListenerPortTcp": {
          "description": "Optional. Immutable. SCAN listener port - TCP",
          "format": "int32",
          "type": "integer"
        },
        "gridImageId": {
          "type": "string",
          "description": "Required. Immutable. Grid Infrastructure Version."
        },
        "vmFileSystemStorage": {
          "description": "Required. Immutable. Total storage details for the ExadbVmCluster.",
          "$ref": "ExadbVmClusterStorageDetails"
        },
        "lifecycleState": {
          "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."
          ],
          "enum": [
            "EXADB_VM_CLUSTER_LIFECYCLE_STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "TERMINATING",
            "TERMINATED",
            "FAILED",
            "MAINTENANCE_IN_PROGRESS"
          ],
          "description": "Output only. State of the cluster.",
          "readOnly": true,
          "type": "string"
        },
        "additionalEcpuCountPerNode": {
          "description": "Optional. Immutable. The number of additional ECPUs per node for an Exadata VM cluster on exascale infrastructure.",
          "format": "int32",
          "type": "integer"
        },
        "ociUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Deep link to the OCI console to view this resource."
        },
        "sshPublicKeys": {
          "type": "array",
          "description": "Required. Immutable. The SSH public keys for the ExadbVmCluster.",
          "items": {
            "type": "string"
          }
        },
        "licenseModel": {
          "enum": [
            "LICENSE_MODEL_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Unspecified.",
            "Default is license included.",
            "Bring your own license."
          ],
          "description": "Optional. Immutable. The license type of the ExadbVmCluster."
        },
        "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"
        },
        "nodeCount": {
          "description": "Required. The number of nodes/VMs in the ExadbVmCluster.",
          "format": "int32",
          "type": "integer"
        },
        "giVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Oracle Grid Infrastructure (GI) software version."
        },
        "timeZone": {
          "description": "Optional. Immutable. The time zone of the ExadbVmCluster.",
          "$ref": "TimeZone"
        },
        "shapeAttribute": {
          "enum": [
            "SHAPE_ATTRIBUTE_UNSPECIFIED",
            "SMART_STORAGE",
            "BLOCK_STORAGE"
          ],
          "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"
        },
        "dataCollectionOptions": {
          "description": "Optional. Immutable. Indicates user preference for data collection options.",
          "$ref": "DataCollectionOptionsCommon"
        }
      }
    },
    "ListGoldengateDeploymentsResponse": {
      "type": "object",
      "properties": {
        "unreachable": {
          "type": "array",
          "description": "Optional. Locations that could not be reached.",
          "items": {
            "type": "string"
          }
        },
        "goldengateDeployments": {
          "type": "array",
          "description": "The list of GoldengateDeployments.",
          "items": {
            "$ref": "GoldengateDeployment"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "id": "ListGoldengateDeploymentsResponse",
      "description": "The response for `GoldengateDeployment.List`."
    },
    "ListGoldengateConnectionsResponse": {
      "type": "object",
      "properties": {
        "goldengateConnections": {
          "description": "The list of GoldengateConnections.",
          "items": {
            "$ref": "GoldengateConnection"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "type": "array",
          "description": "Optional. Locations that could not be reached.",
          "items": {
            "type": "string"
          }
        }
      },
      "id": "ListGoldengateConnectionsResponse",
      "description": "The response for `GoldengateConnection.List`."
    },
    "AutonomousDatabaseBackupProperties": {
      "type": "object",
      "properties": {
        "startTime": {
          "description": "Output only. The date and time the backup started.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "kmsKeyId": {
          "type": "string",
          "description": "Optional. The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations."
        },
        "lifecycleDetails": {
          "description": "Output only. Additional information about the current lifecycle state.",
          "readOnly": true,
          "type": "string"
        },
        "availableTillTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Timestamp until when the backup will be available.",
          "format": "google-datetime"
        },
        "endTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time the backup completed.",
          "format": "google-datetime"
        },
        "isLongTermBackup": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Indicates if the backup is long term backup."
        },
        "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"
        },
        "dbVersion": {
          "description": "Output only. A valid Oracle Database version for Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "keyStoreWallet": {
          "description": "Optional. The wallet name for Oracle Key Vault.",
          "type": "string"
        },
        "isAutomaticBackup": {
          "description": "Output only. Indicates if the backup is automatic or user initiated.",
          "readOnly": true,
          "type": "boolean"
        },
        "sizeTb": {
          "description": "Output only. The backup size in terabytes.",
          "format": "float",
          "readOnly": true,
          "type": "number"
        },
        "lifecycleState": {
          "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."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The lifecycle state of the backup."
        },
        "vaultId": {
          "type": "string",
          "description": "Optional. The OCID of the vault."
        },
        "keyStoreId": {
          "description": "Optional. The OCID of the key store of Oracle Vault.",
          "type": "string"
        },
        "databaseSizeTb": {
          "readOnly": true,
          "type": "number",
          "description": "Output only. The quantity of data in the database, in terabytes.",
          "format": "float"
        },
        "isRestorable": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Indicates if the backup can be used to restore the Autonomous Database."
        },
        "retentionPeriodDays": {
          "description": "Optional. Retention period in days for the backup.",
          "format": "int32",
          "type": "integer"
        },
        "compartmentId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The OCID of the compartment."
        },
        "type": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The type of the backup.",
          "enumDescriptions": [
            "Default unspecified value.",
            "Incremental backups.",
            "Full backups.",
            "Long term backups."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "INCREMENTAL",
            "FULL",
            "LONG_TERM"
          ]
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of the Autonomous Database backup. https://docs.oracle.com/en-us/iaas/Content/General/Concepts/identifiers.htm#Oracle"
        }
      },
      "id": "AutonomousDatabaseBackupProperties",
      "description": "Properties of the Autonomous Database Backup resource."
    },
    "SwitchoverAutonomousDatabaseRequest": {
      "id": "SwitchoverAutonomousDatabaseRequest",
      "description": "The request for `OracleDatabase.SwitchoverAutonomousDatabase`.",
      "type": "object",
      "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."
        }
      }
    },
    "ListExadbVmClustersResponse": {
      "id": "ListExadbVmClustersResponse",
      "description": "The response for `ExadbVmCluster.List`.",
      "type": "object",
      "properties": {
        "exadbVmClusters": {
          "type": "array",
          "description": "The list of ExadbVmClusters.",
          "items": {
            "$ref": "ExadbVmCluster"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        },
        "unreachable": {
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "GoldengateHdfsConnectionProperties": {
      "type": "object",
      "properties": {
        "coreSiteXml": {
          "description": "Optional. The content of the Hadoop Distributed File System configuration file (core-site.xml).",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of HdfsConnection.",
          "type": "string"
        }
      },
      "id": "GoldengateHdfsConnectionProperties",
      "description": "The properties of GoldengateHdfsConnection."
    },
    "GoldengateGoldengateConnectionProperties": {
      "id": "GoldengateGoldengateConnectionProperties",
      "description": "The properties of GoldengateGoldengateConnectionProperties.",
      "type": "object",
      "properties": {
        "passwordSecretVersion": {
          "type": "string",
          "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}."
        },
        "host": {
          "type": "string",
          "description": "Optional. The host of the GoldengateConnection."
        },
        "username": {
          "description": "Optional. The username credential.",
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password used to connect to the Oracle Goldengate in plain text."
        },
        "port": {
          "description": "Optional. The port of the GoldengateConnection.",
          "format": "int32",
          "type": "integer"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type."
        },
        "goldengateDeploymentId": {
          "type": "string",
          "description": "Optional. The name of the GoldengateDeployment associated with the GoldengateConnection. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}"
        }
      }
    },
    "GoldengatePlacement": {
      "id": "GoldengatePlacement",
      "description": "The placement of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "availabilityDomain": {
          "description": "Output only. The availability domain.",
          "readOnly": true,
          "type": "string"
        },
        "faultDomain": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The fault domain."
        }
      }
    },
    "DbNode": {
      "id": "DbNode",
      "description": "Details of the database node resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbNode/",
      "type": "object",
      "properties": {
        "name": {
          "type": "string",
          "description": "Identifier. The name of the database node resource in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}/dbNodes/{db_node}"
        },
        "properties": {
          "description": "Optional. Various properties of the database node.",
          "$ref": "DbNodeProperties"
        }
      }
    },
    "PluggableDatabaseConnectionStrings": {
      "type": "object",
      "properties": {
        "allConnectionStrings": {
          "description": "Optional. All connection strings to use to connect to the pluggable database.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "pdbIpDefault": {
          "type": "string",
          "description": "Optional. The default connection string to use to connect to the pluggable database using IP."
        },
        "pdbDefault": {
          "description": "Optional. The default connection string to use to connect to the pluggable database.",
          "type": "string"
        }
      },
      "id": "PluggableDatabaseConnectionStrings",
      "description": "The connection strings used to connect to the Oracle Database."
    },
    "IdentityConnector": {
      "id": "IdentityConnector",
      "description": "The identity connector details which will allow OCI to securely access the resources in the customer project.",
      "type": "object",
      "properties": {
        "serviceAgentEmail": {
          "readOnly": true,
          "type": "string",
          "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`"
        },
        "connectionState": {
          "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",
          "description": "Output only. The connection state of the identity connector."
        }
      }
    },
    "ListCloudVmClustersResponse": {
      "type": "object",
      "properties": {
        "cloudVmClusters": {
          "description": "The list of VM Clusters.",
          "items": {
            "$ref": "CloudVmCluster"
          },
          "type": "array"
        },
        "unreachable": {
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token to fetch the next page of results.",
          "type": "string"
        }
      },
      "id": "ListCloudVmClustersResponse",
      "description": "The response for `CloudVmCluster.List`."
    },
    "GoldengateMaintenanceWindow": {
      "id": "GoldengateMaintenanceWindow",
      "description": "The maintenance window of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "day": {
          "description": "Required. Days of the week.",
          "type": "string",
          "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"
          ]
        },
        "startHour": {
          "description": "Required. Start hour for maintenance period. Hour is in UTC.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "TestGoldengateConnectionAssignmentResponse": {
      "type": "object",
      "properties": {
        "error": {
          "description": "Error details if test connection failed.",
          "$ref": "TestConnectionAssignmentError"
        },
        "errors": {
          "description": "List of test connection assignment error objects.",
          "items": {
            "$ref": "TestConnectionAssignmentError"
          },
          "type": "array"
        },
        "resultType": {
          "description": "Type of the result i.e. Success, Failure or Timeout.",
          "type": "string",
          "enumDescriptions": [
            "Result type is unspecified.",
            "Test connection succeeded.",
            "Test connection failed.",
            "Test connection timed out."
          ],
          "enum": [
            "RESULT_TYPE_UNSPECIFIED",
            "SUCCEEDED",
            "FAILED",
            "TIMED_OUT"
          ]
        }
      },
      "id": "TestGoldengateConnectionAssignmentResponse",
      "description": "The result of the connectivity test performed between the Goldengate deployment and the associated database / service."
    },
    "AutonomousDatabaseApex": {
      "type": "object",
      "properties": {
        "apexVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Oracle APEX Application Development version."
        },
        "ordsVersion": {
          "description": "Output only. The Oracle REST Data Services (ORDS) version.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "AutonomousDatabaseApex",
      "description": "Oracle APEX Application Development. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/AutonomousDatabaseApex"
    },
    "NessieIcebergCatalog": {
      "id": "NessieIcebergCatalog",
      "description": "The Nessie Iceberg catalog.",
      "type": "object",
      "properties": {
        "branch": {
          "type": "string",
          "description": "Required. The Nessie branch."
        },
        "uri": {
          "description": "Required. The Nessie uri.",
          "type": "string"
        }
      }
    },
    "Database": {
      "type": "object",
      "properties": {
        "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"
        },
        "databaseId": {
          "description": "Optional. The database ID of the Database.",
          "type": "string"
        },
        "gcpOracleZone": {
          "description": "Output only. The GCP Oracle zone where the Database is created.",
          "readOnly": true,
          "type": "string"
        },
        "ncharacterSet": {
          "type": "string",
          "description": "Optional. The national character set for the database. The default is AL16UTF16."
        },
        "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"
        },
        "properties": {
          "description": "Optional. The properties of the Database.",
          "$ref": "DatabaseProperties"
        },
        "tdeWalletPassword": {
          "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.",
          "type": "string"
        },
        "dbName": {
          "type": "string",
          "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."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}"
        },
        "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"
        },
        "characterSet": {
          "type": "string",
          "description": "Optional. The character set for the database. The default is AL32UTF8."
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time that the Database was created.",
          "format": "google-datetime"
        },
        "dbHomeName": {
          "type": "string",
          "description": "Optional. The name of the DbHome resource associated with the Database."
        },
        "opsInsightsStatus": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Status of Operations Insights for this Database.",
          "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."
          ]
        },
        "dbUniqueName": {
          "type": "string",
          "description": "Optional. The DB_UNIQUE_NAME of the Oracle Database being backed up."
        },
        "ociUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface."
        },
        "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"
        },
        "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."
        }
      },
      "id": "Database",
      "description": "Details of the Database resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/Database/"
    },
    "GoldengateDeploymentProperties": {
      "type": "object",
      "properties": {
        "deploymentDiagnosticData": {
          "$ref": "DeploymentDiagnosticData",
          "readOnly": true,
          "description": "Output only. The deployment diagnostic data of the GoldengateDeployment."
        },
        "lastBackupScheduleTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time last backup scheduled of the GoldengateDeployment.",
          "format": "google-datetime"
        },
        "cpuCoreCount": {
          "type": "integer",
          "description": "Optional. The Minimum number of OCPUs to be made available for this Deployment.",
          "format": "int32"
        },
        "deploymentUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The deployment url of the GoldengateDeployment."
        },
        "upgradeRequiredTime": {
          "description": "Output only. The time upgrade required of the GoldengateDeployment.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "nsgIds": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The nsg ids of the GoldengateDeployment.",
          "items": {
            "type": "string"
          }
        },
        "privateIpAddress": {
          "description": "Output only. The private ip address of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "updateTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the GoldengateDeployment was updated.",
          "format": "google-datetime"
        },
        "oggVersionSupportEndTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time ogg version supported until of the GoldengateDeployment.",
          "format": "google-datetime"
        },
        "isAutoScalingEnabled": {
          "description": "Optional. Indicates if auto scaling is enabled for the Deployment's CPU core count.",
          "type": "boolean"
        },
        "backupSchedule": {
          "$ref": "GoldengateBackupSchedule",
          "readOnly": true,
          "description": "Output only. The backup schedule of the GoldengateDeployment."
        },
        "lifecycleSubState": {
          "description": "Output only. The lifecycle sub-state of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string",
          "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."
          ],
          "enum": [
            "GOLDENGATE_DEPLOYMENT_LIFECYCLE_SUB_STATE_UNSPECIFIED",
            "RECOVERING",
            "STARTING",
            "STOPPING",
            "MOVING",
            "UPGRADING",
            "RESTORING",
            "BACKING_UP",
            "ROLLING_BACK"
          ]
        },
        "isPublic": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the GoldengateDeployment is public."
        },
        "publicIpAddress": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The public ip address of the GoldengateDeployment."
        },
        "storageUtilizationBytes": {
          "description": "Output only. The storage utilization in bytes of the GoldengateDeployment.",
          "format": "int64",
          "readOnly": true,
          "type": "string"
        },
        "loadBalancerId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The load balancer id of the GoldengateDeployment."
        },
        "deploymentRole": {
          "enum": [
            "GOLDENGATE_DEPLOYMENT_ROLE_TYPE_UNSPECIFIED",
            "PRIMARY",
            "STANDBY"
          ],
          "enumDescriptions": [
            "The deployment role type is unspecified.",
            "The deployment role type is primary.",
            "The deployment role type is standby."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The deployment role of the GoldengateDeployment."
        },
        "description": {
          "description": "Optional. The description of the GoldengateDeployment.",
          "type": "string"
        },
        "lifecycleDetails": {
          "description": "Output only. The lifecycle details of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "ingressIps": {
          "description": "Output only. The ingress ips of the GoldengateDeployment.",
          "items": {
            "$ref": "IngressIp"
          },
          "readOnly": true,
          "type": "array"
        },
        "isStorageUtilizationLimitExceeded": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether storage utilization limit is exceeded of the GoldengateDeployment."
        },
        "fqdn": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Fully Qualified Domain Name of the GoldengateDeployment."
        },
        "roleChangeTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time when the role of the GoldengateDeployment was changed.",
          "format": "google-datetime"
        },
        "lifecycleState": {
          "enum": [
            "GOLDENGATE_DEPLOYMENT_LIFECYCLE_STATE_UNSPECIFIED",
            "CREATING",
            "UPDATING",
            "ACTIVE",
            "INACTIVE",
            "DELETING",
            "DELETED",
            "FAILED",
            "NEEDS_ATTENTION",
            "IN_PROGRESS",
            "CANCELLING",
            "CANCELLED",
            "SUCCEEDED",
            "WAITING"
          ],
          "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."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the GoldengateDeployment."
        },
        "locks": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The locks of the GoldengateDeployment.",
          "items": {
            "$ref": "GoldengateDeploymentLock"
          }
        },
        "placements": {
          "description": "Output only. The placements of the GoldengateDeployment.",
          "items": {
            "$ref": "GoldengatePlacement"
          },
          "readOnly": true,
          "type": "array"
        },
        "healthy": {
          "description": "Output only. Whether the GoldengateDeployment is healthy.",
          "readOnly": true,
          "type": "boolean"
        },
        "deploymentBackupId": {
          "description": "Output only. The deployment backup id of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "environmentType": {
          "description": "Optional. The environment type of the GoldengateDeployment.",
          "type": "string"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of the GoldengateDeployment."
        },
        "nextMaintenanceDescription": {
          "description": "Output only. The next maintenance description of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "isLatestVersion": {
          "description": "Output only. Whether the GoldengateDeployment is of the latest version.",
          "readOnly": true,
          "type": "boolean"
        },
        "oggData": {
          "description": "Required. The ogg data of the GoldengateDeployment.",
          "$ref": "GoldengateOggDeployment"
        },
        "maintenanceWindow": {
          "description": "Optional. The maintenance window of the GoldengateDeployment.",
          "$ref": "GoldengateMaintenanceWindow"
        },
        "category": {
          "enum": [
            "GOLDENGATE_DEPLOYMENT_CATEGORY_UNSPECIFIED",
            "DATA_REPLICATION",
            "DATA_TRANSFORMS"
          ],
          "enumDescriptions": [
            "The category is unspecified.",
            "The deployment is data replication.",
            "The deployment is data transforms."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The category of the GoldengateDeployment."
        },
        "nextBackupScheduleTime": {
          "description": "Output only. The time next backup scheduled of the GoldengateDeployment.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "deploymentType": {
          "description": "Required. A valid Goldengate Deployment type. For a list of supported types, use the `ListGoldengateDeploymentTypes` operation.",
          "type": "string"
        },
        "nextMaintenanceActionType": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The next maintenance action type of the GoldengateDeployment.",
          "enumDescriptions": [
            "The next maintenance action type is unspecified.",
            "The next maintenance action type is upgrade."
          ],
          "enum": [
            "NEXT_MAINTENANCE_ACTION_TYPE_UNSPECIFIED",
            "UPGRADE"
          ]
        },
        "nextMaintenanceTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time of next maintenance of the GoldengateDeployment.",
          "format": "google-datetime"
        },
        "maintenanceConfig": {
          "description": "Optional. The maintenance configuration of the GoldengateDeployment.",
          "$ref": "GoldengateMaintenanceConfig"
        },
        "licenseModel": {
          "enum": [
            "LICENSE_MODEL_UNSPECIFIED",
            "LICENSE_INCLUDED",
            "BRING_YOUR_OWN_LICENSE"
          ],
          "description": "Optional. The Oracle license model that applies to a Deployment.",
          "type": "string",
          "enumDescriptions": [
            "The license model is unspecified.",
            "The license model is included.",
            "The license model is bring your own license."
          ]
        },
        "loadBalancerSubnetId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The load balancer subnet id of the GoldengateDeployment."
        }
      },
      "id": "GoldengateDeploymentProperties",
      "description": "Properties of GoldengateDeployment."
    },
    "ExadbVmCluster": {
      "type": "object",
      "properties": {
        "properties": {
          "description": "Required. The properties of the ExadbVmCluster.",
          "$ref": "ExadbVmClusterProperties"
        },
        "backupOdbSubnet": {
          "type": "string",
          "description": "Required. Immutable. The name of the backup OdbSubnet associated with the ExadbVmCluster. Format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}"
        },
        "odbNetwork": {
          "type": "string",
          "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."
        },
        "name": {
          "description": "Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "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."
        },
        "createTime": {
          "description": "Output only. The date and time that the ExadbVmCluster was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "gcpOracleZone": {
          "readOnly": true,
          "type": "string",
          "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."
        },
        "identityConnector": {
          "readOnly": true,
          "description": "Output only. The identity connector details which will allow OCI to securely access the resources in the customer project.",
          "$ref": "IdentityConnector"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels or tags associated with the ExadbVmCluster."
        },
        "odbSubnet": {
          "type": "string",
          "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}"
        },
        "entitlementId": {
          "description": "Output only. The ID of the subscription entitlement associated with the ExadbVmCluster.",
          "readOnly": true,
          "type": "string"
        }
      },
      "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/"
    },
    "GoldengateSnowflakeConnectionProperties": {
      "type": "object",
      "properties": {
        "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='"
        },
        "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}."
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect to Snowflake.",
          "type": "string"
        },
        "authenticationType": {
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "Basic authentication.",
            "Key pair authentication."
          ],
          "description": "Optional. Used authentication mechanism to access Snowflake.",
          "enum": [
            "AUTHENTICATION_TYPE_UNSPECIFIED",
            "BASIC",
            "KEY_PAIR"
          ]
        },
        "privateKeyPassphraseSecret": {
          "description": "Optional. Password if the private key file is encrypted.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of SnowflakeConnection.",
          "type": "string"
        },
        "privateKeyFile": {
          "type": "string",
          "description": "Optional. The content of private key file in PEM format."
        }
      },
      "id": "GoldengateSnowflakeConnectionProperties",
      "description": "The properties of GoldengateSnowflakeConnection."
    },
    "DbNodeProperties": {
      "id": "DbNodeProperties",
      "description": "Various properties and settings associated with Db node.",
      "type": "object",
      "properties": {
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the database node.",
          "enum": [
            "STATE_UNSPECIFIED",
            "PROVISIONING",
            "AVAILABLE",
            "UPDATING",
            "STOPPING",
            "STOPPED",
            "STARTING",
            "TERMINATING",
            "TERMINATED",
            "FAILED"
          ],
          "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."
          ]
        },
        "ocpuCount": {
          "type": "integer",
          "description": "Optional. OCPU count per database node.",
          "format": "int32"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time that the database node was created.",
          "format": "google-datetime"
        },
        "totalCpuCoreCount": {
          "type": "integer",
          "description": "Total CPU core count of the database node.",
          "format": "int32"
        },
        "dbNodeStorageSizeGb": {
          "type": "integer",
          "description": "Optional. Local storage per database node.",
          "format": "int32"
        },
        "dbServerOcid": {
          "type": "string",
          "description": "Optional. Database server OCID."
        },
        "hostname": {
          "description": "Optional. DNS",
          "type": "string"
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCID of database node."
        },
        "memorySizeGb": {
          "type": "integer",
          "description": "Memory allocated in GBs.",
          "format": "int32"
        }
      }
    },
    "AutonomousDatabaseConnectionUrls": {
      "id": "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",
      "properties": {
        "machineLearningNotebookUri": {
          "readOnly": true,
          "type": "string",
          "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."
        },
        "machineLearningUserManagementUri": {
          "description": "Output only. The URL of Machine Learning user management the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "mongoDbUri": {
          "description": "Output only. The URL of the MongoDB API for the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "apexUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Oracle Application Express (APEX) URL."
        },
        "ordsUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database."
        },
        "sqlDevWebUri": {
          "description": "Output only. The URL of the Oracle SQL Developer Web for the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "databaseTransformsUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The URL of the Database Transforms for the Autonomous Database."
        }
      }
    },
    "DbSystem": {
      "type": "object",
      "properties": {
        "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."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the DbSystem resource in the following format: projects/{project}/locations/{region}/dbSystems/{db_system}"
        },
        "displayName": {
          "type": "string",
          "description": "Required. The display name for the System db. The name does not have to be unique within your project."
        },
        "ociUrl": {
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface.",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "description": "Optional. The properties of the DbSystem.",
          "$ref": "DbSystemProperties"
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels or tags associated with the DbSystem."
        },
        "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"
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the DbSystem"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time that the DbSystem was created.",
          "format": "google-datetime"
        },
        "gcpOracleZone": {
          "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.",
          "type": "string"
        }
      },
      "id": "DbSystem",
      "description": "Details of the DbSystem (BaseDB) resource. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/DbSystem/"
    },
    "ListOperationsResponse": {
      "type": "object",
      "properties": {
        "nextPageToken": {
          "type": "string",
          "description": "The standard List next-page token."
        },
        "operations": {
          "description": "A list of operations that matches the specified filter in the request.",
          "items": {
            "$ref": "Operation"
          },
          "type": "array"
        },
        "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."
    },
    "RefreshAutonomousDatabaseRequest": {
      "type": "object",
      "properties": {
        "refreshCutoffTime": {
          "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.",
          "format": "google-datetime"
        }
      },
      "id": "RefreshAutonomousDatabaseRequest",
      "description": "Request message for RefreshAutonomousDatabase method."
    },
    "ListGoldengateDeploymentEnvironmentsResponse": {
      "type": "object",
      "properties": {
        "unreachable": {
          "type": "array",
          "description": "Unordered list. Locations that could not be reached.",
          "items": {
            "type": "string"
          }
        },
        "goldengateDeploymentEnvironments": {
          "description": "The list of GoldengateDeploymentEnvironment",
          "items": {
            "$ref": "GoldengateDeploymentEnvironment"
          },
          "type": "array"
        },
        "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."
        }
      },
      "id": "ListGoldengateDeploymentEnvironmentsResponse",
      "description": "Message for response to listing GoldengateDeploymentEnvironments"
    },
    "StopGoldengateDeploymentRequest": {
      "type": "object",
      "properties": {},
      "id": "StopGoldengateDeploymentRequest",
      "description": "The request for `GoldengateDeployment.Stop`."
    },
    "GoldengateMongodbConnectionProperties": {
      "type": "object",
      "properties": {
        "securityProtocol": {
          "enum": [
            "MONGODB_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ],
          "description": "Optional. Security Type for MongoDB.",
          "type": "string",
          "enumDescriptions": [
            "Security type not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ]
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of MongodbConnection."
        },
        "tlsCertificateKeyFilePassword": {
          "type": "string",
          "description": "Optional. Input only. The Client Certificate key file password in plain text."
        },
        "connectionString": {
          "description": "Optional. MongoDB connection string. e.g.: 'mongodb://mongodb0.example.com:27017/recordsrecords'",
          "type": "string"
        },
        "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 Mongodb connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect to the database.",
          "type": "string"
        },
        "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}."
        },
        "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"
        },
        "tlsCertificateKeyFile": {
          "description": "Optional. Client Certificate - The base64 encoded content of a .pem file, containing the client public key (for 2-way SSL).",
          "type": "string"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect the Mongodb connection in plain text."
        },
        "databaseId": {
          "description": "Optional. The OCID of the Oracle Autonomous Json Database.",
          "type": "string"
        }
      },
      "id": "GoldengateMongodbConnectionProperties",
      "description": "The properties of GoldengateMongodbConnection."
    },
    "OperationMetadata": {
      "id": "OperationMetadata",
      "description": "Represents the metadata of the long-running operation.",
      "type": "object",
      "properties": {
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation was created.",
          "format": "google-datetime"
        },
        "requestedCancellation": {
          "readOnly": true,
          "type": "boolean",
          "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`."
        },
        "percentComplete": {
          "readOnly": true,
          "type": "number",
          "description": "Output only. An estimated percentage of the operation that has been completed at a given moment of time, between 0 and 100.",
          "format": "double"
        },
        "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.",
          "readOnly": true,
          "type": "string"
        },
        "apiVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. API version used to start the operation."
        },
        "endTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation finished running.",
          "format": "google-datetime"
        },
        "target": {
          "description": "Output only. Server-defined resource path for the target of the operation.",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "CustomerContact": {
      "id": "CustomerContact",
      "description": "The CustomerContact reference as defined by Oracle. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/CustomerContact",
      "type": "object",
      "properties": {
        "email": {
          "type": "string",
          "description": "Required. The email address used by Oracle to send notifications regarding databases and infrastructure."
        }
      }
    },
    "AutonomousDatabaseProperties": {
      "id": "AutonomousDatabaseProperties",
      "description": "The properties of an Autonomous Database.",
      "type": "object",
      "properties": {
        "allowlistedIps": {
          "type": "array",
          "description": "Optional. Immutable. The list of allowlisted IP addresses for the Autonomous Database.",
          "items": {
            "type": "string"
          }
        },
        "availableUpgradeVersions": {
          "description": "Output only. The list of available Oracle Database upgrade versions for an Autonomous Database.",
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array"
        },
        "maintenanceBeginTime": {
          "description": "Output only. The date and time when maintenance will begin.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "databaseManagementState": {
          "enum": [
            "DATABASE_MANAGEMENT_STATE_UNSPECIFIED",
            "ENABLING",
            "ENABLED",
            "DISABLING",
            "NOT_ENABLED",
            "FAILED_ENABLING",
            "FAILED_DISABLING"
          ],
          "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"
          ],
          "description": "Output only. The current state of database management for the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "dataStorageSizeGb": {
          "description": "Optional. Immutable. The size of the data stored in the database, in gigabytes.",
          "format": "int32",
          "type": "integer"
        },
        "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.",
          "format": "int32",
          "readOnly": true,
          "type": "integer",
          "deprecated": true
        },
        "dbVersion": {
          "description": "Optional. Immutable. The Oracle Database version for the Autonomous Database.",
          "type": "string"
        },
        "dbEdition": {
          "description": "Optional. Immutable. The edition of the Autonomous Databases.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Standard Database Edition",
            "Enterprise Database Edition"
          ],
          "enum": [
            "DATABASE_EDITION_UNSPECIFIED",
            "STANDARD_EDITION",
            "ENTERPRISE_EDITION"
          ]
        },
        "nCharacterSet": {
          "description": "Optional. Immutable. The national character set for the Autonomous Database. The default is AL16UTF16.",
          "type": "string"
        },
        "failedDataRecoveryDuration": {
          "description": "Output only. This field indicates the number of seconds of data loss during a Data Guard failover.",
          "format": "google-duration",
          "readOnly": true,
          "type": "string"
        },
        "usedDataStorageSizeTbs": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The storage space used by Autonomous Database, in gigabytes.",
          "format": "int32"
        },
        "dataGuardRoleChangedTime": {
          "description": "Output only. The date and time the Autonomous Data Guard role was changed for the standby Autonomous Database.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "memoryTableGbs": {
          "description": "Output only. The memory assigned to in-memory tables in an Autonomous Database.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "totalAutoBackupStorageSizeGbs": {
          "description": "Output only. The storage space used by automatic backups of Autonomous Database, in gigabytes.",
          "format": "float",
          "readOnly": true,
          "type": "number"
        },
        "refreshableState": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Refreshing",
            "Not refreshed"
          ],
          "enum": [
            "REFRESHABLE_STATE_UNSPECIFIED",
            "REFRESHING",
            "NOT_REFRESHING"
          ],
          "description": "Output only. The refresh State of the clone.",
          "readOnly": true,
          "type": "string"
        },
        "isLocalDataGuardEnabled": {
          "deprecated": true,
          "readOnly": true,
          "type": "boolean",
          "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."
        },
        "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"
        },
        "mtlsConnectionRequired": {
          "type": "boolean",
          "description": "Optional. Immutable. This field specifies if the Autonomous Database requires mTLS connections."
        },
        "privateEndpointIp": {
          "type": "string",
          "description": "Optional. Immutable. The private endpoint IP address for the Autonomous Database."
        },
        "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"
        },
        "memoryPerOracleComputeUnitGbs": {
          "description": "Output only. The amount of memory enabled per ECPU, in gigabytes.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "backupRetentionPeriodDays": {
          "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.",
          "format": "int32",
          "type": "integer"
        },
        "actualUsedDataStorageSizeTb": {
          "description": "Output only. The amount of storage currently being used for user and system data, in terabytes.",
          "format": "double",
          "readOnly": true,
          "type": "number"
        },
        "openMode": {
          "description": "Output only. This field indicates the current mode of the Autonomous Database.",
          "readOnly": true,
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Read Only Mode",
            "Read Write Mode"
          ],
          "enum": [
            "OPEN_MODE_UNSPECIFIED",
            "READ_ONLY",
            "READ_WRITE"
          ]
        },
        "privateEndpoint": {
          "description": "Output only. The private endpoint for the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "scheduledOperationDetails": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The list and details of the scheduled operations of the Autonomous Database.",
          "items": {
            "$ref": "ScheduledOperationDetails"
          }
        },
        "encryptionKeyHistoryEntries": {
          "description": "Output only. The history of the encryption keys used to encrypt the Autonomous Database.",
          "items": {
            "$ref": "EncryptionKeyHistoryEntry"
          },
          "readOnly": true,
          "type": "array"
        },
        "permissionLevel": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The permission level of the Autonomous Database.",
          "enum": [
            "PERMISSION_LEVEL_UNSPECIFIED",
            "RESTRICTED",
            "UNRESTRICTED"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Restricted mode allows access only by admin users.",
            "Normal access."
          ]
        },
        "privateEndpointLabel": {
          "description": "Optional. Immutable. The private endpoint label for the Autonomous Database.",
          "type": "string"
        },
        "computeCount": {
          "description": "Optional. Immutable. The number of compute servers for the Autonomous Database.",
          "format": "float",
          "type": "number"
        },
        "operationsInsightsState": {
          "readOnly": true,
          "type": "string",
          "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."
          ]
        },
        "role": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Primary role",
            "Standby role",
            "Disabled standby role",
            "Backup copy role",
            "Snapshot standby role"
          ],
          "enum": [
            "ROLE_UNSPECIFIED",
            "PRIMARY",
            "STANDBY",
            "DISABLED_STANDBY",
            "BACKUP_COPY",
            "SNAPSHOT_STANDBY"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Data Guard role of the Autonomous Database."
        },
        "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."
        },
        "connectionStrings": {
          "$ref": "AutonomousDatabaseConnectionStrings",
          "readOnly": true,
          "description": "Output only. The connection strings used to connect to an Autonomous Database."
        },
        "vaultId": {
          "type": "string",
          "description": "Optional. Immutable. The ID of the Oracle Cloud Infrastructure vault."
        },
        "isAutoScalingEnabled": {
          "description": "Optional. Immutable. This field indicates if auto scaling is enabled for the Autonomous Database CPU core count.",
          "type": "boolean"
        },
        "dataStorageSizeTb": {
          "description": "Optional. Immutable. The size of the data stored in the database, in terabytes.",
          "format": "int32",
          "type": "integer"
        },
        "isStorageAutoScalingEnabled": {
          "description": "Optional. Immutable. This field indicates if auto scaling is enabled for the Autonomous Database storage.",
          "type": "boolean"
        },
        "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"
        },
        "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"
        },
        "maintenanceScheduleType": {
          "description": "Optional. Immutable. The maintenance schedule of the Autonomous Database.",
          "type": "string",
          "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."
          ],
          "enum": [
            "MAINTENANCE_SCHEDULE_TYPE_UNSPECIFIED",
            "EARLY",
            "REGULAR"
          ]
        },
        "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"
          }
        },
        "refreshableMode": {
          "description": "Output only. The refresh mode of the cloned Autonomous Database.",
          "readOnly": true,
          "type": "string",
          "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"
          ],
          "description": "Required. Immutable. The license type used for the Autonomous Database.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified",
            "License included part of offer",
            "Bring your own license"
          ]
        },
        "serviceAgentEmail": {
          "description": "Output only. An Oracle-managed Google Cloud service account on which customers can grant roles to access resources in the customer project.",
          "readOnly": true,
          "type": "string"
        },
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The current lifecycle state of the Autonomous Database.",
          "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."
          ],
          "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"
          ]
        },
        "nextLongTermBackupTime": {
          "description": "Output only. The long term backup schedule of the Autonomous Database.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "connectionUrls": {
          "readOnly": true,
          "description": "Output only. The Oracle Connection URLs for an Autonomous Database.",
          "$ref": "AutonomousDatabaseConnectionUrls"
        },
        "allocatedStorageSizeTb": {
          "readOnly": true,
          "type": "number",
          "description": "Output only. The amount of storage currently allocated for the database tables and billed for, rounded up in terabytes.",
          "format": "double"
        },
        "localStandbyDb": {
          "$ref": "AutonomousDatabaseStandbySummary",
          "readOnly": true,
          "description": "Output only. The details of the Autonomous Data Guard standby database."
        },
        "customerContacts": {
          "type": "array",
          "description": "Optional. Immutable. The list of customer contacts.",
          "items": {
            "$ref": "CustomerContact"
          }
        },
        "dbWorkload": {
          "type": "string",
          "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.",
          "enum": [
            "DB_WORKLOAD_UNSPECIFIED",
            "OLTP",
            "DW",
            "AJD",
            "APEX"
          ]
        },
        "apexDetails": {
          "$ref": "AutonomousDatabaseApex",
          "description": "Output only. The details for the Oracle APEX Application Development.",
          "readOnly": true
        },
        "autonomousContainerDatabaseId": {
          "description": "Output only. The Autonomous Container Database OCID.",
          "readOnly": true,
          "type": "string"
        },
        "sqlWebDeveloperUrl": {
          "description": "Output only. The SQL Web Developer URL for the Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "lifecycleDetails": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The details of the current lifestyle state of the Autonomous Database."
        },
        "ociUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The Oracle Cloud Infrastructure link for the Autonomous Database."
        },
        "localDataGuardEnabled": {
          "type": "boolean",
          "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."
        },
        "cpuCoreCount": {
          "type": "integer",
          "description": "Optional. Immutable. The number of CPU cores to be made available to the database.",
          "format": "int32"
        },
        "supportedCloneRegions": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. The list of available regions that can be used to create a clone for the Autonomous Database.",
          "items": {
            "type": "string"
          }
        },
        "maintenanceEndTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time when maintenance will end.",
          "format": "google-datetime"
        },
        "secretId": {
          "type": "string",
          "description": "Optional. Immutable. The ID of the Oracle Cloud Infrastructure vault secret."
        },
        "localAdgAutoFailoverMaxDataLossLimitDuration": {
          "description": "Optional. This field indicates the maximum data loss limit for an Autonomous Database, in seconds.",
          "format": "int32",
          "type": "integer"
        },
        "dataSafeState": {
          "enum": [
            "DATA_SAFE_STATE_UNSPECIFIED",
            "REGISTERING",
            "REGISTERED",
            "DEREGISTERING",
            "NOT_REGISTERED",
            "FAILED"
          ],
          "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,
          "type": "string",
          "description": "Output only. The current state of the Data Safe registration for the Autonomous Database."
        },
        "localDisasterRecoveryType": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Autonomous Data Guard recovery.",
            "Backup based recovery.",
            "Local disaster recovery is not available."
          ],
          "enum": [
            "LOCAL_DISASTER_RECOVERY_TYPE_UNSPECIFIED",
            "ADG",
            "BACKUP_BASED",
            "NOT_AVAILABLE"
          ],
          "description": "Output only. This field indicates the local disaster recovery (DR) type of an Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "characterSet": {
          "type": "string",
          "description": "Optional. Immutable. The character set for the Autonomous Database. The default is AL32UTF8."
        }
      }
    },
    "PolarisIcebergCatalog": {
      "id": "PolarisIcebergCatalog",
      "description": "The Polaris Iceberg catalog.",
      "type": "object",
      "properties": {
        "polarisCatalog": {
          "type": "string",
          "description": "Required. The catalog name within Polaris."
        },
        "principalRole": {
          "type": "string",
          "description": "Required. The Polaris principal role."
        },
        "uri": {
          "description": "Required. The Polaris uri.",
          "type": "string"
        },
        "clientSecret": {
          "type": "string",
          "description": "Optional. The Polaris client secret."
        },
        "clientId": {
          "type": "string",
          "description": "Required. The Polaris client ID."
        }
      }
    },
    "GoldengateConnectionAssignmentProperties": {
      "type": "object",
      "properties": {
        "goldengateDeployment": {
          "description": "Required. The GoldenGateDeployment to assign the connection to. Format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}",
          "type": "string"
        },
        "alias": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Credential store alias."
        },
        "state": {
          "enum": [
            "STATE_UNSPECIFIED",
            "CREATING",
            "ACTIVE",
            "FAILED",
            "UPDATING",
            "DELETING"
          ],
          "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,
          "type": "string",
          "description": "Output only. The lifecycle state of the connection assignment."
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the connection assignment being referenced."
        },
        "goldengateConnection": {
          "type": "string",
          "description": "Required. The GoldengateConnection resource to be assigned. Format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}"
        }
      },
      "id": "GoldengateConnectionAssignmentProperties",
      "description": "The properties of a GoldengateConnectionAssignment."
    },
    "StorageSizeDetails": {
      "id": "StorageSizeDetails",
      "description": "The initial storage size, in gigabytes, that is applicable for virtual machine DBSystem.",
      "type": "object",
      "properties": {
        "dataStorageSizeInGbs": {
          "description": "Output only. The data storage size, in gigabytes, that is applicable for virtual machine DBSystem.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "recoStorageSizeInGbs": {
          "description": "Output only. The RECO/REDO storage size, in gigabytes, that is applicable for virtual machine DBSystem.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        }
      }
    },
    "IcebergStorage": {
      "id": "IcebergStorage",
      "description": "The Iceberg storage details.",
      "type": "object",
      "properties": {
        "amazonS3IcebergStorage": {
          "description": "The Amazon S3 Iceberg storage.",
          "$ref": "AmazonS3IcebergStorage"
        },
        "azureDataLakeStorageIcebergStorage": {
          "description": "The Azure Data Lake Storage Iceberg storage.",
          "$ref": "AzureDataLakeStorageIcebergStorage"
        },
        "googleCloudStorageIcebergStorage": {
          "description": "The Google Cloud Storage Iceberg storage.",
          "$ref": "GoogleCloudStorageIcebergStorage"
        },
        "storageType": {
          "enum": [
            "STORAGE_TYPE_UNSPECIFIED",
            "AMAZON_S3",
            "GOOGLE_CLOUD_STORAGE",
            "AZURE_DATA_LAKE_STORAGE"
          ],
          "type": "string",
          "enumDescriptions": [
            "Storage type not specified.",
            "Amazon S3 storage.",
            "Google Cloud Storage storage.",
            "Azure Data Lake Storage storage."
          ],
          "description": "Required. The type of Iceberg storage."
        }
      }
    },
    "ExascaleConfig": {
      "type": "object",
      "properties": {
        "totalStorageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Total storage size needed for Exascale in GBs.",
          "format": "int32"
        },
        "availableStorageSizeGb": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. Available storage size for Exascale in GBs.",
          "format": "int32"
        }
      },
      "id": "ExascaleConfig",
      "description": "Details of the Exascale configuration for the Exadata Infrastructure."
    },
    "ListAutonomousDatabasesResponse": {
      "type": "object",
      "properties": {
        "unreachable": {
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "autonomousDatabases": {
          "type": "array",
          "description": "The list of Autonomous Databases.",
          "items": {
            "$ref": "AutonomousDatabase"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "A token identifying a page of results the server should return."
        }
      },
      "id": "ListAutonomousDatabasesResponse",
      "description": "The response for `AutonomousDatabase.List`."
    },
    "RestoreAutonomousDatabaseRequest": {
      "type": "object",
      "properties": {
        "restoreTime": {
          "type": "string",
          "description": "Required. The time and date to restore the database to.",
          "format": "google-datetime"
        }
      },
      "id": "RestoreAutonomousDatabaseRequest",
      "description": "The request for `AutonomousDatabase.Restore`."
    },
    "GoldengateAmazonKinesisConnectionProperties": {
      "type": "object",
      "properties": {
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AmazonKinesisConnection."
        },
        "accessKeyId": {
          "description": "Optional. Access key ID to access the Amazon Kinesis.",
          "type": "string"
        },
        "endpoint": {
          "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'.",
          "type": "string"
        },
        "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"
        }
      },
      "id": "GoldengateAmazonKinesisConnectionProperties",
      "description": "The properties of GoldengateAmazonKinesisConnection."
    },
    "GoogleCloudStorageIcebergStorage": {
      "type": "object",
      "properties": {
        "projectId": {
          "description": "Required. The project ID of Google Cloud Storage.",
          "type": "string"
        },
        "serviceAccountKeyFile": {
          "description": "Optional. The base64 encoded content of the service account key file of Google Cloud Storage.",
          "type": "string"
        },
        "bucket": {
          "type": "string",
          "description": "Required. The bucket of Google Cloud Storage."
        }
      },
      "id": "GoogleCloudStorageIcebergStorage",
      "description": "The Google Cloud Storage Iceberg storage."
    },
    "GoldengateGroupToRolesMapping": {
      "id": "GoldengateGroupToRolesMapping",
      "description": "The group to roles mapping of the GoldengateDeployment.",
      "type": "object",
      "properties": {
        "userGroupId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The user group id."
        },
        "administratorGroupId": {
          "description": "Output only. The administrator group id.",
          "readOnly": true,
          "type": "string"
        },
        "operatorGroupId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The operator group id."
        },
        "securityGroupId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The security group id."
        }
      }
    },
    "EncryptionKeyHistoryEntry": {
      "id": "EncryptionKeyHistoryEntry",
      "description": "The history of the encryption keys used to encrypt the Autonomous Database.",
      "type": "object",
      "properties": {
        "encryptionKey": {
          "$ref": "EncryptionKey",
          "description": "Output only. The encryption key used to encrypt the Autonomous Database.",
          "readOnly": true
        },
        "activationTime": {
          "description": "Output only. The date and time when the encryption key was activated on the Autonomous Database..",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      }
    },
    "GoldengateAmazonS3ConnectionProperties": {
      "type": "object",
      "properties": {
        "secretAccessKeySecret": {
          "description": "Optional. Secret access key to access the Amazon S3 bucket.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AmazonS3Connection."
        },
        "accessKeyId": {
          "type": "string",
          "description": "Optional. Access key ID to access the Amazon S3 bucket."
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. The Amazon Endpoint for S3."
        },
        "region": {
          "description": "Optional. The name of the AWS region where the bucket is created.",
          "type": "string"
        }
      },
      "id": "GoldengateAmazonS3ConnectionProperties",
      "description": "The properties of GoldengateAmazonS3Connection."
    },
    "RemoveVirtualMachineExadbVmClusterRequest": {
      "id": "RemoveVirtualMachineExadbVmClusterRequest",
      "description": "The request for `ExadbVmCluster.RemoveVirtualMachine`.",
      "type": "object",
      "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",
          "description": "Required. The list of host names of db nodes to be removed from the ExadbVmCluster.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "EncryptionKey": {
      "id": "EncryptionKey",
      "description": "The encryption key used to encrypt the Autonomous Database.",
      "type": "object",
      "properties": {
        "provider": {
          "enum": [
            "PROVIDER_UNSPECIFIED",
            "GOOGLE_MANAGED",
            "ORACLE_MANAGED"
          ],
          "description": "Optional. The provider of the encryption key.",
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Google Managed KMS key, if selected, please provide the KMS key name.",
            "Oracle Managed."
          ]
        },
        "kmsKey": {
          "type": "string",
          "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}`."
        }
      }
    },
    "GenerateAutonomousDatabaseWalletRequest": {
      "id": "GenerateAutonomousDatabaseWalletRequest",
      "description": "The request for `AutonomousDatabase.GenerateWallet`.",
      "type": "object",
      "properties": {
        "isRegional": {
          "description": "Optional. True when requesting regional connection strings in PDB connect info, applicable to cross-region Data Guard only.",
          "type": "boolean"
        },
        "password": {
          "description": "Required. The password used to encrypt the keys inside the wallet. The password must be a minimum of 8 characters.",
          "type": "string"
        },
        "type": {
          "type": "string",
          "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.",
          "enum": [
            "GENERATE_TYPE_UNSPECIFIED",
            "ALL",
            "SINGLE"
          ]
        }
      }
    },
    "ExascaleDbStorageVault": {
      "id": "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",
      "properties": {
        "gcpOracleZone": {
          "type": "string",
          "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."
        },
        "createTime": {
          "description": "Output only. The date and time when the ExascaleDbStorageVault was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "properties": {
          "description": "Required. The properties of the ExascaleDbStorageVault.",
          "$ref": "ExascaleDbStorageVaultProperties"
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the ExascaleDbStorageVault."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels or tags associated with the ExascaleDbStorageVault."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The resource name of the ExascaleDbStorageVault. Format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}"
        },
        "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"
        },
        "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}"
        }
      }
    },
    "GoldengateDeploymentVersionProperties": {
      "type": "object",
      "properties": {
        "releaseTime": {
          "description": "Output only. The release time of the Goldengate Deployment Version resource.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "securityFix": {
          "type": "boolean",
          "description": "Optional. Whether the Goldengate Deployment Version resource is a security fix."
        },
        "oggVersion": {
          "description": "Output only. The OGG version of the Goldengate Deployment Version resource.",
          "readOnly": true,
          "type": "string"
        },
        "releaseType": {
          "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": "Output only. The release type of the Goldengate Deployment Version resource.",
          "readOnly": true,
          "type": "string"
        },
        "supportEndTime": {
          "description": "Output only. The support end time of the Goldengate Deployment Version resource.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "deploymentType": {
          "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."
          ],
          "enum": [
            "DEPLOYMENT_TYPE_UNSPECIFIED",
            "OGG",
            "DATABASE_ORACLE",
            "BIGDATA",
            "DATABASE_MICROSOFT_SQLSERVER",
            "DATABASE_MYSQL",
            "DATABASE_POSTGRESQL",
            "DATABASE_DB2ZOS",
            "DATABASE_DB2I",
            "GGSA",
            "DATA_TRANSFORMS"
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The deployment type of the Goldengate Deployment Version resource."
        }
      },
      "id": "GoldengateDeploymentVersionProperties",
      "description": "Properties of GoldengateDeploymentVersion."
    },
    "DbVersion": {
      "type": "object",
      "properties": {
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}"
        },
        "properties": {
          "description": "Output only. The properties of the DbVersion.",
          "readOnly": true,
          "$ref": "DbVersionProperties"
        }
      },
      "id": "DbVersion",
      "description": "A valid Oracle Database version."
    },
    "PluggableDatabaseProperties": {
      "id": "PluggableDatabaseProperties",
      "description": "The properties of a PluggableDatabase.",
      "type": "object",
      "properties": {
        "definedTags": {
          "description": "Optional. Defined tags for this resource. Each key is predefined and scoped to a namespace.",
          "type": "object",
          "additionalProperties": {
            "$ref": "DefinedTagValue"
          }
        },
        "pdbName": {
          "description": "Required. The database name.",
          "type": "string"
        },
        "freeformTags": {
          "type": "object",
          "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."
        },
        "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"
        },
        "lifecycleDetails": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. Additional information about the current lifecycle state."
        },
        "databaseManagementConfig": {
          "$ref": "DatabaseManagementConfig",
          "readOnly": true,
          "description": "Output only. The configuration of the Database Management service."
        },
        "compartmentId": {
          "type": "string",
          "description": "Required. The OCID of the compartment."
        },
        "ocid": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The OCID of the pluggable database."
        },
        "operationsInsightsState": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The status of Operations Insights for this Database.",
          "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."
          ]
        },
        "connectionStrings": {
          "description": "Optional. The Connection strings used to connect to the Oracle Database.",
          "$ref": "PluggableDatabaseConnectionStrings"
        },
        "pdbNodeLevelDetails": {
          "type": "array",
          "description": "Optional. Pluggable Database Node Level Details",
          "items": {
            "$ref": "PluggableDatabaseNodeLevelDetails"
          }
        },
        "containerDatabaseOcid": {
          "description": "Required. The OCID of the CDB.",
          "type": "string"
        },
        "lifecycleState": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The current state of the pluggable database.",
          "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."
          ]
        }
      }
    },
    "DbHome": {
      "type": "object",
      "properties": {
        "displayName": {
          "type": "string",
          "description": "Optional. The display name for the Database Home. The name does not have to be unique within your project."
        },
        "dbVersion": {
          "description": "Required. A valid Oracle Database version. For a list of supported versions, use the ListDbVersions operation.",
          "type": "string"
        },
        "database": {
          "description": "Required. The Database resource.",
          "$ref": "Database"
        },
        "isUnifiedAuditingEnabled": {
          "description": "Optional. Whether unified auditing is enabled for the Database Home.",
          "type": "boolean"
        }
      },
      "id": "DbHome",
      "description": "Details of the Database Home resource."
    },
    "GoldengateOggDeployment": {
      "type": "object",
      "properties": {
        "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."
        },
        "groupRolesMapping": {
          "description": "Output only. The group to roles mapping of the GoldengateDeployment.",
          "readOnly": true,
          "$ref": "GoldengateGroupToRolesMapping"
        },
        "adminPassword": {
          "description": "Optional. The Goldengate deployment console password in plain text.",
          "type": "string"
        },
        "oggVersion": {
          "type": "string",
          "description": "Optional. Version of OGG"
        },
        "credentialStore": {
          "description": "Output only. The credential store of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string",
          "enum": [
            "CREDENTIAL_STORE_UNSPECIFIED",
            "GOLDENGATE",
            "IAM"
          ],
          "enumDescriptions": [
            "The credential store is unspecified.",
            "The credential store is Goldengate.",
            "The credential store is IAM."
          ]
        },
        "passwordSecretId": {
          "description": "Output only. The password secret id of the GoldengateDeployment.",
          "readOnly": true,
          "type": "string"
        },
        "adminPasswordSecretVersion": {
          "description": "Optional. Input only. The Goldengate deployment console password secret version.",
          "type": "string"
        },
        "adminUsername": {
          "description": "Required. The Goldengate deployment console username.",
          "type": "string"
        },
        "identityDomainId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The identity domain id of the GoldengateDeployment."
        },
        "certificate": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The certificate of the GoldengateDeployment."
        }
      },
      "id": "GoldengateOggDeployment",
      "description": "The Ogg data of the GoldengateDeployment."
    },
    "GoldengateGenericConnectionProperties": {
      "type": "object",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type.",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Optional. The host of the GenericConnection."
        }
      },
      "id": "GoldengateGenericConnectionProperties",
      "description": "The properties of GoldengateGenericConnectionProperties."
    },
    "ListDbServersResponse": {
      "type": "object",
      "properties": {
        "dbServers": {
          "description": "The list of database servers.",
          "items": {
            "$ref": "DbServer"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListDbServersResponse",
      "description": "The response for `DbServer.List`."
    },
    "GoldengateKafkaConnectionProperties": {
      "id": "GoldengateKafkaConnectionProperties",
      "description": "The properties of GoldengateKafkaConnection.",
      "type": "object",
      "properties": {
        "useResourcePrincipal": {
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal. Applicable only for OCI Streaming connections.",
          "type": "boolean"
        },
        "bootstrapServers": {
          "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\"",
          "items": {
            "$ref": "KafkaBootstrapServer"
          },
          "type": "array"
        },
        "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"
        },
        "trustStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The TrustStore password in plain text."
        },
        "sslKeyPassword": {
          "description": "Optional. Input only. The password for the cert inside of the KeyStore in plain text.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password for Kafka basic/SASL auth in plain text.",
          "type": "string"
        },
        "passwordSecretVersion": {
          "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}.",
          "type": "string"
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology."
        },
        "keyStorePassword": {
          "type": "string",
          "description": "Optional. Input only. The KeyStore password in plain text."
        },
        "trustStoreFile": {
          "description": "Optional. The base64 encoded content of the TrustStore file.",
          "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}."
        },
        "producerPropertiesFile": {
          "description": "Optional. The base64 encoded content of the producer.properties file.",
          "type": "string"
        },
        "keyStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the KeyStore file."
        },
        "clusterId": {
          "description": "Optional. The OCID of the Kafka cluster being referenced from OCI Streaming with Apache Kafka.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of KafkaConnection."
        },
        "securityProtocol": {
          "description": "Optional. Security Type for Kafka.",
          "type": "string",
          "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."
        },
        "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"
        },
        "consumerPropertiesFile": {
          "description": "Optional. The base64 encoded content of the consumer.properties file.",
          "type": "string"
        }
      }
    },
    "ListGoldengateConnectionAssignmentsResponse": {
      "id": "ListGoldengateConnectionAssignmentsResponse",
      "description": "Response message for listing GoldengateConnectionAssignments.",
      "type": "object",
      "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"
        },
        "goldengateConnectionAssignments": {
          "type": "array",
          "description": "The list of GoldengateConnectionAssignments.",
          "items": {
            "$ref": "GoldengateConnectionAssignment"
          }
        },
        "unreachable": {
          "description": "Unreachable locations when listing resources across all locations using wildcard location '-'.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      }
    },
    "OdbSubnet": {
      "type": "object",
      "properties": {
        "state": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. State of the ODB Subnet.",
          "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"
          ]
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The date and time that the OdbNetwork was created.",
          "format": "google-datetime"
        },
        "purpose": {
          "type": "string",
          "enumDescriptions": [
            "Default unspecified value.",
            "Subnet to be used for client connections.",
            "Subnet to be used for backup."
          ],
          "description": "Required. Purpose of the subnet.",
          "enum": [
            "PURPOSE_UNSPECIFIED",
            "CLIENT_SUBNET",
            "BACKUP_SUBNET"
          ]
        },
        "cidrRange": {
          "description": "Required. The CIDR range of the subnet.",
          "type": "string"
        },
        "name": {
          "description": "Identifier. The name of the OdbSubnet resource in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}",
          "type": "string"
        },
        "labels": {
          "description": "Optional. Labels or tags associated with the resource.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        }
      },
      "id": "OdbSubnet",
      "description": "Represents OdbSubnet resource."
    },
    "DeploymentDiagnosticData": {
      "type": "object",
      "properties": {
        "namespace": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The namespace name."
        },
        "diagnosticEndTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time diagnostic end.",
          "format": "google-datetime"
        },
        "object": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The object name."
        },
        "bucket": {
          "description": "Output only. The bucket name.",
          "readOnly": true,
          "type": "string"
        },
        "diagnosticState": {
          "enum": [
            "DIAGNOSTIC_STATE_UNSPECIFIED",
            "IN_PROGRESS",
            "SUCCEEDED",
            "FAILED"
          ],
          "enumDescriptions": [
            "The diagnostic state is unspecified.",
            "The diagnostic is in progress.",
            "The diagnostic completed successfully.",
            "The diagnostic failed."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The diagnostic state."
        },
        "diagnosticStartTime": {
          "description": "Output only. The time diagnostic start.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "DeploymentDiagnosticData",
      "description": "The deployment diagnostic data."
    },
    "GoldengateMicrosoftSqlserverConnectionProperties": {
      "type": "object",
      "properties": {
        "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"
        },
        "host": {
          "description": "Optional. The name or address of a host.",
          "type": "string"
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect to the Microsoft SQL Server."
        },
        "additionalAttributes": {
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "items": {
            "$ref": "NameValuePair"
          },
          "type": "array"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Microsoft SQL Server connection in plain text."
        },
        "port": {
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "format": "int32",
          "type": "integer"
        },
        "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"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of MicrosoftSqlserverConnection."
        },
        "securityProtocol": {
          "type": "string",
          "enumDescriptions": [
            "Security type not specified.",
            "Plain text communication.",
            "Transport Layer Security."
          ],
          "description": "Optional. Security Type for Microsoft SQL Server.",
          "enum": [
            "MICROSOFT_SQLSERVER_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS"
          ]
        },
        "database": {
          "description": "Optional. The name of the database.",
          "type": "string"
        }
      },
      "id": "GoldengateMicrosoftSqlserverConnectionProperties",
      "description": "The properties of GoldengateMicrosoftSqlserverConnection."
    },
    "Empty": {
      "id": "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",
      "properties": {}
    },
    "CloudAccountDetails": {
      "type": "object",
      "properties": {
        "cloudAccount": {
          "description": "Output only. OCI account name.",
          "readOnly": true,
          "type": "string"
        },
        "linkExistingAccountUri": {
          "description": "Output only. URL to link an existing account.",
          "readOnly": true,
          "type": "string"
        },
        "accountCreationUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. URL to create a new account and link."
        },
        "cloudAccountHomeRegion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. OCI account home region."
        }
      },
      "id": "CloudAccountDetails",
      "description": "Details of the OCI Cloud Account."
    },
    "NameValuePair": {
      "id": "NameValuePair",
      "description": "A name-value pair representing an attribute entry usable in a list of attributes.",
      "type": "object",
      "properties": {
        "value": {
          "description": "Required. The value of the property entry.",
          "type": "string"
        },
        "key": {
          "type": "string",
          "description": "Required. The name of the property entry."
        }
      }
    },
    "GoldengateAzureSynapseAnalyticsConnectionProperties": {
      "id": "GoldengateAzureSynapseAnalyticsConnectionProperties",
      "description": "The properties of GoldengateAzureSynapseAnalyticsConnection.",
      "type": "object",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type of AzureSynapseAnalyticsConnection.",
          "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 Azure Synapse Analytics connection. Format: projects/{project}/secrets/{secret}/versions/{version}.",
          "type": "string"
        },
        "username": {
          "type": "string",
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology."
        },
        "connectionString": {
          "type": "string",
          "description": "Optional. JDBC connection string. e.g.: 'jdbc:sqlserver://.sql.azuresynapse.net:1433;database=;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.sql.azuresynapse.net;loginTimeout=300;'"
        },
        "password": {
          "type": "string",
          "description": "Optional. Input only. The password Oracle Goldengate uses for Azure Synapse Analytics connection in plain text."
        }
      }
    },
    "GoldengateAzureDataLakeStorageConnectionProperties": {
      "id": "GoldengateAzureDataLakeStorageConnectionProperties",
      "description": "The properties of GoldengateAzureDataLakeStorageConnection.",
      "type": "object",
      "properties": {
        "azureAuthorityHost": {
          "type": "string",
          "description": "Optional. The endpoint used for authentication with Microsoft Entra ID (formerly Azure Active Directory). Default value: https://login.microsoftonline.com"
        },
        "azureTenantId": {
          "description": "Optional. Azure tenant ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'.",
          "type": "string"
        },
        "clientId": {
          "type": "string",
          "description": "Optional. Azure client ID of the application. This property is required when 'authentication_type' is set to 'AZURE_ACTIVE_DIRECTORY'."
        },
        "authenticationType": {
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "Shared key authentication.",
            "Shared access signature authentication.",
            "Azure active directory authentication."
          ],
          "description": "Optional. Authentication mechanism to access Azure Data Lake Storage.",
          "enum": [
            "AUTHENTICATION_TYPE_UNSPECIFIED",
            "SHARED_KEY",
            "SHARED_ACCESS_SIGNATURE",
            "AZURE_ACTIVE_DIRECTORY"
          ]
        },
        "clientSecret": {
          "description": "Optional. Azure client secret (aka application password) for authentication.",
          "type": "string"
        },
        "account": {
          "type": "string",
          "description": "Optional. Sets the Azure storage account name."
        },
        "endpoint": {
          "type": "string",
          "description": "Optional. Azure Storage service endpoint. e.g: https://test.blob.core.windows.net"
        },
        "accountKeySecret": {
          "type": "string",
          "description": "Optional. Azure storage account key. This property is required when 'authentication_type' is set to 'SHARED_KEY'."
        },
        "sasTokenSecret": {
          "description": "Optional. Credential that uses a shared access signature (SAS) to authenticate to an Azure Service.",
          "type": "string"
        },
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type of AzureDataLakeStorageConnection."
        }
      }
    },
    "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": {
        "characterSetType": {
          "enum": [
            "CHARACTER_SET_TYPE_UNSPECIFIED",
            "DATABASE",
            "NATIONAL"
          ],
          "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.",
          "readOnly": true,
          "type": "string"
        },
        "characterSet": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The character set name for the Autonomous Database which is the ID in the resource name."
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the Autonomous Database Character Set resource in the following format: projects/{project}/locations/{region}/autonomousDatabaseCharacterSets/{autonomous_database_character_set}"
        }
      }
    },
    "GoldengateOciObjectStorageConnectionProperties": {
      "type": "object",
      "properties": {
        "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."
        },
        "tenancyId": {
          "type": "string",
          "description": "Optional. The OCID of the related OCI tenancy."
        },
        "privateKeyPassphraseSecret": {
          "description": "Optional. The passphrase of the private key.",
          "type": "string"
        },
        "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."
        },
        "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"
        },
        "privateKeyFile": {
          "description": "Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.",
          "type": "string"
        },
        "publicKeyFingerprint": {
          "description": "Optional. The fingerprint of the API Key of the user specified by the userId.",
          "type": "string"
        }
      },
      "id": "GoldengateOciObjectStorageConnectionProperties",
      "description": "The properties of GoldengateOciObjectStorageConnection."
    },
    "GoldengateDeploymentEnvironment": {
      "id": "GoldengateDeploymentEnvironment",
      "description": "Details of the Goldengate Deployment Environment resource.",
      "type": "object",
      "properties": {
        "category": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The category of the Goldengate Deployment Environment resource.",
          "enum": [
            "DEPLOYMENT_CATEGORY_UNSPECIFIED",
            "DATA_REPLICATION_CATEGORY",
            "DATA_TRANSFORMS_CATEGORY"
          ],
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Environment category is DATA_REPLICATION_CATEGORY.",
            "Goldengate Deployment Environment category is DATA_TRANSFORMS_CATEGORY."
          ]
        },
        "minCpuCoreCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The min CPU core count of the Goldengate Deployment Environment resource.",
          "format": "int32"
        },
        "storageUsageLimitGbPerCpuCore": {
          "description": "Output only. The storage usage limit per CPU core in GBs of the Goldengate Deployment Environment resource.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "name": {
          "description": "Identifier. The name of the Goldengate Deployment Environment resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}",
          "type": "string"
        },
        "displayName": {
          "type": "string",
          "description": "The display name of the Goldengate Deployment Environment resource."
        },
        "memoryGbPerCpuCore": {
          "description": "Output only. The memory per CPU core in GBs of the Goldengate Deployment Environment resource.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "defaultCpuCoreCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The default CPU core count of the Goldengate Deployment Environment resource.",
          "format": "int32"
        },
        "environmentType": {
          "enumDescriptions": [
            "Default unspecified value.",
            "Goldengate Deployment Environment type is PRODUCTION.",
            "Goldengate Deployment Environment type is DEVELOPMENT_OR_TESTING."
          ],
          "enum": [
            "DEPLOYMENT_ENVIRONMENT_TYPE_UNSPECIFIED",
            "PRODUCTION",
            "DEVELOPMENT_OR_TESTING"
          ],
          "description": "Output only. The environment type of the Goldengate Deployment Environment resource.",
          "readOnly": true,
          "type": "string"
        },
        "maxCpuCoreCount": {
          "readOnly": true,
          "type": "integer",
          "description": "Output only. The max CPU core count of the Goldengate Deployment Environment resource.",
          "format": "int32"
        },
        "networkBandwidthGbpsPerCpuCore": {
          "description": "Output only. The network bandwidth per CPU core in Gbps of the Goldengate Deployment Environment resource.",
          "format": "int32",
          "readOnly": true,
          "type": "integer"
        },
        "autoScalingEnabled": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether auto scaling is enabled by default for the Goldengate Deployment Environment resource."
        }
      }
    },
    "LocationMetadata": {
      "id": "LocationMetadata",
      "description": "Metadata for a given Location.",
      "type": "object",
      "properties": {
        "gcpOracleZones": {
          "readOnly": true,
          "type": "array",
          "description": "Output only. Google Cloud Platform Oracle zones in a location.",
          "items": {
            "type": "string"
          }
        }
      }
    },
    "DbSystemOptions": {
      "type": "object",
      "properties": {
        "storageManagement": {
          "enum": [
            "STORAGE_MANAGEMENT_UNSPECIFIED",
            "ASM",
            "LVM"
          ],
          "type": "string",
          "enumDescriptions": [
            "The storage management is unspecified.",
            "Automatic storage management. This option is not supported. Only LVM is supported.",
            "Logical Volume management."
          ],
          "description": "Optional. The storage option used in DB system."
        }
      },
      "id": "DbSystemOptions",
      "description": "Details of the DbSystem Options."
    },
    "GoldengateConnection": {
      "type": "object",
      "properties": {
        "properties": {
          "description": "Required. The properties of the GoldengateConnection.",
          "$ref": "GoldengateConnectionProperties"
        },
        "ociUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface."
        },
        "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"
        },
        "name": {
          "type": "string",
          "description": "Identifier. The name of the GoldengateConnection resource in the following format: projects/{project}/locations/{region}/goldengateConnections/{goldengate_connection}"
        },
        "createTime": {
          "description": "Output only. The date and time that the GoldengateConnection was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        },
        "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."
        },
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Optional. The labels or tags associated with the GoldengateConnection."
        },
        "odbSubnet": {
          "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}",
          "type": "string"
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the GoldengateConnection."
        }
      },
      "id": "GoldengateConnection",
      "description": "Details of the GoldengateConnection resource."
    },
    "AutonomousDbVersion": {
      "type": "object",
      "properties": {
        "workloadUri": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. A URL that points to a detailed description of the Autonomous Database version."
        },
        "version": {
          "description": "Output only. An Oracle Database version for Autonomous Database.",
          "readOnly": true,
          "type": "string"
        },
        "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": "Output only. The Autonomous Database workload type.",
          "readOnly": true,
          "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"
        }
      },
      "id": "AutonomousDbVersion",
      "description": "Details of the Autonomous Database version. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/AutonomousDbVersionSummary/"
    },
    "AutonomousDatabaseRefreshableClones": {
      "type": "object",
      "properties": {
        "autonomousDatabaseRefreshableClones": {
          "description": "The list of Autonomous Database refreshable clones.",
          "items": {
            "$ref": "AutonomousDatabaseRefreshableClone"
          },
          "type": "array"
        }
      },
      "id": "AutonomousDatabaseRefreshableClones",
      "description": "Response message for getting the Autonomous Database refreshable clones."
    },
    "GoldengateMysqlConnectionProperties": {
      "id": "GoldengateMysqlConnectionProperties",
      "description": "Properties of GoldengateMysqlConnection.",
      "type": "object",
      "properties": {
        "sslCaFile": {
          "type": "string",
          "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)."
        },
        "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"
          ]
        },
        "technologyType": {
          "description": "Optional. The technology type of MysqlConnection.",
          "type": "string"
        },
        "dbSystemId": {
          "type": "string",
          "description": "Optional. The OCID of the database system being referenced."
        },
        "sslCertFile": {
          "type": "string",
          "description": "Optional. Client Certificate - The base64 encoded content of a .pem or .crt file containing the client public key (for 2-way SSL)."
        },
        "additionalAttributes": {
          "type": "array",
          "description": "Optional. An array of name-value pair attribute entries. Used as additional parameters in connection string.",
          "items": {
            "$ref": "NameValuePair"
          }
        },
        "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"
        },
        "username": {
          "description": "Optional. The username Oracle Goldengate uses to connect the associated system of the given technology.",
          "type": "string"
        },
        "sslMode": {
          "enum": [
            "SSL_MODE_UNSPECIFIED",
            "DISABLED",
            "PREFERRED",
            "REQUIRED",
            "VERIFY_CA",
            "VERIFY_IDENTITY"
          ],
          "description": "Optional. SSL modes for MySQL.",
          "type": "string",
          "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."
          ]
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses to connect to MySQL in plain text.",
          "type": "string"
        },
        "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": {
          "type": "string",
          "description": "Optional. The name of the database."
        },
        "sslCrlFile": {
          "description": "Optional. The base64 encoded list of certificates revoked by the trusted certificate authorities (Trusted CA).",
          "type": "string"
        },
        "host": {
          "type": "string",
          "description": "Optional. The name or address of a host."
        },
        "port": {
          "description": "Optional. The port of an endpoint usually specified for a connection.",
          "format": "int32",
          "type": "integer"
        }
      }
    },
    "ListDbSystemShapesResponse": {
      "type": "object",
      "properties": {
        "dbSystemShapes": {
          "type": "array",
          "description": "The list of Database System shapes.",
          "items": {
            "$ref": "DbSystemShape"
          }
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListDbSystemShapesResponse",
      "description": "The response for `DbSystemShape.List`."
    },
    "GoldengateGoogleBigQueryConnectionProperties": {
      "id": "GoldengateGoogleBigQueryConnectionProperties",
      "description": "The properties of GoldengateGoogleBigQueryConnectionProperties.",
      "type": "object",
      "properties": {
        "technologyType": {
          "type": "string",
          "description": "Optional. The technology type."
        },
        "serviceAccountKeyFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the service account key file containing the credentials required to use Google BigQuery."
        }
      }
    },
    "CancelOperationRequest": {
      "type": "object",
      "properties": {},
      "id": "CancelOperationRequest",
      "description": "The request message for Operations.CancelOperation."
    },
    "ListAutonomousDatabaseBackupsResponse": {
      "type": "object",
      "properties": {
        "autonomousDatabaseBackups": {
          "description": "The list of Autonomous Database Backups.",
          "items": {
            "$ref": "AutonomousDatabaseBackup"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListAutonomousDatabaseBackupsResponse",
      "description": "The response for `AutonomousDatabaseBackup.List`."
    },
    "ListDbSystemInitialStorageSizesResponse": {
      "type": "object",
      "properties": {
        "dbSystemInitialStorageSizes": {
          "description": "The list of DbSystemInitialStorageSizes.",
          "items": {
            "$ref": "DbSystemInitialStorageSize"
          },
          "type": "array"
        },
        "nextPageToken": {
          "description": "A token identifying a page of results the server should return.",
          "type": "string"
        }
      },
      "id": "ListDbSystemInitialStorageSizesResponse",
      "description": "The response for `DbSystemInitialStorageSizes.List`."
    },
    "Location": {
      "type": "object",
      "properties": {
        "labels": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "Cross-service attributes for the location. For example {\"cloud.googleapis.com/region\": \"us-east1\"}"
        },
        "metadata": {
          "description": "Service-specific metadata. For example the available capacity at the given location.",
          "type": "object",
          "additionalProperties": {
            "description": "Properties of the object. Contains field @type with type URL.",
            "type": "any"
          }
        },
        "name": {
          "type": "string",
          "description": "Resource name for the location, which may vary between implementations. For example: `\"projects/example-project/locations/us-east1\"`"
        },
        "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\"`."
        }
      },
      "id": "Location",
      "description": "A resource that represents a Google Cloud location."
    },
    "GoldengateDeployment": {
      "type": "object",
      "properties": {
        "name": {
          "description": "Identifier. The name of the GoldengateDeployment resource in the following format: projects/{project}/locations/{region}/goldengateDeployments/{goldengate_deployment}",
          "type": "string"
        },
        "displayName": {
          "description": "Required. The display name for the GoldengateDeployment.",
          "type": "string"
        },
        "odbNetwork": {
          "description": "Optional. The name of the OdbNetwork associated with the GoldengateDeployment.",
          "type": "string"
        },
        "properties": {
          "description": "Required. The properties of the GoldengateDeployment.",
          "$ref": "GoldengateDeploymentProperties"
        },
        "ociUrl": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. HTTPS link to OCI resources exposed to Customer via UI Interface."
        },
        "labels": {
          "description": "Optional. The labels or tags associated with the GoldengateDeployment.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "odbSubnet": {
          "type": "string",
          "description": "Required. The name of the OdbSubnet associated with the GoldengateDeployment for IP allocation."
        },
        "entitlementId": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The ID of the subscription entitlement associated with the GoldengateDeployment"
        },
        "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"
        },
        "createTime": {
          "description": "Output only. The date and time that the GoldengateDeployment was created.",
          "format": "google-datetime",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "GoldengateDeployment",
      "description": "GoldengateDeployment Goldengate Deployment resource model."
    },
    "GoldengateOracleAIDataPlatformConnectionProperties": {
      "id": "GoldengateOracleAIDataPlatformConnectionProperties",
      "description": "The properties of GoldengateOracleAIDataPlatformConnection.",
      "type": "object",
      "properties": {
        "connectionUrl": {
          "type": "string",
          "description": "Optional. Connection URL. It must start with 'jdbc:spark://'"
        },
        "userId": {
          "type": "string",
          "description": "Optional. The OCID of the OCI user who will access."
        },
        "region": {
          "description": "Optional. The name of the region. e.g.: us-ashburn-1",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of OracleAiDataPlatformConnection.",
          "type": "string"
        },
        "privateKeyPassphraseSecret": {
          "type": "string",
          "description": "Optional. The passphrase of the private key."
        },
        "tenancyId": {
          "description": "Optional. The OCID of the related OCI tenancy.",
          "type": "string"
        },
        "privateKeyFile": {
          "description": "Optional. The content of the private key file (PEM file) corresponding to the API key of the fingerprint.",
          "type": "string"
        },
        "publicKeyFingerprint": {
          "type": "string",
          "description": "Optional. The fingerprint of the API Key of the user specified by the user_id."
        },
        "useResourcePrincipal": {
          "description": "Optional. Specifies that the user intends to authenticate to the instance using a resource principal.",
          "type": "boolean"
        }
      }
    },
    "GoldengateMicrosoftFabricConnectionProperties": {
      "type": "object",
      "properties": {
        "technologyType": {
          "description": "Optional. The technology type of MicrosoftFabricConnection.",
          "type": "string"
        },
        "clientSecret": {
          "description": "Optional. Client secret associated with the client id.",
          "type": "string"
        },
        "tenantId": {
          "description": "Optional. Azure tenant ID of the application.",
          "type": "string"
        },
        "clientId": {
          "description": "Optional. Azure client ID of the application.",
          "type": "string"
        },
        "endpoint": {
          "description": "Optional. Optional Microsoft Fabric service endpoint. Default value: https://onelake.dfs.fabric.microsoft.com",
          "type": "string"
        }
      },
      "id": "GoldengateMicrosoftFabricConnectionProperties",
      "description": "The properties of GoldengateMicrosoftFabricConnection."
    },
    "StartAutonomousDatabaseRequest": {
      "id": "StartAutonomousDatabaseRequest",
      "description": "The request for `AutonomousDatabase.Start`.",
      "type": "object",
      "properties": {}
    },
    "TestConnectionAssignmentError": {
      "id": "TestConnectionAssignmentError",
      "description": "Error details for TestGoldengateConnectionAssignment.",
      "type": "object",
      "properties": {
        "message": {
          "description": "A human-readable error message.",
          "type": "string"
        },
        "code": {
          "description": "A short error code that defines the error, meant for programmatic parsing.",
          "type": "string"
        },
        "issue": {
          "type": "string",
          "description": "The text describing the root cause of the reported issue."
        },
        "action": {
          "type": "string",
          "description": "The text describing the action required to fix the issue."
        }
      }
    },
    "ConfigureExascaleCloudExadataInfrastructureRequest": {
      "id": "ConfigureExascaleCloudExadataInfrastructureRequest",
      "description": "The request for `CloudExadataInfrastructure.ConfigureExascale`.",
      "type": "object",
      "properties": {
        "totalStorageSizeGb": {
          "description": "Required. The total storage to be allocated to Exascale in GBs.",
          "format": "int32",
          "type": "integer"
        },
        "requestId": {
          "type": "string",
          "description": "Optional. An optional ID to identify the request."
        }
      }
    },
    "GoldengateRedisConnectionProperties": {
      "id": "GoldengateRedisConnectionProperties",
      "description": "The properties of GoldengateRedisConnection.",
      "type": "object",
      "properties": {
        "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}."
        },
        "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"
        },
        "trustStorePassword": {
          "description": "Optional. Input only. The TrustStore password in plain text.",
          "type": "string"
        },
        "password": {
          "description": "Optional. Input only. The password Oracle Goldengate uses for Redis connection 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 Oracle Goldengate uses for Redis connection. 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."
        },
        "redisClusterId": {
          "type": "string",
          "description": "Optional. The OCID of the Redis cluster."
        },
        "keyStorePassword": {
          "description": "Optional. Input only. The KeyStore password in plain text.",
          "type": "string"
        },
        "authenticationType": {
          "enum": [
            "REDIS_AUTHENTICATION_TYPE_UNSPECIFIED",
            "NONE",
            "BASIC"
          ],
          "type": "string",
          "enumDescriptions": [
            "Authentication type not specified.",
            "No authentication.",
            "Basic authentication."
          ],
          "description": "Optional. Authentication type for Redis."
        },
        "trustStoreFile": {
          "type": "string",
          "description": "Optional. The base64 encoded content of the TrustStore file."
        },
        "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}."
        },
        "keyStoreFile": {
          "description": "Optional. The base64 encoded content of the KeyStore file.",
          "type": "string"
        },
        "technologyType": {
          "description": "Optional. The technology type of RedisConnection.",
          "type": "string"
        },
        "securityProtocol": {
          "enum": [
            "REDIS_SECURITY_PROTOCOL_UNSPECIFIED",
            "PLAIN",
            "TLS",
            "MTLS"
          ],
          "type": "string",
          "enumDescriptions": [
            "Security protocol not specified.",
            "Plain text communication.",
            "Transport Layer Security.",
            "Mutual Transport Layer Security."
          ],
          "description": "Optional. Security protocol for Redis."
        }
      }
    }
  },
  "version_module": true,
  "ownerDomain": "google.com",
  "batchPath": "batch",
  "canonicalName": "Oracle Database",
  "rootUrl": "https://oracledatabase.googleapis.com/",
  "baseUrl": "https://oracledatabase.googleapis.com/",
  "servicePath": "",
  "resources": {
    "projects": {
      "resources": {
        "locations": {
          "methods": {
            "list": {
              "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"
              ],
              "path": "v1/{+name}/locations",
              "httpMethod": "GET",
              "id": "oracledatabase.projects.locations.list",
              "response": {
                "$ref": "ListLocationsResponse"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "flatPath": "v1/projects/{projectsId}/locations",
              "parameters": {
                "filter": {
                  "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",
                  "type": "string"
                },
                "extraLocationTypes": {
                  "location": "query",
                  "repeated": true,
                  "type": "string",
                  "description": "Optional. Do not use this field unless explicitly documented otherwise. This is primarily for internal usage."
                },
                "pageSize": {
                  "description": "The maximum number of results to return. If not set, the service selects a default.",
                  "format": "int32",
                  "location": "query",
                  "type": "integer"
                },
                "name": {
                  "type": "string",
                  "description": "The resource that owns the locations collection, if applicable.",
                  "required": true,
                  "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.",
                  "location": "query",
                  "type": "string"
                }
              }
            },
            "get": {
              "description": "Gets information about a location.",
              "parameterOrder": [
                "name"
              ],
              "path": "v1/{+name}",
              "httpMethod": "GET",
              "response": {
                "$ref": "Location"
              },
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "id": "oracledatabase.projects.locations.get",
              "parameters": {
                "name": {
                  "required": true,
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "location": "path",
                  "description": "Resource name for the location.",
                  "type": "string"
                }
              },
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}"
            }
          },
          "resources": {
            "goldengateDeployments": {
              "methods": {
                "stop": {
                  "request": {
                    "$ref": "StopGoldengateDeploymentRequest"
                  },
                  "path": "v1/{+name}:stop",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeployments.stop",
                  "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}:stop",
                  "description": "Stops a single GoldengateDeployment.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "create": {
                  "description": "Creates a new GoldengateDeployment in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/goldengateDeployments",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "GoldengateDeployment"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments",
                  "parameters": {
                    "parent": {
                      "description": "Required. The value for parent of the GoldengateDeployment in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "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"
                    }
                  },
                  "id": "oracledatabase.projects.locations.goldengateDeployments.create",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "delete": {
                  "description": "Deletes a single GoldengateDeployment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeployments.delete",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "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"
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}"
                },
                "list": {
                  "id": "oracledatabase.projects.locations.goldengateDeployments.list",
                  "response": {
                    "$ref": "ListGoldengateDeploymentsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A page token, received from a previous ListGoldengateDeployments call. Provide this to retrieve the subsequent page."
                    },
                    "parent": {
                      "description": "Required. The parent value for GoldengateDeployments in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "pageSize": {
                      "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for ordering the results of the request."
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/goldengateDeployments",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists all the GoldengateDeployments for the given project and location."
                },
                "get": {
                  "description": "Gets details of a single GoldengateDeployment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoldengateDeployment"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeployments.get",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateDeployments/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}"
                },
                "start": {
                  "description": "Starts a single GoldengateDeployment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:start",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "StartGoldengateDeploymentRequest"
                  },
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateDeployments/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the Goldengate Deployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeployments/{goldengateDeploymentsId}:start",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeployments.start"
                }
              }
            },
            "exascaleDbStorageVaults": {
              "methods": {
                "delete": {
                  "description": "Deletes a single ExascaleDB Storage Vault.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults/{exascaleDbStorageVaultsId}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/exascaleDbStorageVaults/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}."
                    },
                    "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.exascaleDbStorageVaults.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "list": {
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.list",
                  "response": {
                    "$ref": "ListExascaleDbStorageVaultsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageSize": {
                      "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request. Order results as specified in https://google.aip.dev/132.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request. Filter the list as specified in https://google.aip.dev/160.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+parent}/exascaleDbStorageVaults",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists all the ExascaleDB Storage Vaults for the given project and location."
                },
                "get": {
                  "description": "Gets details of a single ExascaleDB Storage Vault.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ExascaleDbStorageVault"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.get",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/exascaleDbStorageVaults/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}/exascaleDbStorageVaults/{exascale_db_storage_vault}.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults/{exascaleDbStorageVaultsId}"
                },
                "create": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.exascaleDbStorageVaults.create",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The value for parent of the ExascaleDbStorageVault in the following format: projects/{project}/locations/{location}."
                    },
                    "exascaleDbStorageVaultId": {
                      "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.",
                      "location": "query",
                      "type": "string"
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exascaleDbStorageVaults",
                  "request": {
                    "$ref": "ExascaleDbStorageVault"
                  },
                  "path": "v1/{+parent}/exascaleDbStorageVaults",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a new ExascaleDB Storage Vault resource."
                }
              }
            },
            "goldengateDeploymentTypes": {
              "methods": {
                "list": {
                  "description": "Lists GoldenGateDeploymentTypes in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/goldengateDeploymentTypes",
                  "httpMethod": "GET",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent resource. Format: projects/{project}/locations/{location}",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "description": "Optional. Hint for how to order the results",
                      "location": "query",
                      "type": "string"
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeploymentTypes",
                  "response": {
                    "$ref": "ListGoldengateDeploymentTypesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeploymentTypes.list"
                }
              }
            },
            "dbSystemInitialStorageSizes": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/dbSystemInitialStorageSizes",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.dbSystemInitialStorageSizes.list",
                  "response": {
                    "$ref": "ListDbSystemInitialStorageSizesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystemInitialStorageSizes",
                  "parameters": {
                    "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."
                    },
                    "parent": {
                      "description": "Required. The parent value for the DbSystemInitialStorageSize resource with the format: projects/{project}/locations/{location}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "description": "Lists all the DbSystemInitialStorageSizes for the given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                }
              }
            },
            "goldengateConnectionTypes": {
              "methods": {
                "list": {
                  "description": "Lists GoldengateConnectionTypes in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/goldengateConnectionTypes",
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "Required. Parent value for ListGoldengateConnectionTypesRequest Format: projects/{project}/locations/{location}",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request. The connection_type field must be specified in the format: `connection_type=\"ORACLE\"`."
                    },
                    "pageSize": {
                      "description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionTypes",
                  "response": {
                    "$ref": "ListGoldengateConnectionTypesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionTypes.list"
                }
              }
            },
            "exadbVmClusters": {
              "methods": {
                "list": {
                  "description": "Lists all the Exadb (Exascale) VM Clusters for the given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/exadbVmClusters",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters",
                  "parameters": {
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent value for ExadbVmClusters in the following format: projects/{project}/locations/{location}."
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    }
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.list",
                  "response": {
                    "$ref": "ListExadbVmClustersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "get": {
                  "description": "Gets details of a single Exadb (Exascale) VM Cluster.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}."
                    }
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.get",
                  "response": {
                    "$ref": "ExadbVmCluster"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "delete": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}",
                  "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": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}."
                    }
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a single Exadb (Exascale) VM Cluster."
                },
                "create": {
                  "description": "Creates a new Exadb (Exascale) VM Cluster resource.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "request": {
                    "$ref": "ExadbVmCluster"
                  },
                  "path": "v1/{+parent}/exadbVmClusters",
                  "httpMethod": "POST",
                  "id": "oracledatabase.projects.locations.exadbVmClusters.create",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters",
                  "parameters": {
                    "exadbVmClusterId": {
                      "location": "query",
                      "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."
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The value for parent of the ExadbVmCluster in the following format: projects/{project}/locations/{location}."
                    },
                    "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"
                    }
                  }
                },
                "patch": {
                  "request": {
                    "$ref": "ExadbVmCluster"
                  },
                  "path": "v1/{+name}",
                  "httpMethod": "PATCH",
                  "id": "oracledatabase.projects.locations.exadbVmClusters.patch",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}",
                  "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": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "location": "path",
                      "description": "Identifier. The name of the ExadbVmCluster resource in the following format: projects/{project}/locations/{region}/exadbVmClusters/{exadb_vm_cluster}",
                      "type": "string"
                    },
                    "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 all the fields in the VM Cluster are overwritten.",
                      "format": "google-fieldmask"
                    }
                  },
                  "description": "Updates a single Exadb (Exascale) VM Cluster. To add virtual machines to existing exadb vm cluster, only pass the node count.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "removeVirtualMachine": {
                  "path": "v1/{+name}:removeVirtualMachine",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "RemoveVirtualMachineExadbVmClusterRequest"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}:removeVirtualMachine",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the ExadbVmCluster in the following format: projects/{project}/locations/{location}/exadbVmClusters/{exadb_vm_cluster}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "id": "oracledatabase.projects.locations.exadbVmClusters.removeVirtualMachine",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Removes virtual machines from an existing exadb vm cluster.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              },
              "resources": {
                "dbNodes": {
                  "methods": {
                    "list": {
                      "path": "v1/{+parent}/dbNodes",
                      "httpMethod": "GET",
                      "parameters": {
                        "pageSize": {
                          "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.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .",
                          "pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
                          "location": "path",
                          "required": true
                        },
                        "pageToken": {
                          "location": "query",
                          "type": "string",
                          "description": "Optional. A token identifying a page of results the node should return."
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}/dbNodes",
                      "response": {
                        "$ref": "ListDbNodesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.exadbVmClusters.dbNodes.list",
                      "description": "Lists the database nodes of a VM Cluster.",
                      "parameterOrder": [
                        "parent"
                      ]
                    }
                  }
                }
              }
            },
            "autonomousDatabaseBackups": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/autonomousDatabaseBackups",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabaseBackups",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for ListAutonomousDatabaseBackups in the following format: projects/{project}/locations/{location}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "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"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    }
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabaseBackups.list",
                  "response": {
                    "$ref": "ListAutonomousDatabaseBackupsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists the long-term and automatic backups of an Autonomous Database.",
                  "parameterOrder": [
                    "parent"
                  ]
                }
              }
            },
            "autonomousDbVersions": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists all the available Autonomous Database versions for a project and location.",
                  "parameters": {
                    "pageSize": {
                      "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.",
                      "type": "string"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDbVersions",
                  "response": {
                    "$ref": "ListAutonomousDbVersionsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDbVersions.list",
                  "path": "v1/{+parent}/autonomousDbVersions",
                  "httpMethod": "GET"
                }
              }
            },
            "pluggableDatabases": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/pluggableDatabases",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListPluggableDatabasesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.pluggableDatabases.list",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of PluggableDatabases. Format: projects/{project}/locations/{location}",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageToken": {
                      "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",
                      "type": "string"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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}\"`"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "Optional. The maximum number of PluggableDatabases to return. The service may return fewer than this value.",
                      "format": "int32"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/pluggableDatabases",
                  "description": "Lists all the PluggableDatabases for the given project, location and Container Database.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "get": {
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "PluggableDatabase"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.pluggableDatabases.get",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the PluggableDatabase resource in the following format: projects/{project}/locations/{region}/pluggableDatabases/{pluggable_database}",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/pluggableDatabases/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/pluggableDatabases/{pluggableDatabasesId}",
                  "description": "Gets details of a single PluggableDatabase.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "goldengateConnections": {
              "methods": {
                "delete": {
                  "id": "oracledatabase.projects.locations.goldengateConnections.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections/{goldengateConnectionsId}",
                  "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": {
                      "description": "Required. The name of the GoldengateConnection in the following format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnections/[^/]+$",
                      "location": "path"
                    }
                  },
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a single GoldengateConnection."
                },
                "list": {
                  "path": "v1/{+parent}/goldengateConnections",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.goldengateConnections.list",
                  "response": {
                    "$ref": "ListGoldengateConnectionsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections",
                  "parameters": {
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request."
                    },
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The parent value for GoldengateConnections in the following format: projects/{project}/locations/{location}."
                    },
                    "pageToken": {
                      "description": "Optional. A page token, received from a previous ListGoldengateConnections call. Provide this to retrieve the subsequent page.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "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",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "description": "Optional. An expression for ordering the results of the request.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "description": "Lists all the GoldengateConnections for the given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "get": {
                  "description": "Gets details of a single GoldengateConnection.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.goldengateConnections.get",
                  "response": {
                    "$ref": "GoldengateConnection"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections/{goldengateConnectionsId}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnections/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the GoldengateConnection in the following format: projects/{project}/locations/{location}/goldengateConnections/{goldengate_connection}.",
                      "type": "string"
                    }
                  }
                },
                "create": {
                  "request": {
                    "$ref": "GoldengateConnection"
                  },
                  "path": "v1/{+parent}/goldengateConnections",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnections.create",
                  "parameters": {
                    "goldengateConnectionId": {
                      "location": "query",
                      "type": "string",
                      "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."
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The value for parent of the GoldengateConnection in the following format: projects/{project}/locations/{location}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnections",
                  "description": "Creates a new GoldengateConnection in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                }
              }
            },
            "goldengateConnectionAssignments": {
              "methods": {
                "create": {
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.create",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments",
                  "parameters": {
                    "parent": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "description": "Required. The parent resource where this GoldengateConnectionAssignment will be created. Format: projects/{project}/locations/{location}",
                      "type": "string"
                    },
                    "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."
                    }
                  },
                  "request": {
                    "$ref": "GoldengateConnectionAssignment"
                  },
                  "path": "v1/{+parent}/goldengateConnectionAssignments",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a new GoldengateConnectionAssignment in a given project and location."
                },
                "delete": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.delete",
                  "parameters": {
                    "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"
                    },
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnectionAssignments/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the GoldengateConnectionAssignment to delete. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments/{goldengateConnectionAssignmentsId}",
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a single GoldengateConnectionAssignment."
                },
                "test": {
                  "description": "Tests a single GoldengateConnectionAssignment.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:test",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "TestGoldengateConnectionAssignmentRequest"
                  },
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. Name of the connection assignment for which to test connection. projects/{project}/locations/{region}/goldengateConnectionAssignments/{goldengate_connection_assignment}",
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnectionAssignments/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments/{goldengateConnectionAssignmentsId}:test",
                  "response": {
                    "$ref": "TestGoldengateConnectionAssignmentResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.test"
                },
                "list": {
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "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."
                    },
                    "parent": {
                      "description": "Required. The parent value for the GoldengateConnectionAssignments. Format: projects/{project}/locations/{location}",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "orderBy": {
                      "description": "Optional. A comma-separated list of fields to order by, sorted in ascending order. Use \"DESC\" after a field name for descending.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "description": "Optional. A filter expression that filters GoldengateConnectionAssignments listed in the response.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments",
                  "response": {
                    "$ref": "ListGoldengateConnectionAssignmentsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.list",
                  "path": "v1/{+parent}/goldengateConnectionAssignments",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists GoldengateConnectionAssignments in a given project and location."
                },
                "get": {
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "GoldengateConnectionAssignment"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateConnectionAssignments.get",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/goldengateConnectionAssignments/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the GoldengateConnectionAssignment to retrieve. Format: projects/{project}/locations/{location}/goldengateConnectionAssignments/{goldengate_connection_assignment}",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateConnectionAssignments/{goldengateConnectionAssignmentsId}",
                  "description": "Gets details of a single GoldengateConnectionAssignment.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "cloudExadataInfrastructures": {
              "methods": {
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a new Exadata Infrastructure in a given project and location.",
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.create",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "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)."
                    },
                    "cloudExadataInfrastructureId": {
                      "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",
                      "type": "string"
                    }
                  },
                  "request": {
                    "$ref": "CloudExadataInfrastructure"
                  },
                  "path": "v1/{+parent}/cloudExadataInfrastructures",
                  "httpMethod": "POST"
                },
                "list": {
                  "description": "Lists Exadata Infrastructures in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/cloudExadataInfrastructures",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.list",
                  "response": {
                    "$ref": "ListCloudExadataInfrastructuresResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for CloudExadataInfrastructure in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "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 Exadata infrastructures will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for ordering the results of the request."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request."
                    }
                  }
                },
                "get": {
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}",
                  "response": {
                    "$ref": "CloudExadataInfrastructure"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.get",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets details of a single Exadata Infrastructure."
                },
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a single Exadata Infrastructure.",
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}",
                  "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/[^/]+/cloudExadataInfrastructures/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}.",
                      "type": "string"
                    },
                    "force": {
                      "location": "query",
                      "type": "boolean",
                      "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."
                    }
                  },
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE"
                },
                "configureExascale": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Configures Exascale for a single Exadata Infrastructure.",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the Cloud Exadata Infrastructure in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloud_exadata_infrastructure}."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}:configureExascale",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.configureExascale",
                  "path": "v1/{+name}:configureExascale",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "ConfigureExascaleCloudExadataInfrastructureRequest"
                  }
                }
              },
              "resources": {
                "dbServers": {
                  "methods": {
                    "list": {
                      "response": {
                        "$ref": "ListDbServersResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.cloudExadataInfrastructures.dbServers.list",
                      "parameters": {
                        "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"
                        },
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the server should return.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "type": "string",
                          "description": "Required. The parent value for database server in the following format: projects/{project}/locations/{location}/cloudExadataInfrastructures/{cloudExadataInfrastructure}.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/cloudExadataInfrastructures/[^/]+$",
                          "location": "path"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudExadataInfrastructures/{cloudExadataInfrastructuresId}/dbServers",
                      "path": "v1/{+parent}/dbServers",
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Lists the database servers of an Exadata Infrastructure instance."
                    }
                  }
                }
              }
            },
            "entitlements": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/entitlements",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent value for the entitlement in the following format: projects/{project}/locations/{location}.",
                      "type": "string"
                    },
                    "pageSize": {
                      "description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 entitlements will be returned. The maximum value is 1000.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "id": "oracledatabase.projects.locations.entitlements.list",
                  "response": {
                    "$ref": "ListEntitlementsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/entitlements",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists the entitlements in a given project."
                }
              }
            },
            "autonomousDatabaseCharacterSets": {
              "methods": {
                "list": {
                  "description": "Lists Autonomous Database Character Sets in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/autonomousDatabaseCharacterSets",
                  "httpMethod": "GET",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    },
                    "filter": {
                      "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",
                      "type": "string"
                    },
                    "parent": {
                      "description": "Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabaseCharacterSets",
                  "response": {
                    "$ref": "ListAutonomousDatabaseCharacterSetsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabaseCharacterSets.list"
                }
              }
            },
            "operations": {
              "methods": {
                "cancel": {
                  "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`.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:cancel",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "CancelOperationRequest"
                  },
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "The name of the operation resource to be cancelled.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.operations.cancel"
                },
                "list": {
                  "id": "oracledatabase.projects.locations.operations.list",
                  "response": {
                    "$ref": "ListOperationsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations",
                  "parameters": {
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "The standard list filter."
                    },
                    "returnPartialSuccess": {
                      "location": "query",
                      "type": "boolean",
                      "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."
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "description": "The standard list page size.",
                      "format": "int32"
                    },
                    "name": {
                      "description": "The name of the operation's parent resource.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageToken": {
                      "description": "The standard list page token.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}/operations",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`."
                },
                "get": {
                  "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.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.operations.get",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "The name of the operation resource.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  }
                },
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "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`.",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "The name of the operation resource to be deleted.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "response": {
                    "$ref": "Empty"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.operations.delete",
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE"
                }
              }
            },
            "databases": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/databases",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/databases",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The parent resource name in the following format: projects/{project}/locations/{region}"
                    },
                    "pageToken": {
                      "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",
                      "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}\"`",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "id": "oracledatabase.projects.locations.databases.list",
                  "response": {
                    "$ref": "ListDatabasesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Lists all the Databases for the given project, location and DbSystem.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "get": {
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/databases/{databasesId}",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the Database resource in the following format: projects/{project}/locations/{region}/databases/{database}",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/databases/[^/]+$",
                      "location": "path"
                    }
                  },
                  "id": "oracledatabase.projects.locations.databases.get",
                  "response": {
                    "$ref": "Database"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets details of a single Database.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "dbSystems": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists all the DbSystems for the given project and location.",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent value for DbSystems in the following format: projects/{project}/locations/{location}.",
                      "type": "string"
                    },
                    "pageSize": {
                      "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",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for ordering the results of the request."
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems",
                  "response": {
                    "$ref": "ListDbSystemsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.dbSystems.list",
                  "path": "v1/{+parent}/dbSystems",
                  "httpMethod": "GET"
                },
                "get": {
                  "response": {
                    "$ref": "DbSystem"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.dbSystems.get",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/dbSystems/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems/{dbSystemsId}",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets details of a single DbSystem."
                },
                "create": {
                  "description": "Creates a new DbSystem in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/dbSystems",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "DbSystem"
                  },
                  "parameters": {
                    "dbSystemId": {
                      "location": "query",
                      "type": "string",
                      "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."
                    },
                    "parent": {
                      "description": "Required. The value for parent of the DbSystem in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.dbSystems.create"
                },
                "delete": {
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystems/{dbSystemsId}",
                  "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/[^/]+/dbSystems/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}."
                    }
                  },
                  "id": "oracledatabase.projects.locations.dbSystems.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Deletes a single DbSystem.",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            },
            "giVersions": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/giVersions",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListGiVersionsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.giVersions.list",
                  "parameters": {
                    "pageSize": {
                      "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "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}\"`."
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for Grid Infrastructure Version in the following format: Format: projects/{project}/locations/{location}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/giVersions",
                  "description": "Lists all the valid Oracle Grid Infrastructure (GI) versions for the given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                }
              },
              "resources": {
                "minorVersions": {
                  "methods": {
                    "list": {
                      "parameters": {
                        "pageSize": {
                          "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.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        },
                        "parent": {
                          "description": "Required. The parent value for the MinorVersion resource with the format: projects/{project}/locations/{location}/giVersions/{gi_version}",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/giVersions/[^/]+$",
                          "location": "path"
                        },
                        "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."
                        },
                        "filter": {
                          "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}\"`.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/giVersions/{giVersionsId}/minorVersions",
                      "response": {
                        "$ref": "ListMinorVersionsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.giVersions.minorVersions.list",
                      "path": "v1/{+parent}/minorVersions",
                      "httpMethod": "GET",
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Lists all the valid minor versions for the given project, location, gi version and shape family."
                    }
                  }
                }
              }
            },
            "autonomousDatabases": {
              "methods": {
                "switchover": {
                  "description": "Initiates a switchover of specified autonomous database to the associated peer database.",
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "SwitchoverAutonomousDatabaseRequest"
                  },
                  "path": "v1/{+name}:switchover",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.switchover",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:switchover"
                },
                "delete": {
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}",
                  "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": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the resource in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string"
                    }
                  },
                  "description": "Deletes a single Autonomous Database.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "refresh": {
                  "request": {
                    "$ref": "RefreshAutonomousDatabaseRequest"
                  },
                  "path": "v1/{+name}:refresh",
                  "httpMethod": "POST",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.refresh",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:refresh",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the AutonomousDatabase resource. Format: projects/{project}/location/{location}/autonomousDatabases/{autonomous_database}"
                    }
                  },
                  "description": "Refreshes the refreshable clone of an Autonomous Database.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "stop": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:stop",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string"
                    }
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabases.stop",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}:stop",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "StopAutonomousDatabaseRequest"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Stops an Autonomous Database."
                },
                "failover": {
                  "request": {
                    "$ref": "FailoverAutonomousDatabaseRequest"
                  },
                  "path": "v1/{+name}:failover",
                  "httpMethod": "POST",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.failover",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:failover",
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "description": "Initiates a failover to target autonomous database from the associated primary database.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "start": {
                  "path": "v1/{+name}:start",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "StartAutonomousDatabaseRequest"
                  },
                  "parameters": {
                    "name": {
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:start",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.start",
                  "description": "Starts an Autonomous Database.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "create": {
                  "path": "v1/{+parent}/autonomousDatabases",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "AutonomousDatabase"
                  },
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The name of the parent in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "autonomousDatabaseId": {
                      "location": "query",
                      "type": "string",
                      "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",
                      "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)."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.create",
                  "description": "Creates a new Autonomous Database in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "generateWallet": {
                  "request": {
                    "$ref": "GenerateAutonomousDatabaseWalletRequest"
                  },
                  "path": "v1/{+name}:generateWallet",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "GenerateAutonomousDatabaseWalletResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.generateWallet",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "type": "string",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:generateWallet",
                  "description": "Generates a wallet for an Autonomous Database.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "get": {
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}",
                  "response": {
                    "$ref": "AutonomousDatabase"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.get",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets the details of a single Autonomous Database."
                },
                "patch": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}",
                  "parameters": {
                    "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 all fields will be overwritten.",
                      "format": "google-fieldmask",
                      "location": "query",
                      "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",
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "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.autonomousDatabases.patch",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "PATCH",
                  "request": {
                    "$ref": "AutonomousDatabase"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Updates the parameters of a single Autonomous Database."
                },
                "getRefreshableClones": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets the refreshable clones for a given Autonomous Database.",
                  "id": "oracledatabase.projects.locations.autonomousDatabases.getRefreshableClones",
                  "response": {
                    "$ref": "AutonomousDatabaseRefreshableClones"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:getRefreshableClones",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "description": "Required. The Autonomous Database resource whose refreshable clones are to be listed. Format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}",
                      "type": "string"
                    }
                  },
                  "path": "v1/{+name}:getRefreshableClones",
                  "httpMethod": "GET"
                },
                "restore": {
                  "description": "Restores a single Autonomous Database.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}:restore",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "RestoreAutonomousDatabaseRequest"
                  },
                  "parameters": {
                    "name": {
                      "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/[^/]+$",
                      "location": "path"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:restore",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.autonomousDatabases.restore"
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists the Autonomous Databases in a given project and location.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for the Autonomous Database in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for ordering the results of the request."
                    },
                    "filter": {
                      "description": "Optional. An expression for filtering the results of the request.",
                      "location": "query",
                      "type": "string"
                    }
                  },
                  "id": "oracledatabase.projects.locations.autonomousDatabases.list",
                  "response": {
                    "$ref": "ListAutonomousDatabasesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/autonomousDatabases",
                  "httpMethod": "GET"
                },
                "restart": {
                  "id": "oracledatabase.projects.locations.autonomousDatabases.restart",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/autonomousDatabases/{autonomousDatabasesId}:restart",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/autonomousDatabases/[^/]+$",
                      "location": "path",
                      "description": "Required. The name of the Autonomous Database in the following format: projects/{project}/locations/{location}/autonomousDatabases/{autonomous_database}.",
                      "type": "string"
                    }
                  },
                  "request": {
                    "$ref": "RestartAutonomousDatabaseRequest"
                  },
                  "path": "v1/{+name}:restart",
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Restarts an Autonomous Database."
                }
              }
            },
            "goldengateDeploymentEnvironments": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists GoldengateDeploymentEnvironments in a given project and location.",
                  "parameters": {
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent, which owns this collection of GoldengateDeploymentEnvironments. Format: projects/{project}/locations/{location}",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeploymentEnvironments",
                  "response": {
                    "$ref": "ListGoldengateDeploymentEnvironmentsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.goldengateDeploymentEnvironments.list",
                  "path": "v1/{+parent}/goldengateDeploymentEnvironments",
                  "httpMethod": "GET"
                }
              }
            },
            "cloudVmClusters": {
              "methods": {
                "delete": {
                  "description": "Deletes a single VM Cluster.",
                  "parameterOrder": [
                    "name"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "id": "oracledatabase.projects.locations.cloudVmClusters.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters/{cloudVmClustersId}",
                  "parameters": {
                    "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": {
                      "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": {
                      "type": "string",
                      "description": "Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudVmClusters/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  }
                },
                "list": {
                  "path": "v1/{+parent}/cloudVmClusters",
                  "httpMethod": "GET",
                  "response": {
                    "$ref": "ListCloudVmClustersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.cloudVmClusters.list",
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying the page of results the server returns."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request."
                    },
                    "parent": {
                      "description": "Required. The name of the parent in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters",
                  "description": "Lists the VM Clusters in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "get": {
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/cloudVmClusters/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The name of the Cloud VM Cluster in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloud_vm_cluster}."
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters/{cloudVmClustersId}",
                  "response": {
                    "$ref": "CloudVmCluster"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.cloudVmClusters.get",
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Gets details of a single VM Cluster."
                },
                "create": {
                  "description": "Creates a new VM Cluster in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/cloudVmClusters",
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "CloudVmCluster"
                  },
                  "parameters": {
                    "parent": {
                      "description": "Required. The name of the parent in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    },
                    "cloudVmClusterId": {
                      "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.",
                      "location": "query",
                      "type": "string"
                    },
                    "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"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "oracledatabase.projects.locations.cloudVmClusters.create"
                }
              },
              "resources": {
                "dbNodes": {
                  "methods": {
                    "list": {
                      "parameterOrder": [
                        "parent"
                      ],
                      "description": "Lists the database nodes of a VM Cluster.",
                      "parameters": {
                        "pageToken": {
                          "description": "Optional. A token identifying a page of results the node should return.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .",
                          "type": "string",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/cloudVmClusters/[^/]+$",
                          "location": "path"
                        },
                        "pageSize": {
                          "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.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/cloudVmClusters/{cloudVmClustersId}/dbNodes",
                      "response": {
                        "$ref": "ListDbNodesResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.cloudVmClusters.dbNodes.list",
                      "path": "v1/{+parent}/dbNodes",
                      "httpMethod": "GET"
                    }
                  }
                }
              }
            },
            "dbSystemShapes": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists the database system shapes available for the project and location.",
                  "id": "oracledatabase.projects.locations.dbSystemShapes.list",
                  "response": {
                    "$ref": "ListDbSystemShapesResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbSystemShapes",
                  "parameters": {
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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.",
                      "format": "int32"
                    },
                    "parent": {
                      "description": "Required. The parent value for Database System Shapes in the following format: projects/{project}/locations/{location}.",
                      "type": "string",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path"
                    },
                    "pageToken": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. A token identifying a page of results the server should return."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "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}\"`."
                    }
                  },
                  "path": "v1/{+parent}/dbSystemShapes",
                  "httpMethod": "GET"
                }
              }
            },
            "databaseCharacterSets": {
              "methods": {
                "list": {
                  "description": "List DatabaseCharacterSets for the given project and location.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "path": "v1/{+parent}/databaseCharacterSets",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.databaseCharacterSets.list",
                  "response": {
                    "$ref": "ListDatabaseCharacterSetsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/databaseCharacterSets",
                  "parameters": {
                    "pageSize": {
                      "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "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.",
                      "location": "query",
                      "type": "string"
                    },
                    "filter": {
                      "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",
                      "type": "string"
                    },
                    "parent": {
                      "type": "string",
                      "description": "Required. The parent value for DatabaseCharacterSets in the following format: projects/{project}/locations/{location}.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true
                    }
                  }
                }
              }
            },
            "odbNetworks": {
              "methods": {
                "delete": {
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Deletes a single ODB Network.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}",
                  "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": {
                      "required": true,
                      "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"
                    }
                  },
                  "id": "oracledatabase.projects.locations.odbNetworks.delete",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE"
                },
                "list": {
                  "path": "v1/{+parent}/odbNetworks",
                  "httpMethod": "GET",
                  "id": "oracledatabase.projects.locations.odbNetworks.list",
                  "response": {
                    "$ref": "ListOdbNetworksResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. The parent value for the ODB Network in the following format: projects/{project}/locations/{location}."
                    },
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "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.",
                      "format": "int32",
                      "location": "query",
                      "type": "integer"
                    },
                    "orderBy": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for ordering the results of the request."
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Optional. An expression for filtering the results of the request."
                    }
                  },
                  "description": "Lists the ODB Networks in a given project and location.",
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "get": {
                  "path": "v1/{+name}",
                  "httpMethod": "GET",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}",
                  "parameters": {
                    "name": {
                      "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",
                      "required": true
                    }
                  },
                  "id": "oracledatabase.projects.locations.odbNetworks.get",
                  "response": {
                    "$ref": "OdbNetwork"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Gets details of a single ODB Network.",
                  "parameterOrder": [
                    "name"
                  ]
                },
                "create": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Creates a new ODB Network in a given project and location.",
                  "id": "oracledatabase.projects.locations.odbNetworks.create",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks",
                  "parameters": {
                    "odbNetworkId": {
                      "location": "query",
                      "type": "string",
                      "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."
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent value for the OdbNetwork in the following format: projects/{project}/locations/{location}.",
                      "type": "string"
                    },
                    "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"
                    }
                  },
                  "request": {
                    "$ref": "OdbNetwork"
                  },
                  "path": "v1/{+parent}/odbNetworks",
                  "httpMethod": "POST"
                }
              },
              "resources": {
                "odbSubnets": {
                  "methods": {
                    "delete": {
                      "parameterOrder": [
                        "name"
                      ],
                      "description": "Deletes a single ODB Subnet.",
                      "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/[^/]+/odbNetworks/[^/]+/odbSubnets/[^/]+$",
                          "location": "path",
                          "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"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets/{odbSubnetsId}",
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.delete",
                      "path": "v1/{+name}",
                      "httpMethod": "DELETE"
                    },
                    "list": {
                      "path": "v1/{+parent}/odbSubnets",
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "ListOdbSubnetsResponse"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.list",
                      "parameters": {
                        "filter": {
                          "description": "Optional. An expression for filtering the results of the request.",
                          "location": "query",
                          "type": "string"
                        },
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+$",
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "description": "Required. The parent value for the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}."
                        },
                        "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 ODB Networks will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
                          "format": "int32",
                          "location": "query",
                          "type": "integer"
                        },
                        "orderBy": {
                          "description": "Optional. An expression for ordering the results of the request.",
                          "location": "query",
                          "type": "string"
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets",
                      "description": "Lists all the ODB Subnets in a given ODB Network.",
                      "parameterOrder": [
                        "parent"
                      ]
                    },
                    "get": {
                      "path": "v1/{+name}",
                      "httpMethod": "GET",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets/{odbSubnetsId}",
                      "parameters": {
                        "name": {
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+/odbSubnets/[^/]+$",
                          "location": "path",
                          "type": "string",
                          "description": "Required. The name of the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}/odbSubnets/{odb_subnet}."
                        }
                      },
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.get",
                      "response": {
                        "$ref": "OdbSubnet"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Gets details of a single ODB Subnet.",
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "create": {
                      "request": {
                        "$ref": "OdbSubnet"
                      },
                      "path": "v1/{+parent}/odbSubnets",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "oracledatabase.projects.locations.odbNetworks.odbSubnets.create",
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/odbNetworks/[^/]+$",
                          "location": "path",
                          "required": true,
                          "description": "Required. The parent value for the OdbSubnet in the following format: projects/{project}/locations/{location}/odbNetworks/{odb_network}.",
                          "type": "string"
                        },
                        "odbSubnetId": {
                          "location": "query",
                          "type": "string",
                          "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",
                          "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)."
                        }
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/odbNetworks/{odbNetworksId}/odbSubnets",
                      "description": "Creates a new ODB Subnet in a given ODB Network.",
                      "parameterOrder": [
                        "parent"
                      ]
                    }
                  }
                }
              }
            },
            "dbVersions": {
              "methods": {
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "List DbVersions for the given project and location.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/dbVersions",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "Required. The parent value for the DbVersion resource with the format: projects/{project}/locations/{location}",
                      "type": "string"
                    },
                    "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."
                    },
                    "filter": {
                      "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.",
                      "location": "query",
                      "type": "string"
                    },
                    "pageSize": {
                      "location": "query",
                      "type": "integer",
                      "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"
                    }
                  },
                  "id": "oracledatabase.projects.locations.dbVersions.list",
                  "response": {
                    "$ref": "ListDbVersionsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/dbVersions",
                  "httpMethod": "GET"
                }
              }
            },
            "goldengateDeploymentVersions": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/goldengateDeploymentVersions",
                  "parameters": {
                    "pageToken": {
                      "description": "Optional. A token identifying a page of results the server should return.",
                      "location": "query",
                      "type": "string"
                    },
                    "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"
                    },
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Required. Parent value for ListGoldengateDeploymentVersionsRequest Format: projects/{project}/locations/{location}"
                    },
                    "pageSize": {
                      "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",
                      "location": "query",
                      "type": "integer"
                    }
                  },
                  "id": "oracledatabase.projects.locations.goldengateDeploymentVersions.list",
                  "response": {
                    "$ref": "ListGoldengateDeploymentVersionsResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+parent}/goldengateDeploymentVersions",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "parent"
                  ],
                  "description": "Lists GoldengateDeploymentVersions in a given project and location."
                }
              }
            }
          }
        }
      }
    }
  },
  "documentationLink": "https://cloud.google.com/oracle/database/docs",
  "basePath": "",
  "protocol": "rest",
  "discoveryVersion": "v1",
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "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."
        }
      }
    }
  },
  "ownerName": "Google",
  "kind": "discovery#restDescription",
  "fullyEncodeReservedExpansion": true,
  "id": "oracledatabase:v1",
  "name": "oracledatabase",
  "endpoints": [
    {
      "endpointUrl": "https://oracledatabase.asia-northeast2.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "asia-northeast2"
    },
    {
      "description": "Regional Endpoint",
      "location": "asia-south2",
      "endpointUrl": "https://oracledatabase.asia-south2.rep.googleapis.com/"
    },
    {
      "location": "asia-south1",
      "description": "Regional Endpoint",
      "endpointUrl": "https://oracledatabase.asia-south1.rep.googleapis.com/"
    },
    {
      "location": "australia-southeast2",
      "description": "Regional Endpoint",
      "endpointUrl": "https://oracledatabase.australia-southeast2.rep.googleapis.com/"
    },
    {
      "endpointUrl": "https://oracledatabase.europe-west8.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "europe-west8"
    },
    {
      "endpointUrl": "https://oracledatabase.northamerica-northeast2.rep.googleapis.com/",
      "description": "Regional Endpoint",
      "location": "northamerica-northeast2"
    }
  ]
}
