Send feedback
Database Center v1beta API - Class Label (1.0.0-beta03)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public sealed class Label : IMessage<Label>, IEquatable<Label>, IDeepCloneable<Label>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Center v1beta API class Label.
Label is a key value pair applied to a resource.
Namespace
Google.Cloud.DatabaseCenter.V1Beta
Assembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
Label()
Label(Label)
public Label(Label other)
Parameter
Name
Description
other
Label
Properties
Key
public string Key { get; set; }
The key part of the label.
Property Value
Type
Description
string
Source
public string Source { get; set; }
The source of the Label. Source is empty if the label is directly attached
to the resource and not inherited.
Property Value
Type
Description
string
Value
public string Value { get; set; }
The value part of the label.
Property Value
Type
Description
string
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-08 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-08 UTC."],[],[]]