Class: Google::Cloud::Compute::V1::ShareSettingsProjectConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::ShareSettingsProjectConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
Config for each project in the share settings.
Instance Attribute Summary collapse
-
#project_id ⇒ ::String
The project ID, should be same as the key of this project config in the parent map.
Instance Attribute Details
#project_id ⇒ ::String
Returns The project ID, should be same as the key of this project config in the parent map.
31121 31122 31123 31124 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 31121 class ShareSettingsProjectConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |