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.
Implements
IMessage<SetInstanceLabelsRequest>, IEquatable<SetInstanceLabelsRequest>, IDeepCloneable<SetInstanceLabelsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Notebooks.V1Assembly
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 |
MapField<String, String> |
Name
public string Name { get; set; }
Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
Property Value | |
---|---|
Type | Description |
String |