GetSearchAllResourcesResult

data class GetSearchAllResourcesResult(val assetType: String, val createTime: String, val description: String, val displayName: String, val folders: List<String>, val kmsKeys: List<String>, val labels: Map<String, String>, val location: String, val name: String, val networkTags: List<String>, val organization: String, val parentAssetType: String, val parentFullResourceName: String, val project: String, val state: String, val updateTime: String)

Constructors

Link copied to clipboard
constructor(assetType: String, createTime: String, description: String, displayName: String, folders: List<String>, kmsKeys: List<String>, labels: Map<String, String>, location: String, name: String, networkTags: List<String>, organization: String, parentAssetType: String, parentFullResourceName: String, project: String, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of this resource.

Link copied to clipboard

The create timestamp of this resource, at which the resource was created.

Link copied to clipboard

One or more paragraphs of text description of this resource. Maximum length could be up to 1M bytes.

Link copied to clipboard

The display name of this resource.

Link copied to clipboard

The folder(s) that this resource belongs to, in the form of folders/{FOLDER_NUMBER}. This field is available when the resource belongs to one or more folders.

Link copied to clipboard

The Cloud KMS CryptoKey names or CryptoKeyVersion names. This field is available only when the resource's Protobuf contains it.

Link copied to clipboard

Labels associated with this resource.

Link copied to clipboard

Location can be global, regional like us-east1, or zonal like us-west1-b.

Link copied to clipboard

The full resource name of this resource.. See Resource Names for more information.

Link copied to clipboard

Network tags associated with this resource.

Link copied to clipboard

The organization that this resource belongs to, in the form of organizations/{ORGANIZATION_NUMBER}. This field is available when the resource belongs to an organization.

Link copied to clipboard

The type of this resource's immediate parent, if there is one.

Link copied to clipboard

The full resource name of this resource's parent, if it has one.

Link copied to clipboard

The project that this resource belongs to, in the form of projects/{project_number}.

Link copied to clipboard

The state of this resource.

Link copied to clipboard

The last update timestamp of this resource, at which the resource was last modified or deleted.