Module pagers (0.3.0)

API documentation for oracledatabase_v1.services.oracle_database.pagers module.

Classes

ListAutonomousDatabaseBackupsAsyncPager

ListAutonomousDatabaseBackupsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseBackupsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseBackupsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseBackupsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_database_backups requests.

This class thinly wraps an initial ListAutonomousDatabaseBackupsResponse object, and provides an __aiter__ method to iterate through its autonomous_database_backups field.

If there are more pages, the __aiter__ method will make additional ListAutonomousDatabaseBackups requests and continue to iterate through the autonomous_database_backups field on the corresponding responses.

All the usual ListAutonomousDatabaseBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDatabaseBackupsPager

ListAutonomousDatabaseBackupsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseBackupsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseBackupsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseBackupsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_database_backups requests.

This class thinly wraps an initial ListAutonomousDatabaseBackupsResponse object, and provides an __iter__ method to iterate through its autonomous_database_backups field.

If there are more pages, the __iter__ method will make additional ListAutonomousDatabaseBackups requests and continue to iterate through the autonomous_database_backups field on the corresponding responses.

All the usual ListAutonomousDatabaseBackupsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDatabaseCharacterSetsAsyncPager

ListAutonomousDatabaseCharacterSetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseCharacterSetsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseCharacterSetsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseCharacterSetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_database_character_sets requests.

This class thinly wraps an initial ListAutonomousDatabaseCharacterSetsResponse object, and provides an __aiter__ method to iterate through its autonomous_database_character_sets field.

If there are more pages, the __aiter__ method will make additional ListAutonomousDatabaseCharacterSets requests and continue to iterate through the autonomous_database_character_sets field on the corresponding responses.

All the usual ListAutonomousDatabaseCharacterSetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDatabaseCharacterSetsPager

ListAutonomousDatabaseCharacterSetsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseCharacterSetsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseCharacterSetsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabaseCharacterSetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_database_character_sets requests.

This class thinly wraps an initial ListAutonomousDatabaseCharacterSetsResponse object, and provides an __iter__ method to iterate through its autonomous_database_character_sets field.

If there are more pages, the __iter__ method will make additional ListAutonomousDatabaseCharacterSets requests and continue to iterate through the autonomous_database_character_sets field on the corresponding responses.

All the usual ListAutonomousDatabaseCharacterSetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDatabasesAsyncPager

ListAutonomousDatabasesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabasesResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabasesRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabasesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_databases requests.

This class thinly wraps an initial ListAutonomousDatabasesResponse object, and provides an __aiter__ method to iterate through its autonomous_databases field.

If there are more pages, the __aiter__ method will make additional ListAutonomousDatabases requests and continue to iterate through the autonomous_databases field on the corresponding responses.

All the usual ListAutonomousDatabasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDatabasesPager

ListAutonomousDatabasesPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabasesResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabasesRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDatabasesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_databases requests.

This class thinly wraps an initial ListAutonomousDatabasesResponse object, and provides an __iter__ method to iterate through its autonomous_databases field.

If there are more pages, the __iter__ method will make additional ListAutonomousDatabases requests and continue to iterate through the autonomous_databases field on the corresponding responses.

All the usual ListAutonomousDatabasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDbVersionsAsyncPager

ListAutonomousDbVersionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDbVersionsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDbVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDbVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_db_versions requests.

This class thinly wraps an initial ListAutonomousDbVersionsResponse object, and provides an __aiter__ method to iterate through its autonomous_db_versions field.

If there are more pages, the __aiter__ method will make additional ListAutonomousDbVersions requests and continue to iterate through the autonomous_db_versions field on the corresponding responses.

All the usual ListAutonomousDbVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListAutonomousDbVersionsPager

ListAutonomousDbVersionsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDbVersionsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDbVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListAutonomousDbVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_autonomous_db_versions requests.

This class thinly wraps an initial ListAutonomousDbVersionsResponse object, and provides an __iter__ method to iterate through its autonomous_db_versions field.

If there are more pages, the __iter__ method will make additional ListAutonomousDbVersions requests and continue to iterate through the autonomous_db_versions field on the corresponding responses.

All the usual ListAutonomousDbVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListCloudExadataInfrastructuresAsyncPager

ListCloudExadataInfrastructuresAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudExadataInfrastructuresResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudExadataInfrastructuresRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudExadataInfrastructuresResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_cloud_exadata_infrastructures requests.

This class thinly wraps an initial ListCloudExadataInfrastructuresResponse object, and provides an __aiter__ method to iterate through its cloud_exadata_infrastructures field.

If there are more pages, the __aiter__ method will make additional ListCloudExadataInfrastructures requests and continue to iterate through the cloud_exadata_infrastructures field on the corresponding responses.

All the usual ListCloudExadataInfrastructuresResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListCloudExadataInfrastructuresPager

ListCloudExadataInfrastructuresPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudExadataInfrastructuresResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudExadataInfrastructuresRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudExadataInfrastructuresResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_cloud_exadata_infrastructures requests.

This class thinly wraps an initial ListCloudExadataInfrastructuresResponse object, and provides an __iter__ method to iterate through its cloud_exadata_infrastructures field.

If there are more pages, the __iter__ method will make additional ListCloudExadataInfrastructures requests and continue to iterate through the cloud_exadata_infrastructures field on the corresponding responses.

All the usual ListCloudExadataInfrastructuresResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListCloudVmClustersAsyncPager

ListCloudVmClustersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudVmClustersResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudVmClustersRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudVmClustersResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_cloud_vm_clusters requests.

This class thinly wraps an initial ListCloudVmClustersResponse object, and provides an __aiter__ method to iterate through its cloud_vm_clusters field.

If there are more pages, the __aiter__ method will make additional ListCloudVmClusters requests and continue to iterate through the cloud_vm_clusters field on the corresponding responses.

All the usual ListCloudVmClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListCloudVmClustersPager

ListCloudVmClustersPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudVmClustersResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudVmClustersRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListCloudVmClustersResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_cloud_vm_clusters requests.

This class thinly wraps an initial ListCloudVmClustersResponse object, and provides an __iter__ method to iterate through its cloud_vm_clusters field.

If there are more pages, the __iter__ method will make additional ListCloudVmClusters requests and continue to iterate through the cloud_vm_clusters field on the corresponding responses.

All the usual ListCloudVmClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDatabaseCharacterSetsAsyncPager

ListDatabaseCharacterSetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.database_character_set.ListDatabaseCharacterSetsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.database_character_set.ListDatabaseCharacterSetsRequest,
    response: google.cloud.oracledatabase_v1.types.database_character_set.ListDatabaseCharacterSetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_database_character_sets requests.

This class thinly wraps an initial ListDatabaseCharacterSetsResponse object, and provides an __aiter__ method to iterate through its database_character_sets field.

If there are more pages, the __aiter__ method will make additional ListDatabaseCharacterSets requests and continue to iterate through the database_character_sets field on the corresponding responses.

All the usual ListDatabaseCharacterSetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDatabaseCharacterSetsPager

ListDatabaseCharacterSetsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.database_character_set.ListDatabaseCharacterSetsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.database_character_set.ListDatabaseCharacterSetsRequest,
    response: google.cloud.oracledatabase_v1.types.database_character_set.ListDatabaseCharacterSetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_database_character_sets requests.

This class thinly wraps an initial ListDatabaseCharacterSetsResponse object, and provides an __iter__ method to iterate through its database_character_sets field.

If there are more pages, the __iter__ method will make additional ListDatabaseCharacterSets requests and continue to iterate through the database_character_sets field on the corresponding responses.

All the usual ListDatabaseCharacterSetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDatabasesAsyncPager

ListDatabasesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.database.ListDatabasesResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.database.ListDatabasesRequest,
    response: google.cloud.oracledatabase_v1.types.database.ListDatabasesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_databases requests.

This class thinly wraps an initial ListDatabasesResponse object, and provides an __aiter__ method to iterate through its databases field.

If there are more pages, the __aiter__ method will make additional ListDatabases requests and continue to iterate through the databases field on the corresponding responses.

All the usual ListDatabasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDatabasesPager

ListDatabasesPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.database.ListDatabasesResponse
    ],
    request: google.cloud.oracledatabase_v1.types.database.ListDatabasesRequest,
    response: google.cloud.oracledatabase_v1.types.database.ListDatabasesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_databases requests.

This class thinly wraps an initial ListDatabasesResponse object, and provides an __iter__ method to iterate through its databases field.

If there are more pages, the __iter__ method will make additional ListDatabases requests and continue to iterate through the databases field on the corresponding responses.

All the usual ListDatabasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbNodesAsyncPager

ListDbNodesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListDbNodesResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbNodesRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbNodesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_nodes requests.

This class thinly wraps an initial ListDbNodesResponse object, and provides an __aiter__ method to iterate through its db_nodes field.

If there are more pages, the __aiter__ method will make additional ListDbNodes requests and continue to iterate through the db_nodes field on the corresponding responses.

All the usual ListDbNodesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbNodesPager

ListDbNodesPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.oracledatabase.ListDbNodesResponse
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbNodesRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbNodesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_nodes requests.

This class thinly wraps an initial ListDbNodesResponse object, and provides an __iter__ method to iterate through its db_nodes field.

If there are more pages, the __iter__ method will make additional ListDbNodes requests and continue to iterate through the db_nodes field on the corresponding responses.

All the usual ListDbNodesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbServersAsyncPager

ListDbServersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListDbServersResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbServersRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbServersResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_servers requests.

This class thinly wraps an initial ListDbServersResponse object, and provides an __aiter__ method to iterate through its db_servers field.

If there are more pages, the __aiter__ method will make additional ListDbServers requests and continue to iterate through the db_servers field on the corresponding responses.

All the usual ListDbServersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbServersPager

ListDbServersPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.oracledatabase.ListDbServersResponse
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbServersRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbServersResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_servers requests.

This class thinly wraps an initial ListDbServersResponse object, and provides an __iter__ method to iterate through its db_servers field.

If there are more pages, the __iter__ method will make additional ListDbServers requests and continue to iterate through the db_servers field on the corresponding responses.

All the usual ListDbServersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbSystemInitialStorageSizesAsyncPager

ListDbSystemInitialStorageSizesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.db_system_initial_storage_size.ListDbSystemInitialStorageSizesResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.db_system_initial_storage_size.ListDbSystemInitialStorageSizesRequest,
    response: google.cloud.oracledatabase_v1.types.db_system_initial_storage_size.ListDbSystemInitialStorageSizesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_system_initial_storage_sizes requests.

This class thinly wraps an initial ListDbSystemInitialStorageSizesResponse object, and provides an __aiter__ method to iterate through its db_system_initial_storage_sizes field.

If there are more pages, the __aiter__ method will make additional ListDbSystemInitialStorageSizes requests and continue to iterate through the db_system_initial_storage_sizes field on the corresponding responses.

All the usual ListDbSystemInitialStorageSizesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbSystemInitialStorageSizesPager

ListDbSystemInitialStorageSizesPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.db_system_initial_storage_size.ListDbSystemInitialStorageSizesResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.db_system_initial_storage_size.ListDbSystemInitialStorageSizesRequest,
    response: google.cloud.oracledatabase_v1.types.db_system_initial_storage_size.ListDbSystemInitialStorageSizesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_system_initial_storage_sizes requests.

This class thinly wraps an initial ListDbSystemInitialStorageSizesResponse object, and provides an __iter__ method to iterate through its db_system_initial_storage_sizes field.

If there are more pages, the __iter__ method will make additional ListDbSystemInitialStorageSizes requests and continue to iterate through the db_system_initial_storage_sizes field on the corresponding responses.

All the usual ListDbSystemInitialStorageSizesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbSystemShapesAsyncPager

ListDbSystemShapesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListDbSystemShapesResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbSystemShapesRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbSystemShapesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_system_shapes requests.

This class thinly wraps an initial ListDbSystemShapesResponse object, and provides an __aiter__ method to iterate through its db_system_shapes field.

If there are more pages, the __aiter__ method will make additional ListDbSystemShapes requests and continue to iterate through the db_system_shapes field on the corresponding responses.

All the usual ListDbSystemShapesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbSystemShapesPager

ListDbSystemShapesPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListDbSystemShapesResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbSystemShapesRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListDbSystemShapesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_system_shapes requests.

This class thinly wraps an initial ListDbSystemShapesResponse object, and provides an __iter__ method to iterate through its db_system_shapes field.

If there are more pages, the __iter__ method will make additional ListDbSystemShapes requests and continue to iterate through the db_system_shapes field on the corresponding responses.

All the usual ListDbSystemShapesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbSystemsAsyncPager

ListDbSystemsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.db_system.ListDbSystemsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.db_system.ListDbSystemsRequest,
    response: google.cloud.oracledatabase_v1.types.db_system.ListDbSystemsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_systems requests.

This class thinly wraps an initial ListDbSystemsResponse object, and provides an __aiter__ method to iterate through its db_systems field.

If there are more pages, the __aiter__ method will make additional ListDbSystems requests and continue to iterate through the db_systems field on the corresponding responses.

All the usual ListDbSystemsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbSystemsPager

ListDbSystemsPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.db_system.ListDbSystemsResponse
    ],
    request: google.cloud.oracledatabase_v1.types.db_system.ListDbSystemsRequest,
    response: google.cloud.oracledatabase_v1.types.db_system.ListDbSystemsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_systems requests.

This class thinly wraps an initial ListDbSystemsResponse object, and provides an __iter__ method to iterate through its db_systems field.

If there are more pages, the __iter__ method will make additional ListDbSystems requests and continue to iterate through the db_systems field on the corresponding responses.

All the usual ListDbSystemsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbVersionsAsyncPager

ListDbVersionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.db_version.ListDbVersionsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.db_version.ListDbVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.db_version.ListDbVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_versions requests.

This class thinly wraps an initial ListDbVersionsResponse object, and provides an __aiter__ method to iterate through its db_versions field.

If there are more pages, the __aiter__ method will make additional ListDbVersions requests and continue to iterate through the db_versions field on the corresponding responses.

All the usual ListDbVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListDbVersionsPager

ListDbVersionsPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.db_version.ListDbVersionsResponse
    ],
    request: google.cloud.oracledatabase_v1.types.db_version.ListDbVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.db_version.ListDbVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_db_versions requests.

This class thinly wraps an initial ListDbVersionsResponse object, and provides an __iter__ method to iterate through its db_versions field.

If there are more pages, the __iter__ method will make additional ListDbVersions requests and continue to iterate through the db_versions field on the corresponding responses.

All the usual ListDbVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListEntitlementsAsyncPager

ListEntitlementsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListEntitlementsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListEntitlementsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListEntitlementsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_entitlements requests.

This class thinly wraps an initial ListEntitlementsResponse object, and provides an __aiter__ method to iterate through its entitlements field.

If there are more pages, the __aiter__ method will make additional ListEntitlements requests and continue to iterate through the entitlements field on the corresponding responses.

All the usual ListEntitlementsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListEntitlementsPager

ListEntitlementsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListEntitlementsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListEntitlementsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListEntitlementsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_entitlements requests.

This class thinly wraps an initial ListEntitlementsResponse object, and provides an __iter__ method to iterate through its entitlements field.

If there are more pages, the __iter__ method will make additional ListEntitlements requests and continue to iterate through the entitlements field on the corresponding responses.

All the usual ListEntitlementsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListExadbVmClustersAsyncPager

ListExadbVmClustersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListExadbVmClustersResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListExadbVmClustersRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListExadbVmClustersResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_exadb_vm_clusters requests.

This class thinly wraps an initial ListExadbVmClustersResponse object, and provides an __aiter__ method to iterate through its exadb_vm_clusters field.

If there are more pages, the __aiter__ method will make additional ListExadbVmClusters requests and continue to iterate through the exadb_vm_clusters field on the corresponding responses.

All the usual ListExadbVmClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListExadbVmClustersPager

ListExadbVmClustersPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListExadbVmClustersResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListExadbVmClustersRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListExadbVmClustersResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_exadb_vm_clusters requests.

This class thinly wraps an initial ListExadbVmClustersResponse object, and provides an __iter__ method to iterate through its exadb_vm_clusters field.

If there are more pages, the __iter__ method will make additional ListExadbVmClusters requests and continue to iterate through the exadb_vm_clusters field on the corresponding responses.

All the usual ListExadbVmClustersResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListExascaleDbStorageVaultsAsyncPager

ListExascaleDbStorageVaultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.exascale_db_storage_vault.ListExascaleDbStorageVaultsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.exascale_db_storage_vault.ListExascaleDbStorageVaultsRequest,
    response: google.cloud.oracledatabase_v1.types.exascale_db_storage_vault.ListExascaleDbStorageVaultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_exascale_db_storage_vaults requests.

This class thinly wraps an initial ListExascaleDbStorageVaultsResponse object, and provides an __aiter__ method to iterate through its exascale_db_storage_vaults field.

If there are more pages, the __aiter__ method will make additional ListExascaleDbStorageVaults requests and continue to iterate through the exascale_db_storage_vaults field on the corresponding responses.

All the usual ListExascaleDbStorageVaultsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListExascaleDbStorageVaultsPager

ListExascaleDbStorageVaultsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.exascale_db_storage_vault.ListExascaleDbStorageVaultsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.exascale_db_storage_vault.ListExascaleDbStorageVaultsRequest,
    response: google.cloud.oracledatabase_v1.types.exascale_db_storage_vault.ListExascaleDbStorageVaultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_exascale_db_storage_vaults requests.

This class thinly wraps an initial ListExascaleDbStorageVaultsResponse object, and provides an __iter__ method to iterate through its exascale_db_storage_vaults field.

If there are more pages, the __iter__ method will make additional ListExascaleDbStorageVaults requests and continue to iterate through the exascale_db_storage_vaults field on the corresponding responses.

All the usual ListExascaleDbStorageVaultsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListGiVersionsAsyncPager

ListGiVersionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.oracledatabase.ListGiVersionsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListGiVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListGiVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_gi_versions requests.

This class thinly wraps an initial ListGiVersionsResponse object, and provides an __aiter__ method to iterate through its gi_versions field.

If there are more pages, the __aiter__ method will make additional ListGiVersions requests and continue to iterate through the gi_versions field on the corresponding responses.

All the usual ListGiVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListGiVersionsPager

ListGiVersionsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.oracledatabase.ListGiVersionsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.oracledatabase.ListGiVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.oracledatabase.ListGiVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_gi_versions requests.

This class thinly wraps an initial ListGiVersionsResponse object, and provides an __iter__ method to iterate through its gi_versions field.

If there are more pages, the __iter__ method will make additional ListGiVersions requests and continue to iterate through the gi_versions field on the corresponding responses.

All the usual ListGiVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListMinorVersionsAsyncPager

ListMinorVersionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.minor_version.ListMinorVersionsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.minor_version.ListMinorVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.minor_version.ListMinorVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_minor_versions requests.

This class thinly wraps an initial ListMinorVersionsResponse object, and provides an __aiter__ method to iterate through its minor_versions field.

If there are more pages, the __aiter__ method will make additional ListMinorVersions requests and continue to iterate through the minor_versions field on the corresponding responses.

All the usual ListMinorVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListMinorVersionsPager

ListMinorVersionsPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.minor_version.ListMinorVersionsResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.minor_version.ListMinorVersionsRequest,
    response: google.cloud.oracledatabase_v1.types.minor_version.ListMinorVersionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_minor_versions requests.

This class thinly wraps an initial ListMinorVersionsResponse object, and provides an __iter__ method to iterate through its minor_versions field.

If there are more pages, the __iter__ method will make additional ListMinorVersions requests and continue to iterate through the minor_versions field on the corresponding responses.

All the usual ListMinorVersionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOdbNetworksAsyncPager

ListOdbNetworksAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.odb_network.ListOdbNetworksResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.odb_network.ListOdbNetworksRequest,
    response: google.cloud.oracledatabase_v1.types.odb_network.ListOdbNetworksResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_odb_networks requests.

This class thinly wraps an initial ListOdbNetworksResponse object, and provides an __aiter__ method to iterate through its odb_networks field.

If there are more pages, the __aiter__ method will make additional ListOdbNetworks requests and continue to iterate through the odb_networks field on the corresponding responses.

All the usual ListOdbNetworksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOdbNetworksPager

ListOdbNetworksPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.odb_network.ListOdbNetworksResponse
    ],
    request: google.cloud.oracledatabase_v1.types.odb_network.ListOdbNetworksRequest,
    response: google.cloud.oracledatabase_v1.types.odb_network.ListOdbNetworksResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_odb_networks requests.

This class thinly wraps an initial ListOdbNetworksResponse object, and provides an __iter__ method to iterate through its odb_networks field.

If there are more pages, the __iter__ method will make additional ListOdbNetworks requests and continue to iterate through the odb_networks field on the corresponding responses.

All the usual ListOdbNetworksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOdbSubnetsAsyncPager

ListOdbSubnetsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.odb_subnet.ListOdbSubnetsResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.odb_subnet.ListOdbSubnetsRequest,
    response: google.cloud.oracledatabase_v1.types.odb_subnet.ListOdbSubnetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_odb_subnets requests.

This class thinly wraps an initial ListOdbSubnetsResponse object, and provides an __aiter__ method to iterate through its odb_subnets field.

If there are more pages, the __aiter__ method will make additional ListOdbSubnets requests and continue to iterate through the odb_subnets field on the corresponding responses.

All the usual ListOdbSubnetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListOdbSubnetsPager

ListOdbSubnetsPager(
    method: typing.Callable[
        [...], google.cloud.oracledatabase_v1.types.odb_subnet.ListOdbSubnetsResponse
    ],
    request: google.cloud.oracledatabase_v1.types.odb_subnet.ListOdbSubnetsRequest,
    response: google.cloud.oracledatabase_v1.types.odb_subnet.ListOdbSubnetsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_odb_subnets requests.

This class thinly wraps an initial ListOdbSubnetsResponse object, and provides an __iter__ method to iterate through its odb_subnets field.

If there are more pages, the __iter__ method will make additional ListOdbSubnets requests and continue to iterate through the odb_subnets field on the corresponding responses.

All the usual ListOdbSubnetsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListPluggableDatabasesAsyncPager

ListPluggableDatabasesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.oracledatabase_v1.types.pluggable_database.ListPluggableDatabasesResponse
        ],
    ],
    request: google.cloud.oracledatabase_v1.types.pluggable_database.ListPluggableDatabasesRequest,
    response: google.cloud.oracledatabase_v1.types.pluggable_database.ListPluggableDatabasesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_pluggable_databases requests.

This class thinly wraps an initial ListPluggableDatabasesResponse object, and provides an __aiter__ method to iterate through its pluggable_databases field.

If there are more pages, the __aiter__ method will make additional ListPluggableDatabases requests and continue to iterate through the pluggable_databases field on the corresponding responses.

All the usual ListPluggableDatabasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.

ListPluggableDatabasesPager

ListPluggableDatabasesPager(
    method: typing.Callable[
        [...],
        google.cloud.oracledatabase_v1.types.pluggable_database.ListPluggableDatabasesResponse,
    ],
    request: google.cloud.oracledatabase_v1.types.pluggable_database.ListPluggableDatabasesRequest,
    response: google.cloud.oracledatabase_v1.types.pluggable_database.ListPluggableDatabasesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)

A pager for iterating through list_pluggable_databases requests.

This class thinly wraps an initial ListPluggableDatabasesResponse object, and provides an __iter__ method to iterate through its pluggable_databases field.

If there are more pages, the __iter__ method will make additional ListPluggableDatabases requests and continue to iterate through the pluggable_databases field on the corresponding responses.

All the usual ListPluggableDatabasesResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.