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.
Implements
IMessageSetInstanceLabelsRequest, IEquatableSetInstanceLabelsRequest, IDeepCloneableSetInstanceLabelsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Beta1Assembly
Google.Cloud.Notebooks.V1Beta1.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 |