Class: Google::Cloud::DatabaseCenter::V1beta::SCCInfo
- Inherits:
-
Object
- Object
- Google::Cloud::DatabaseCenter::V1beta::SCCInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/databasecenter/v1beta/signals.rb
Overview
Info associated with SCC signals.
Instance Attribute Summary collapse
-
#category ⇒ ::String
Name by which SCC calls this signal.
-
#external_uri ⇒ ::String
External URI which points to a SCC page associated with the signal.
-
#regulatory_standards ⇒ ::Array<::Google::Cloud::DatabaseCenter::V1beta::RegulatoryStandard>
Compliances that are associated with the signal.
-
#signal ⇒ ::String
Name of the signal.
Instance Attribute Details
#category ⇒ ::String
Returns Name by which SCC calls this signal.
353 354 355 356 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 353 class SCCInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_uri ⇒ ::String
Returns External URI which points to a SCC page associated with the signal.
353 354 355 356 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 353 class SCCInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#regulatory_standards ⇒ ::Array<::Google::Cloud::DatabaseCenter::V1beta::RegulatoryStandard>
Returns Compliances that are associated with the signal.
353 354 355 356 |
# File 'proto_docs/google/cloud/databasecenter/v1beta/signals.rb', line 353 class SCCInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |