Class: Google::Cloud::Compute::V1::ShareSettingsProjectConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#project_id::String

Returns The project ID, should be same as the key of this project config in the parent map.

Returns:

  • (::String)

    The project ID, should be same as the key of this project config in the parent map.



24066
24067
24068
24069
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 24066

class ShareSettingsProjectConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end