Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::GetDeploymentRequest (v0.4.0)

Reference documentation and code samples for the Telco Automation V1 API class Google::Cloud::TelcoAutomation::V1::GetDeploymentRequest.

Request object for GetDeployment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — 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.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — 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.
Returns
  • (::String) — 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

def view() -> ::Google::Cloud::TelcoAutomation::V1::DeploymentView
Returns

#view=

def view=(value) -> ::Google::Cloud::TelcoAutomation::V1::DeploymentView
Parameter
Returns