public sealed class SCCInfo : IMessage<SCCInfo>, IEquatable<SCCInfo>, IDeepCloneable<SCCInfo>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class SCCInfo.
Info associated with SCC signals.
Namespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
SCCInfo()
public SCCInfo()SCCInfo(SCCInfo)
public SCCInfo(SCCInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SCCInfo |
Properties
Category
public string Category { get; set; }Name by which SCC calls this signal.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ExternalUri
public string ExternalUri { get; set; }External URI which points to a SCC page associated with the signal.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RegulatoryStandards
public RepeatedField<RegulatoryStandard> RegulatoryStandards { get; }Compliances that are associated with the signal.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRegulatoryStandard |
|
Signal
public string Signal { get; set; }Name of the signal.
| Property Value | |
|---|---|
| Type | Description |
string |
|