public sealed class SetLabelsSnapshotRequest : IMessage<SetLabelsSnapshotRequest>, IEquatable<SetLabelsSnapshotRequest>, IDeepCloneable<SetLabelsSnapshotRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class SetLabelsSnapshotRequest.
A request message for Snapshots.SetLabels. See the method description for details.
Implements
IMessageSetLabelsSnapshotRequest, IEquatableSetLabelsSnapshotRequest, IDeepCloneableSetLabelsSnapshotRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
SetLabelsSnapshotRequest()
public SetLabelsSnapshotRequest()
SetLabelsSnapshotRequest(SetLabelsSnapshotRequest)
public SetLabelsSnapshotRequest(SetLabelsSnapshotRequest other)
Parameter | |
---|---|
Name | Description |
other | SetLabelsSnapshotRequest |
Properties
GlobalSetLabelsRequestResource
public GlobalSetLabelsRequest GlobalSetLabelsRequestResource { get; set; }
The body resource for this request
Property Value | |
---|---|
Type | Description |
GlobalSetLabelsRequest |
Project
public string Project { get; set; }
Project ID for this request.
Property Value | |
---|---|
Type | Description |
string |
Resource
public string Resource { get; set; }
Name or id of the resource for this request.
Property Value | |
---|---|
Type | Description |
string |