Class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2VertexAi
- Inherits:
-
Object
- Object
- Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2VertexAi
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/securitycenter_v1/classes.rb,
lib/google/apis/securitycenter_v1/representations.rb,
lib/google/apis/securitycenter_v1/representations.rb
Instance Attribute Summary collapse
-
#datasets ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Dataset>
Corresponds to the JSON property
datasets. -
#pipelines ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Pipeline>
Corresponds to the JSON property
pipelines.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2VertexAi
constructor
A new instance of GoogleCloudSecuritycenterV2VertexAi.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudSecuritycenterV2VertexAi
Returns a new instance of GoogleCloudSecuritycenterV2VertexAi.
10115 10116 10117 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10115 def initialize(**args) update!(**args) end |
Instance Attribute Details
#datasets ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Dataset>
Corresponds to the JSON property datasets
10108 10109 10110 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10108 def datasets @datasets end |
#pipelines ⇒ Array<Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Pipeline>
Corresponds to the JSON property pipelines
10113 10114 10115 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10113 def pipelines @pipelines end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10120 10121 10122 10123 |
# File 'lib/google/apis/securitycenter_v1/classes.rb', line 10120 def update!(**args) @datasets = args[:datasets] if args.key?(:datasets) @pipelines = args[:pipelines] if args.key?(:pipelines) end |