Package Methods (0.1.0)

Summary of entries of Methods for google-cloud-configdelivery.

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient

ConfigDeliveryAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.configdelivery_v1alpha.services.config_delivery.transports.base.ConfigDeliveryTransport, typing.Callable[[...], google.cloud.configdelivery_v1alpha.services.config_delivery.transports.base.ConfigDeliveryTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the config delivery async client.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.abort_rollout

abort_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.AbortRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = None,
    *,
    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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.cancel_operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_fleet_package

create_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    fleet_package: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.FleetPackage
    ] = None,
    fleet_package_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_release

create_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    release: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Release
    ] = None,
    release_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a new Release in a given project, location and resource bundle.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_release

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_resource_bundle

create_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource_bundle: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.ResourceBundle
    ] = None,
    resource_bundle_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a new ResourceBundle in a given project and location.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_resource_bundle

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_variant

create_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateVariantRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    variant: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Variant
    ] = None,
    variant_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a new Variant in a given project, location, resource bundle, and release.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.create_variant

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.delete_fleet_package

delete_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = None,
    *,
    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]]] = ()
) -> None

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.delete_release

delete_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.delete_resource_bundle

delete_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.delete_variant

delete_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteVariantRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.fleet_package_path

fleet_package_path(project: str, location: str, fleet_package: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.from_service_account_file

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.from_service_account_info

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.from_service_account_json

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_fleet_package

get_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.FleetPackage

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    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]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    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]]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_release

get_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.Release

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_resource_bundle

get_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.ResourceBundle

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_rollout

get_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.Rollout

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.configdelivery_v1alpha.services.config_delivery.transports.base.ConfigDeliveryTransport
]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_variant

get_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetVariantRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.Variant

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_fleet_packages

list_fleet_packages(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListFleetPackagesAsyncPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    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]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_locations

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    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]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_operations

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_releases

list_releases(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListReleasesAsyncPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_resource_bundles

list_resource_bundles(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListResourceBundlesAsyncPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_rollouts

list_rollouts(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListRolloutsAsyncPager
)

Lists Rollouts in a given project, location, and Fleet Package.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_rollouts

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_variants

list_variants(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListVariantsAsyncPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.membership_path

membership_path(project: str, location: str, membership: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_fleet_package_path

parse_fleet_package_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_membership_path

parse_membership_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_release_path

parse_release_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_repository_path

parse_repository_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_resource_bundle_path

parse_resource_bundle_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_rollout_path

parse_rollout_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_variant_path

parse_variant_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.release_path

release_path(
    project: str, location: str, resource_bundle: str, release: str
) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.repository_path

repository_path(
    project: str, location: str, connection: str, repository: str
) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.resource_bundle_path

resource_bundle_path(project: str, location: str, resource_bundle: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.resume_rollout

resume_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ResumeRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.rollout_path

rollout_path(project: str, location: str, fleet_package: str, rollout: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.suspend_rollout

suspend_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.SuspendRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.update_fleet_package

update_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    fleet_package: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.FleetPackage
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.update_release

update_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    release: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Release
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.update_resource_bundle

update_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    resource_bundle: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.ResourceBundle
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.update_variant

update_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateVariantRequest,
            dict,
        ]
    ] = None,
    *,
    variant: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Variant
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.variant_path

variant_path(
    project: str, location: str, resource_bundle: str, release: str, variant: str
) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient

ConfigDeliveryClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.configdelivery_v1alpha.services.config_delivery.transports.base.ConfigDeliveryTransport, typing.Callable[[...], google.cloud.configdelivery_v1alpha.services.config_delivery.transports.base.ConfigDeliveryTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.__exit__

__exit__(type, value, traceback)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.abort_rollout

abort_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.AbortRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = None,
    *,
    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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.cancel_operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_project_path

common_project_path(project: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_fleet_package

create_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    fleet_package: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.FleetPackage
    ] = None,
    fleet_package_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

Creates a new FleetPackage in a given project and location.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_fleet_package

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_release

create_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    release: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Release
    ] = None,
    release_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

Creates a new Release in a given project, location and resource bundle.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_release

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_resource_bundle

create_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    resource_bundle: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.ResourceBundle
    ] = None,
    resource_bundle_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

Creates a new ResourceBundle in a given project and location.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_resource_bundle

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_variant

create_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.CreateVariantRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    variant: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Variant
    ] = None,
    variant_id: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

Creates a new Variant in a given project, location, resource bundle, and release.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.create_variant

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_fleet_package

delete_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = None,
    *,
    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]]] = ()
) -> None

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_release

delete_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_resource_bundle

delete_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_variant

delete_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.DeleteVariantRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.fleet_package_path

fleet_package_path(project: str, location: str, fleet_package: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.from_service_account_file

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.from_service_account_info

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.from_service_account_json

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_fleet_package

get_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.FleetPackage

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    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]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    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]]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_release

get_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.Release

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_resource_bundle

get_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.ResourceBundle

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_rollout

get_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.Rollout

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_variant

get_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.GetVariantRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.cloud.configdelivery_v1alpha.types.config_delivery.Variant

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_fleet_packages

list_fleet_packages(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListFleetPackagesPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    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]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_locations

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    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]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_operations

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_releases

list_releases(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListReleasesPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_resource_bundles

list_resource_bundles(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListResourceBundlesPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_rollouts

list_rollouts(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListRolloutsPager
)

Lists Rollouts in a given project, location, and Fleet Package.

See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_rollouts

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_variants

list_variants(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    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]]] = ()
) -> (
    google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListVariantsPager
)

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.membership_path

membership_path(project: str, location: str, membership: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_fleet_package_path

parse_fleet_package_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_membership_path

parse_membership_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_release_path

parse_release_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_repository_path

parse_repository_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_resource_bundle_path

parse_resource_bundle_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_rollout_path

parse_rollout_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_variant_path

parse_variant_path(path: str) -> typing.Dict[str, str]

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.release_path

release_path(
    project: str, location: str, resource_bundle: str, release: str
) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.repository_path

repository_path(
    project: str, location: str, connection: str, repository: str
) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.resource_bundle_path

resource_bundle_path(project: str, location: str, resource_bundle: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.resume_rollout

resume_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ResumeRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.rollout_path

rollout_path(project: str, location: str, fleet_package: str, rollout: str) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.suspend_rollout

suspend_rollout(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.SuspendRolloutRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.update_fleet_package

update_fleet_package(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateFleetPackageRequest,
            dict,
        ]
    ] = None,
    *,
    fleet_package: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.FleetPackage
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.update_release

update_release(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateReleaseRequest,
            dict,
        ]
    ] = None,
    *,
    release: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Release
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.update_resource_bundle

update_resource_bundle(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateResourceBundleRequest,
            dict,
        ]
    ] = None,
    *,
    resource_bundle: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.ResourceBundle
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.update_variant

update_variant(
    request: typing.Optional[
        typing.Union[
            google.cloud.configdelivery_v1alpha.types.config_delivery.UpdateVariantRequest,
            dict,
        ]
    ] = None,
    *,
    variant: typing.Optional[
        google.cloud.configdelivery_v1alpha.types.config_delivery.Variant
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    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]]] = ()
) -> google.api_core.operation.Operation

google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.variant_path

variant_path(
    project: str, location: str, resource_bundle: str, release: str, variant: str
) -> str

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListFleetPackagesAsyncPager

ListFleetPackagesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesResponse
        ],
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListFleetPackagesPager

ListFleetPackagesPager(
    method: typing.Callable[
        [...],
        google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesResponse,
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListFleetPackagesResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListReleasesAsyncPager

ListReleasesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesResponse
        ],
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListReleasesPager

ListReleasesPager(
    method: typing.Callable[
        [...],
        google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesResponse,
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListReleasesResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListResourceBundlesAsyncPager

ListResourceBundlesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesResponse
        ],
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListResourceBundlesPager

ListResourceBundlesPager(
    method: typing.Callable[
        [...],
        google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesResponse,
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListResourceBundlesResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListRolloutsAsyncPager

ListRolloutsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsResponse
        ],
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListRolloutsPager

ListRolloutsPager(
    method: typing.Callable[
        [...],
        google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsResponse,
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListRolloutsResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListVariantsAsyncPager

ListVariantsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsResponse
        ],
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsResponse,
    *,
    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]]] = ()
)

google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListVariantsPager

ListVariantsPager(
    method: typing.Callable[
        [...],
        google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsResponse,
    ],
    request: google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsRequest,
    response: google.cloud.configdelivery_v1alpha.types.config_delivery.ListVariantsResponse,
    *,
    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]]] = ()
)