Class SetInstanceLabelsRequest (1.0.0-beta04)

public sealed class SetInstanceLabelsRequest : IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, IBufferMessage, IMessage

Request for setting instance labels.

Inheritance

Object > SetInstanceLabelsRequest

Namespace

Google.Cloud.Notebooks.V1Beta1

Assembly

Google.Cloud.Notebooks.V1Beta1.dll

Constructors

SetInstanceLabelsRequest()

public SetInstanceLabelsRequest()

SetInstanceLabelsRequest(SetInstanceLabelsRequest)

public SetInstanceLabelsRequest(SetInstanceLabelsRequest other)
Parameter
NameDescription
otherSetInstanceLabelsRequest

Properties

Labels

public MapField<string, string> Labels { get; }

Labels to apply to this instance. These can be later modified by the setLabels method

Property Value
TypeDescription
MapField<String, String>

Name

public string Name { get; set; }

Required. Format: projects/{project_id}/locations/{location}/instances/{instance_id}

Property Value
TypeDescription
String