AI Platform Notebooks v1beta1 API - Class SetInstanceLabelsRequest (2.0.0-beta04)

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

Reference documentation and code samples for the AI Platform Notebooks v1beta1 API class SetInstanceLabelsRequest.

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
MapFieldstringstring

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string