Class: Google::Apis::CloudassetV1::GoogleCloudAssetV1Resource

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudasset_v1/classes.rb,
lib/google/apis/cloudasset_v1/representations.rb,
lib/google/apis/cloudasset_v1/representations.rb

Overview

A Google Cloud resource under analysis.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssetV1Resource

Returns a new instance of GoogleCloudAssetV1Resource.



2134
2135
2136
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 2134

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#analysis_stateGoogle::Apis::CloudassetV1::IamPolicyAnalysisState

Represents the detailed state of an entity under analysis, such as a resource, an identity or an access. Corresponds to the JSON property analysisState



2126
2127
2128
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 2126

def analysis_state
  @analysis_state
end

#full_resource_nameString

The full resource name Corresponds to the JSON property fullResourceName

Returns:

  • (String)


2132
2133
2134
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 2132

def full_resource_name
  @full_resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2139
2140
2141
2142
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 2139

def update!(**args)
  @analysis_state = args[:analysis_state] if args.key?(:analysis_state)
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
end