AI Platform Notebooks v1 API - Class SetInstanceLabelsRequest (2.5.0)

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

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

Request for setting instance labels.

Inheritance

object > SetInstanceLabelsRequest

Namespace

Google.Cloud.Notebooks.V1

Assembly

Google.Cloud.Notebooks.V1.dll

Constructors

SetInstanceLabelsRequest()

public SetInstanceLabelsRequest()

SetInstanceLabelsRequest(SetInstanceLabelsRequest)

public SetInstanceLabelsRequest(SetInstanceLabelsRequest other)
Parameter
Name Description
other SetInstanceLabelsRequest

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
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

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

Property Value
Type Description
string