Class: Google::Cloud::OracleDatabase::V1::LocationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::LocationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/location_metadata.rb
Overview
Metadata for a given ::Google::Cloud::Location::Location.
Instance Attribute Summary collapse
-
#gcp_oracle_zones ⇒ ::Array<::String>
readonly
Output only.
Instance Attribute Details
#gcp_oracle_zones ⇒ ::Array<::String> (readonly)
Returns Output only. Google Cloud Platform Oracle zones in a location.
28 29 30 31 |
# File 'proto_docs/google/cloud/oracledatabase/v1/location_metadata.rb', line 28 class LocationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |