Class: Google::Cloud::SecurityCenter::V1::Geolocation
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::Geolocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/access.rb
Overview
Represents a geographical location for a given access.
Instance Attribute Summary collapse
-
#region_code ⇒ ::String
A CLDR.
Instance Attribute Details
#region_code ⇒ ::String
Returns A CLDR.
113 114 115 116 |
# File 'proto_docs/google/cloud/securitycenter/v1/access.rb', line 113 class Geolocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |