Class GetBlueprintRequest (0.2.2)

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

Request object for GetBlueprint.

Attributes

NameDescription
name str
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 google.cloud.telcoautomation_v1.types.BlueprintView
Optional. Defines the type of view of the blueprint. When field is not present BLUEPRINT_VIEW_BASIC is considered as default.