public sealed class GetBlueprintRequest : IMessage<GetBlueprintRequest>, IEquatable<GetBlueprintRequest>, IDeepCloneable<GetBlueprintRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Telco Automation v1 API class GetBlueprintRequest.
Request object for GetBlueprint
.
Implements
IMessageGetBlueprintRequest, IEquatableGetBlueprintRequest, IDeepCloneableGetBlueprintRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
GetBlueprintRequest()
public GetBlueprintRequest()
GetBlueprintRequest(GetBlueprintRequest)
public GetBlueprintRequest(GetBlueprintRequest other)
Parameter | |
---|---|
Name | Description |
other | GetBlueprintRequest |
Properties
BlueprintName
public BlueprintName BlueprintName { get; set; }
BlueprintName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
BlueprintName |
Name
public string Name { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
View
public BlueprintView View { get; set; }
Optional. Defines the type of view of the blueprint. When field is not present BLUEPRINT_VIEW_BASIC is considered as default.
Property Value | |
---|---|
Type | Description |
BlueprintView |