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
Abort a Rollout.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.abort_rollout
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.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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
Creates a new FleetPackage in a given project and location.
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.
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.
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.
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
Deletes a single FleetPackage.
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
Deletes a long-running operation.
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
Deletes a single Release.
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
Deletes a single ResourceBundle.
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
Deletes a single Variant.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.fleet_package_path
fleet_package_path(project: str, location: str, fleet_package: str) -> str
Returns a fully-qualified fleet_package string.
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.
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.
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.
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
Gets details of a single 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
Gets information about a location.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_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,
)
Return the API endpoint and client cert source for mutual TLS.
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
Gets the latest state of a long-running operation.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_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
Gets details of a single Release.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_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
Gets details of a single 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
Gets details of a single Rollout.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_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
]
Returns an appropriate transport class.
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
Gets details of a single Variant.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.get_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
)
Lists FleetPackages in a given project and location.
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.
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.
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
)
Lists Releases in a given project and location.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_releases
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
)
Lists ResourceBundles in a given project and location.
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
)
Lists Variants in a given project and location.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.list_variants
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.membership_path
membership_path(project: str, location: str, membership: str) -> str
Returns a fully-qualified membership string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_fleet_package_path
parse_fleet_package_path(path: str) -> typing.Dict[str, str]
Parses a fleet_package path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_membership_path
parse_membership_path(path: str) -> typing.Dict[str, str]
Parses a membership path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_release_path
parse_release_path(path: str) -> typing.Dict[str, str]
Parses a release path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]
Parses a repository path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_resource_bundle_path
parse_resource_bundle_path(path: str) -> typing.Dict[str, str]
Parses a resource_bundle path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_rollout_path
parse_rollout_path(path: str) -> typing.Dict[str, str]
Parses a rollout path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.parse_variant_path
parse_variant_path(path: str) -> typing.Dict[str, str]
Parses a variant path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.release_path
release_path(
project: str, location: str, resource_bundle: str, release: str
) -> str
Returns a fully-qualified release string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.release_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.repository_path
repository_path(
project: str, location: str, connection: str, repository: str
) -> str
Returns a fully-qualified repository string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.resource_bundle_path
resource_bundle_path(project: str, location: str, resource_bundle: str) -> str
Returns a fully-qualified resource_bundle string.
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
Resume a Rollout.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.rollout_path
rollout_path(project: str, location: str, fleet_package: str, rollout: str) -> str
Returns a fully-qualified rollout string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.rollout_path
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
Suspend a Rollout.
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
Updates the parameters of a single FleetPackage.
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
Updates the parameters of a single Release.
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
Updates the parameters of a single ResourceBundle.
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
Updates the parameters of a single Variant.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.variant_path
variant_path(
project: str, location: str, resource_bundle: str, release: str, variant: str
) -> str
Returns a fully-qualified variant string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryAsyncClient.variant_path
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 =
Instantiates the config delivery client.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.exit
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
Abort a Rollout.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.abort_rollout
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
Returns a fully-qualified billing_account string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_folder_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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.
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.
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
Deletes a single FleetPackage.
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
Deletes a long-running operation.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_operation
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
Deletes a single Release.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_release
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
Deletes a single ResourceBundle.
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
Deletes a single Variant.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.delete_variant
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.fleet_package_path
fleet_package_path(project: str, location: str, fleet_package: str) -> str
Returns a fully-qualified fleet_package string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.fleet_package_path
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.
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.
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.
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
Gets details of a single FleetPackage.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_fleet_package
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
Gets information about a location.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_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,
)
Deprecated.
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
Gets the latest state of a long-running operation.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_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
Gets details of a single Release.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_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
Gets details of a single 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
Gets details of a single Rollout.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_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
Gets details of a single Variant.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.get_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
)
Lists FleetPackages in a given project and location.
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
)
Lists Releases in a given project and location.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_releases
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
)
Lists ResourceBundles in a given project and location.
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
)
Lists Variants in a given project and location.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.list_variants
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.membership_path
membership_path(project: str, location: str, membership: str) -> str
Returns a fully-qualified membership string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.membership_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_fleet_package_path
parse_fleet_package_path(path: str) -> typing.Dict[str, str]
Parses a fleet_package path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_membership_path
parse_membership_path(path: str) -> typing.Dict[str, str]
Parses a membership path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_release_path
parse_release_path(path: str) -> typing.Dict[str, str]
Parses a release path into its component segments.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_release_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]
Parses a repository path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_resource_bundle_path
parse_resource_bundle_path(path: str) -> typing.Dict[str, str]
Parses a resource_bundle path into its component segments.
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_rollout_path
parse_rollout_path(path: str) -> typing.Dict[str, str]
Parses a rollout path into its component segments.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_rollout_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_variant_path
parse_variant_path(path: str) -> typing.Dict[str, str]
Parses a variant path into its component segments.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.parse_variant_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.release_path
release_path(
project: str, location: str, resource_bundle: str, release: str
) -> str
Returns a fully-qualified release string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.release_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.repository_path
repository_path(
project: str, location: str, connection: str, repository: str
) -> str
Returns a fully-qualified repository string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.repository_path
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.resource_bundle_path
resource_bundle_path(project: str, location: str, resource_bundle: str) -> str
Returns a fully-qualified resource_bundle string.
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
Resume a Rollout.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.resume_rollout
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.rollout_path
rollout_path(project: str, location: str, fleet_package: str, rollout: str) -> str
Returns a fully-qualified rollout string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.rollout_path
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
Suspend a Rollout.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.suspend_rollout
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
Updates the parameters of a single FleetPackage.
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
Updates the parameters of a single Release.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.update_release
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
Updates the parameters of a single ResourceBundle.
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
Updates the parameters of a single Variant.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.update_variant
google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.variant_path
variant_path(
project: str, location: str, resource_bundle: str, release: str, variant: str
) -> str
Returns a fully-qualified variant string.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.ConfigDeliveryClient.variant_path
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]]] = ()
)
Instantiates the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListFleetPackagesAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListFleetPackagesPager
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]]] = ()
)
Instantiates the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListReleasesAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListReleasesPager
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]]] = ()
)
Instantiates the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListResourceBundlesAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListResourceBundlesPager
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]]] = ()
)
Instantiates the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListRolloutsAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListRolloutsPager
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]]] = ()
)
Instantiates the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListVariantsAsyncPager
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]]] = ()
)
Instantiate the pager.
See more: google.cloud.configdelivery_v1alpha.services.config_delivery.pagers.ListVariantsPager