Telco Automation V1 API - Class Google::Cloud::TelcoAutomation::V1::GetBlueprintRequest (v0.3.0)

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

Request object for GetBlueprint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the blueprint. Case 1: If the name provided in the request is {blueprint_id}@{revision_id}, then the revision with revision_id will be returned. Case 2: If the name provided in the request is {blueprint}, then the current state of the blueprint is returned.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the blueprint. Case 1: If the name provided in the request is {blueprint_id}@{revision_id}, then the revision with revision_id will be returned. Case 2: If the name provided in the request is {blueprint}, then the current state of the blueprint is returned.
Returns
  • (::String) — Required. The name of the blueprint. Case 1: If the name provided in the request is {blueprint_id}@{revision_id}, then the revision with revision_id will be returned. Case 2: If the name provided in the request is {blueprint}, then the current state of the blueprint is returned.

#view

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

#view=

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