public sealed class UpdateBlueprintRequest : IMessage<UpdateBlueprintRequest>, IEquatable<UpdateBlueprintRequest>, IDeepCloneable<UpdateBlueprintRequest>, IBufferMessage, IMessageReference documentation and code samples for the Telco Automation v1 API class UpdateBlueprintRequest.
Request object for UpdateBlueprint.
Implements
IMessageUpdateBlueprintRequest, IEquatableUpdateBlueprintRequest, IDeepCloneableUpdateBlueprintRequest, IBufferMessage, IMessageNamespace
Google.Cloud.TelcoAutomation.V1Assembly
Google.Cloud.TelcoAutomation.V1.dll
Constructors
UpdateBlueprintRequest()
public UpdateBlueprintRequest()UpdateBlueprintRequest(UpdateBlueprintRequest)
public UpdateBlueprintRequest(UpdateBlueprintRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateBlueprintRequest |
Properties
Blueprint
public Blueprint Blueprint { get; set; }Required. The blueprint to update.
| Property Value | |
|---|---|
| Type | Description |
Blueprint |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Update mask is used to specify the fields to be overwritten in
the blueprint resource by the update.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|