Class: Google::Apis::ServicenetworkingV1::ConsumerProject
- Inherits:
-
Object
- Object
- Google::Apis::ServicenetworkingV1::ConsumerProject
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/servicenetworking_v1/classes.rb,
generated/google/apis/servicenetworking_v1/representations.rb,
generated/google/apis/servicenetworking_v1/representations.rb
Overview
Represents a consumer project.
Instance Attribute Summary collapse
-
#project_num ⇒ Fixnum
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ConsumerProject
constructor
A new instance of ConsumerProject.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ConsumerProject
Returns a new instance of ConsumerProject.
935 936 937 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 935 def initialize(**args) update!(**args) end |
Instance Attribute Details
#project_num ⇒ Fixnum
Required. Project number of the consumer that is launching the service
instance. It can own the network that is peered with Google or, be a service
project in an XPN where the host project has the network.
Corresponds to the JSON property projectNum
933 934 935 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 933 def project_num @project_num end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
940 941 942 |
# File 'generated/google/apis/servicenetworking_v1/classes.rb', line 940 def update!(**args) @project_num = args[:project_num] if args.key?(:project_num) end |