Class GetDeploymentRequest (0.2.2)

GetDeploymentRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request object for GetDeployment.

Attributes

NameDescription
name str
Required. The name of the deployment. Case 1: If the name provided in the request is {deployment_id}@{revision_id}, then the revision with revision_id will be returned. Case 2: If the name provided in the request is {deployment}, then the current state of the deployment is returned.
view google.cloud.telcoautomation_v1alpha1.types.DeploymentView
Optional. Defines the type of view of the deployment. When field is not present VIEW_BASIC is considered as default.