Package Methods (0.2.5)

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient

TelcoAutomationAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.telcoautomation_v1.services.telco_automation.transports.base.TelcoAutomationTransport, typing.Callable[[...], google.cloud.telcoautomation_v1.services.telco_automation.transports.base.TelcoAutomationTransport]]] = '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 telco automation async client.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.apply_deployment

apply_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ApplyDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

Applies the deployment's YAML files to the parent orchestration cluster.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.apply_deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.apply_hydrated_deployment

apply_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ApplyHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.approve_blueprint

approve_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ApproveBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.blueprint_path

blueprint_path(
    project: str, location: str, orchestration_cluster: str, blueprint: str
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.cancel_operation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.common_location_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.compute_deployment_status

compute_deployment_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ComputeDeploymentStatusRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.types.telcoautomation.ComputeDeploymentStatusResponse
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.create_blueprint

create_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint
    ] = None,
    blueprint_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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.create_deployment

create_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Deployment
    ] = None,
    deployment_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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.create_edge_slm

create_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateEdgeSlmRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    edge_slm: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.EdgeSlm
    ] = None,
    edge_slm_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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.create_orchestration_cluster

create_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateOrchestrationClusterRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    orchestration_cluster: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.OrchestrationCluster
    ] = None,
    orchestration_cluster_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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Creates a new OrchestrationCluster in a given project and location.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.create_orchestration_cluster

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.delete_blueprint

delete_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DeleteBlueprintRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.delete_edge_slm

delete_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DeleteEdgeSlmRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> None

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.delete_orchestration_cluster

delete_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DeleteOrchestrationClusterRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.deployment_path

deployment_path(
    project: str, location: str, orchestration_cluster: str, deployment: str
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.discard_blueprint_changes

discard_blueprint_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DiscardBlueprintChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.types.telcoautomation.DiscardBlueprintChangesResponse
)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.discard_blueprint_changes

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.discard_deployment_changes

discard_deployment_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DiscardDeploymentChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.types.telcoautomation.DiscardDeploymentChangesResponse
)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.discard_deployment_changes

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.edge_slm_path

edge_slm_path(project: str, location: str, edge_slm: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.from_service_account_file

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.from_service_account_info

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.from_service_account_json

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_blueprint

get_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_deployment

get_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_edge_slm

get_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetEdgeSlmRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.EdgeSlm

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_hydrated_deployment

get_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_orchestration_cluster

get_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetOrchestrationClusterRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.OrchestrationCluster

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_public_blueprint

get_public_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetPublicBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.PublicBlueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.telcoautomation_v1.services.telco_automation.transports.base.TelcoAutomationTransport
    ]
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.hydrated_deployment_path

hydrated_deployment_path(
    project: str,
    location: str,
    orchestration_cluster: str,
    deployment: str,
    hydrated_deployment: str,
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_blueprint_revisions

list_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintRevisionsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_blueprints

list_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_deployment_revisions

list_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentRevisionsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_deployments

list_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_edge_slms

list_edge_slms(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListEdgeSlmsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_hydrated_deployments

list_hydrated_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListHydratedDeploymentsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_locations

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_operations

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_orchestration_clusters

list_orchestration_clusters(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListOrchestrationClustersAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.list_public_blueprints

list_public_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListPublicBlueprintsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.orchestration_cluster_path

orchestration_cluster_path(
    project: str, location: str, orchestration_cluster: str
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_blueprint_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_billing_account_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_folder_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_location_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_organization_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_project_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_deployment_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_edge_slm_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_hydrated_deployment_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_orchestration_cluster_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.parse_public_blueprint_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.propose_blueprint

propose_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ProposeBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.public_blueprint_path

public_blueprint_path(project: str, location: str, public_lueprint: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.reject_blueprint

reject_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.RejectBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

Rejects a blueprint revision proposal and flips it back to Draft state.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.reject_blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.remove_deployment

remove_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.RemoveDeploymentRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.rollback_deployment

rollback_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.RollbackDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    revision_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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

Rollback the active deployment to the given past approved deployment revision.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.rollback_deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.search_blueprint_revisions

search_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchBlueprintRevisionsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.search_deployment_revisions

search_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchDeploymentRevisionsAsyncPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.update_blueprint

update_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.UpdateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.update_deployment

update_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.UpdateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Deployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationAsyncClient.update_hydrated_deployment

update_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.UpdateHydratedDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    hydrated_deployment: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient

TelcoAutomationClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.telcoautomation_v1.services.telco_automation.transports.base.TelcoAutomationTransport, typing.Callable[[...], google.cloud.telcoautomation_v1.services.telco_automation.transports.base.TelcoAutomationTransport]]] = 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 telco automation client.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.__exit__

__exit__(type, value, traceback)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.apply_deployment

apply_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ApplyDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

Applies the deployment's YAML files to the parent orchestration cluster.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.apply_deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.apply_hydrated_deployment

apply_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ApplyHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.approve_blueprint

approve_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ApproveBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.blueprint_path

blueprint_path(
    project: str, location: str, orchestration_cluster: str, blueprint: str
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.cancel_operation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.common_location_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.common_project_path

common_project_path(project: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.compute_deployment_status

compute_deployment_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ComputeDeploymentStatusRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.types.telcoautomation.ComputeDeploymentStatusResponse
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.create_blueprint

create_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint
    ] = None,
    blueprint_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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.create_deployment

create_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Deployment
    ] = None,
    deployment_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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.create_edge_slm

create_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateEdgeSlmRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    edge_slm: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.EdgeSlm
    ] = None,
    edge_slm_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, str]] = ()
) -> google.api_core.operation.Operation

Creates a new EdgeSlm in a given project and location.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.create_edge_slm

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.create_orchestration_cluster

create_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.CreateOrchestrationClusterRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    orchestration_cluster: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.OrchestrationCluster
    ] = None,
    orchestration_cluster_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, str]] = ()
) -> google.api_core.operation.Operation

Creates a new OrchestrationCluster in a given project and location.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.create_orchestration_cluster

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.delete_blueprint

delete_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DeleteBlueprintRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.delete_edge_slm

delete_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DeleteEdgeSlmRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> None

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.delete_orchestration_cluster

delete_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DeleteOrchestrationClusterRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.deployment_path

deployment_path(
    project: str, location: str, orchestration_cluster: str, deployment: str
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.discard_blueprint_changes

discard_blueprint_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DiscardBlueprintChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.types.telcoautomation.DiscardBlueprintChangesResponse
)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.discard_blueprint_changes

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.discard_deployment_changes

discard_deployment_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.DiscardDeploymentChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.types.telcoautomation.DiscardDeploymentChangesResponse
)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.discard_deployment_changes

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.edge_slm_path

edge_slm_path(project: str, location: str, edge_slm: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.from_service_account_file

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.from_service_account_info

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.from_service_account_json

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_blueprint

get_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_deployment

get_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_edge_slm

get_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetEdgeSlmRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.EdgeSlm

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_hydrated_deployment

get_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_operation

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_orchestration_cluster

get_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetOrchestrationClusterRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.OrchestrationCluster

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.get_public_blueprint

get_public_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.GetPublicBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.PublicBlueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.hydrated_deployment_path

hydrated_deployment_path(
    project: str,
    location: str,
    orchestration_cluster: str,
    deployment: str,
    hydrated_deployment: str,
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_blueprint_revisions

list_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintRevisionsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_blueprints

list_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_deployment_revisions

list_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentRevisionsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_deployments

list_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_edge_slms

list_edge_slms(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListEdgeSlmsPager

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_hydrated_deployments

list_hydrated_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListHydratedDeploymentsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_locations

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_operations

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_orchestration_clusters

list_orchestration_clusters(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListOrchestrationClustersPager
)

Lists OrchestrationClusters in a given project and location.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_orchestration_clusters

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.list_public_blueprints

list_public_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListPublicBlueprintsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.orchestration_cluster_path

orchestration_cluster_path(
    project: str, location: str, orchestration_cluster: str
) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_blueprint_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_common_billing_account_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_common_folder_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_common_location_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_common_organization_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_common_project_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_deployment_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_edge_slm_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_hydrated_deployment_path

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

Parses a hydrated_deployment path into its component segments.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_hydrated_deployment_path

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_orchestration_cluster_path

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

Parses a orchestration_cluster path into its component segments.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_orchestration_cluster_path

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.parse_public_blueprint_path

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

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.propose_blueprint

propose_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.ProposeBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.public_blueprint_path

public_blueprint_path(project: str, location: str, public_lueprint: str) -> str

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.reject_blueprint

reject_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.RejectBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

Rejects a blueprint revision proposal and flips it back to Draft state.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.reject_blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.remove_deployment

remove_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.RemoveDeploymentRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.rollback_deployment

rollback_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.RollbackDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    revision_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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

Rollback the active deployment to the given past approved deployment revision.

See more: google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.rollback_deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.search_blueprint_revisions

search_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchBlueprintRevisionsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.search_deployment_revisions

search_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchDeploymentRevisionsPager
)

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.update_blueprint

update_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.UpdateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.update_deployment

update_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.UpdateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.Deployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1.services.telco_automation.TelcoAutomationClient.update_hydrated_deployment

update_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1.types.telcoautomation.UpdateHydratedDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    hydrated_deployment: typing.Optional[
        google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintRevisionsAsyncPager

ListBlueprintRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintRevisionsPager

ListBlueprintRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintsAsyncPager

ListBlueprintsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListBlueprintsPager

ListBlueprintsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentRevisionsAsyncPager

ListDeploymentRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentRevisionsPager

ListDeploymentRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentsAsyncPager

ListDeploymentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListDeploymentsPager

ListDeploymentsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListEdgeSlmsAsyncPager

ListEdgeSlmsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListEdgeSlmsPager

ListEdgeSlmsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListEdgeSlmsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListHydratedDeploymentsAsyncPager

ListHydratedDeploymentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListHydratedDeploymentsPager

ListHydratedDeploymentsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListHydratedDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListOrchestrationClustersAsyncPager

ListOrchestrationClustersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListOrchestrationClustersPager

ListOrchestrationClustersPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListOrchestrationClustersResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListPublicBlueprintsAsyncPager

ListPublicBlueprintsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.ListPublicBlueprintsPager

ListPublicBlueprintsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.ListPublicBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchBlueprintRevisionsAsyncPager

SearchBlueprintRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchBlueprintRevisionsPager

SearchBlueprintRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.SearchBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchDeploymentRevisionsAsyncPager

SearchDeploymentRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1.services.telco_automation.pagers.SearchDeploymentRevisionsPager

SearchDeploymentRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1.types.telcoautomation.SearchDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient

TelcoAutomationAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.telcoautomation_v1alpha1.services.telco_automation.transports.base.TelcoAutomationTransport, typing.Callable[[...], google.cloud.telcoautomation_v1alpha1.services.telco_automation.transports.base.TelcoAutomationTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.apply_deployment

apply_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ApplyDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

Applies the deployment's YAML files to the parent orchestration cluster.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.apply_deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.apply_hydrated_deployment

apply_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ApplyHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.approve_blueprint

approve_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ApproveBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.blueprint_path

blueprint_path(
    project: str, location: str, orchestration_cluster: str, blueprint: str
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.cancel_operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.common_location_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.compute_deployment_status

compute_deployment_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ComputeDeploymentStatusRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ComputeDeploymentStatusResponse
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.create_blueprint

create_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint
    ] = None,
    blueprint_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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.create_deployment

create_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment
    ] = None,
    deployment_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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.create_edge_slm

create_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateEdgeSlmRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    edge_slm: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.EdgeSlm
    ] = None,
    edge_slm_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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.create_orchestration_cluster

create_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateOrchestrationClusterRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    orchestration_cluster: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.OrchestrationCluster
    ] = None,
    orchestration_cluster_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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.delete_blueprint

delete_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DeleteBlueprintRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.delete_edge_slm

delete_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DeleteEdgeSlmRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> None

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.delete_orchestration_cluster

delete_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DeleteOrchestrationClusterRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.deployment_path

deployment_path(
    project: str, location: str, orchestration_cluster: str, deployment: str
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.discard_blueprint_changes

discard_blueprint_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardBlueprintChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardBlueprintChangesResponse
)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.discard_blueprint_changes

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.discard_deployment_changes

discard_deployment_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardDeploymentChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardDeploymentChangesResponse
)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.discard_deployment_changes

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.edge_slm_path

edge_slm_path(project: str, location: str, edge_slm: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.from_service_account_file

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.from_service_account_info

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.from_service_account_json

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_blueprint

get_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_deployment

get_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_edge_slm

get_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetEdgeSlmRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.EdgeSlm

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_hydrated_deployment

get_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_orchestration_cluster

get_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetOrchestrationClusterRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.OrchestrationCluster

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_public_blueprint

get_public_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetPublicBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.PublicBlueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.telcoautomation_v1alpha1.services.telco_automation.transports.base.TelcoAutomationTransport
    ]
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.hydrated_deployment_path

hydrated_deployment_path(
    project: str,
    location: str,
    orchestration_cluster: str,
    deployment: str,
    hydrated_deployment: str,
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_blueprint_revisions

list_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintRevisionsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_blueprints

list_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_deployment_revisions

list_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentRevisionsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_deployments

list_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_edge_slms

list_edge_slms(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListEdgeSlmsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_hydrated_deployments

list_hydrated_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListHydratedDeploymentsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_locations

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_operations

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_orchestration_clusters

list_orchestration_clusters(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListOrchestrationClustersAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.list_public_blueprints

list_public_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListPublicBlueprintsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.orchestration_cluster_path

orchestration_cluster_path(
    project: str, location: str, orchestration_cluster: str
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_blueprint_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_billing_account_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_folder_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_location_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_organization_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_common_project_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_deployment_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_edge_slm_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_hydrated_deployment_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_orchestration_cluster_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.parse_public_blueprint_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.propose_blueprint

propose_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ProposeBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.public_blueprint_path

public_blueprint_path(project: str, location: str, public_lueprint: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.reject_blueprint

reject_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.RejectBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

Rejects a blueprint revision proposal and flips it back to Draft state.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.reject_blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.remove_deployment

remove_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.RemoveDeploymentRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.rollback_deployment

rollback_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.RollbackDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    revision_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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

Rollback the active deployment to the given past approved deployment revision.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.rollback_deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.search_blueprint_revisions

search_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchBlueprintRevisionsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.search_deployment_revisions

search_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchDeploymentRevisionsAsyncPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.update_blueprint

update_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.UpdateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.update_deployment

update_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.UpdateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationAsyncClient.update_hydrated_deployment

update_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.UpdateHydratedDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    hydrated_deployment: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient

TelcoAutomationClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.telcoautomation_v1alpha1.services.telco_automation.transports.base.TelcoAutomationTransport, typing.Callable[[...], google.cloud.telcoautomation_v1alpha1.services.telco_automation.transports.base.TelcoAutomationTransport]]] = 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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.__exit__

__exit__(type, value, traceback)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.apply_deployment

apply_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ApplyDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

Applies the deployment's YAML files to the parent orchestration cluster.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.apply_deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.apply_hydrated_deployment

apply_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ApplyHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.approve_blueprint

approve_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ApproveBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.blueprint_path

blueprint_path(
    project: str, location: str, orchestration_cluster: str, blueprint: str
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.cancel_operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.common_location_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.common_project_path

common_project_path(project: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.compute_deployment_status

compute_deployment_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ComputeDeploymentStatusRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ComputeDeploymentStatusResponse
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.create_blueprint

create_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint
    ] = None,
    blueprint_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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.create_deployment

create_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment
    ] = None,
    deployment_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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.create_edge_slm

create_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateEdgeSlmRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    edge_slm: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.EdgeSlm
    ] = None,
    edge_slm_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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.create_orchestration_cluster

create_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.CreateOrchestrationClusterRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    orchestration_cluster: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.OrchestrationCluster
    ] = None,
    orchestration_cluster_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, str]] = ()
) -> google.api_core.operation.Operation

Creates a new OrchestrationCluster in a given project and location.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.create_orchestration_cluster

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.delete_blueprint

delete_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DeleteBlueprintRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.delete_edge_slm

delete_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DeleteEdgeSlmRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> None

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.delete_orchestration_cluster

delete_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DeleteOrchestrationClusterRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.deployment_path

deployment_path(
    project: str, location: str, orchestration_cluster: str, deployment: str
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.discard_blueprint_changes

discard_blueprint_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardBlueprintChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardBlueprintChangesResponse
)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.discard_blueprint_changes

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.discard_deployment_changes

discard_deployment_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardDeploymentChangesRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.types.telcoautomation.DiscardDeploymentChangesResponse
)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.discard_deployment_changes

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.edge_slm_path

edge_slm_path(project: str, location: str, edge_slm: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.from_service_account_file

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.from_service_account_info

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.from_service_account_json

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.get_blueprint

get_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.get_deployment

get_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.get_edge_slm

get_edge_slm(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetEdgeSlmRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.EdgeSlm

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.get_hydrated_deployment

get_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetHydratedDeploymentRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.longrunning.operations_pb2.Operation

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.get_orchestration_cluster

get_orchestration_cluster(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetOrchestrationClusterRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.OrchestrationCluster

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.get_public_blueprint

get_public_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.GetPublicBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.PublicBlueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.hydrated_deployment_path

hydrated_deployment_path(
    project: str,
    location: str,
    orchestration_cluster: str,
    deployment: str,
    hydrated_deployment: str,
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_blueprint_revisions

list_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintRevisionsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_blueprints

list_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_deployment_revisions

list_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentRevisionsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_deployments

list_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_edge_slms

list_edge_slms(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListEdgeSlmsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_hydrated_deployments

list_hydrated_deployments(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListHydratedDeploymentsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_locations

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.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, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_operations

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_orchestration_clusters

list_orchestration_clusters(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListOrchestrationClustersPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.list_public_blueprints

list_public_blueprints(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsRequest,
            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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListPublicBlueprintsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.orchestration_cluster_path

orchestration_cluster_path(
    project: str, location: str, orchestration_cluster: str
) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_blueprint_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_common_billing_account_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_common_folder_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_common_location_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_common_organization_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_common_project_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_deployment_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_edge_slm_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_hydrated_deployment_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_orchestration_cluster_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.parse_public_blueprint_path

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

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.propose_blueprint

propose_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ProposeBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.public_blueprint_path

public_blueprint_path(project: str, location: str, public_lueprint: str) -> str

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.reject_blueprint

reject_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.RejectBlueprintRequest,
            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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

Rejects a blueprint revision proposal and flips it back to Draft state.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.reject_blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.remove_deployment

remove_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.RemoveDeploymentRequest,
            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, str]] = ()
) -> None

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.rollback_deployment

rollback_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.RollbackDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    revision_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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

Rollback the active deployment to the given past approved deployment revision.

See more: google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.rollback_deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.search_blueprint_revisions

search_blueprint_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchBlueprintRevisionsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.search_deployment_revisions

search_deployment_revisions(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    query: 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, str]] = ()
) -> (
    google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchDeploymentRevisionsPager
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.update_blueprint

update_blueprint(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.UpdateBlueprintRequest,
            dict,
        ]
    ] = None,
    *,
    blueprint: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Blueprint

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.update_deployment

update_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.UpdateDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    deployment: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.Deployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.TelcoAutomationClient.update_hydrated_deployment

update_hydrated_deployment(
    request: typing.Optional[
        typing.Union[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.UpdateHydratedDeploymentRequest,
            dict,
        ]
    ] = None,
    *,
    hydrated_deployment: typing.Optional[
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment
    ] = 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, str]] = ()
) -> google.cloud.telcoautomation_v1alpha1.types.telcoautomation.HydratedDeployment

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintRevisionsAsyncPager

ListBlueprintRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintRevisionsPager

ListBlueprintRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintsAsyncPager

ListBlueprintsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListBlueprintsPager

ListBlueprintsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentRevisionsAsyncPager

ListDeploymentRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentRevisionsPager

ListDeploymentRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentsAsyncPager

ListDeploymentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListDeploymentsPager

ListDeploymentsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListEdgeSlmsAsyncPager

ListEdgeSlmsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListEdgeSlmsPager

ListEdgeSlmsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListEdgeSlmsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListHydratedDeploymentsAsyncPager

ListHydratedDeploymentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListHydratedDeploymentsPager

ListHydratedDeploymentsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListHydratedDeploymentsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListOrchestrationClustersAsyncPager

ListOrchestrationClustersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListOrchestrationClustersPager

ListOrchestrationClustersPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListOrchestrationClustersResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListPublicBlueprintsAsyncPager

ListPublicBlueprintsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.ListPublicBlueprintsPager

ListPublicBlueprintsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.ListPublicBlueprintsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchBlueprintRevisionsAsyncPager

SearchBlueprintRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchBlueprintRevisionsPager

SearchBlueprintRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchBlueprintRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchDeploymentRevisionsAsyncPager

SearchDeploymentRevisionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse
        ],
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)

google.cloud.telcoautomation_v1alpha1.services.telco_automation.pagers.SearchDeploymentRevisionsPager

SearchDeploymentRevisionsPager(
    method: typing.Callable[
        [...],
        google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse,
    ],
    request: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsRequest,
    response: google.cloud.telcoautomation_v1alpha1.types.telcoautomation.SearchDeploymentRevisionsResponse,
    *,
    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, str]] = ()
)