Class: Google::Apis::CloudassetV1::GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource

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

The Google Cloud resources governed by the organization policies of the AnalyzeOrgPolicyGovernedAssetsRequest.constraint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource

Returns a new instance of GoogleCloudAssetV1AnalyzeOrgPolicyGovernedAssetsResponseGovernedResource.



1531
1532
1533
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1531

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

Instance Attribute Details

#foldersArray<String>

The folder(s) that this resource belongs to, in the form of folders/ FOLDER_NUMBER. This field is available when the resource belongs(directly or cascadingly) to one or more folders. Corresponds to the JSON property folders

Returns:

  • (Array<String>)


1502
1503
1504
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1502

def folders
  @folders
end

#full_resource_nameString

The full resource name of the Google Cloud resource. Corresponds to the JSON property fullResourceName

Returns:

  • (String)


1508
1509
1510
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1508

def full_resource_name
  @full_resource_name
end

#organizationString

The organization that this resource belongs to, in the form of organizations/ ORGANIZATION_NUMBER. This field is available when the resource belongs( directly or cascadingly) to an organization. Corresponds to the JSON property organization

Returns:

  • (String)


1515
1516
1517
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1515

def organization
  @organization
end

#parentString

The full resource name of the parent of AnalyzeOrgPolicyGovernedAssetsResponse. GovernedResource.full_resource_name. Corresponds to the JSON property parent

Returns:

  • (String)


1522
1523
1524
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1522

def parent
  @parent
end

#projectString

The project that this resource belongs to, in the form of projects/ PROJECT_NUMBER. This field is available when the resource belongs to a project. Corresponds to the JSON property project

Returns:

  • (String)


1529
1530
1531
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1529

def project
  @project
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1536
1537
1538
1539
1540
1541
1542
# File 'lib/google/apis/cloudasset_v1/classes.rb', line 1536

def update!(**args)
  @folders = args[:folders] if args.key?(:folders)
  @full_resource_name = args[:full_resource_name] if args.key?(:full_resource_name)
  @organization = args[:organization] if args.key?(:organization)
  @parent = args[:parent] if args.key?(:parent)
  @project = args[:project] if args.key?(:project)
end