Represents a ResourceSearchResult.
Package
@google-cloud/assetConstructors
(constructor)(properties)
constructor(properties?: google.cloud.asset.v1.IResourceSearchResult);Constructs a new ResourceSearchResult.
| Name | Description |
| properties |
IResourceSearchResult
Properties to set |
Properties
additionalAttributes
public additionalAttributes?: (google.protobuf.IStruct|null);ResourceSearchResult additionalAttributes.
| Type | Description |
| (google.protobuf.IStruct|null) |
assetType
public assetType: string;ResourceSearchResult assetType.
| Type | Description |
| string |
attachedResources
public attachedResources: google.cloud.asset.v1.IAttachedResource[];ResourceSearchResult attachedResources.
| Type | Description |
| google.cloud.asset.v1.IAttachedResource[] |
createTime
public createTime?: (google.protobuf.ITimestamp|null);ResourceSearchResult createTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
description
public description: string;ResourceSearchResult description.
| Type | Description |
| string |
displayName
public displayName: string;ResourceSearchResult displayName.
| Type | Description |
| string |
folders
public folders: string[];ResourceSearchResult folders.
| Type | Description |
| string[] |
kmsKey
public kmsKey: string;ResourceSearchResult kmsKey.
| Type | Description |
| string |
labels
public labels: { [k: string]: string };ResourceSearchResult labels.
| Type | Description |
| { [k: string]: string } |
location
public location: string;ResourceSearchResult location.
| Type | Description |
| string |
name
public name: string;ResourceSearchResult name.
| Type | Description |
| string |
networkTags
public networkTags: string[];ResourceSearchResult networkTags.
| Type | Description |
| string[] |
organization
public organization: string;ResourceSearchResult organization.
| Type | Description |
| string |
parentAssetType
public parentAssetType: string;ResourceSearchResult parentAssetType.
| Type | Description |
| string |
parentFullResourceName
public parentFullResourceName: string;ResourceSearchResult parentFullResourceName.
| Type | Description |
| string |
project
public project: string;ResourceSearchResult project.
| Type | Description |
| string |
relationships
public relationships: { [k: string]: google.cloud.asset.v1.IRelatedResources };ResourceSearchResult relationships.
| Type | Description |
| { [k: string]: google.cloud.asset.v1.IRelatedResources } |
state
public state: string;ResourceSearchResult state.
| Type | Description |
| string |
updateTime
public updateTime?: (google.protobuf.ITimestamp|null);ResourceSearchResult updateTime.
| Type | Description |
| (google.protobuf.ITimestamp|null) |
versionedResources
public versionedResources: google.cloud.asset.v1.IVersionedResource[];ResourceSearchResult versionedResources.
| Type | Description |
| google.cloud.asset.v1.IVersionedResource[] |
Methods
create(properties)
public static create(properties?: google.cloud.asset.v1.IResourceSearchResult): google.cloud.asset.v1.ResourceSearchResult;Creates a new ResourceSearchResult instance using the specified properties.
| Name | Description |
| properties |
IResourceSearchResult
Properties to set |
| Type | Description |
| google.cloud.asset.v1.ResourceSearchResult | ResourceSearchResult instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.asset.v1.ResourceSearchResult;Decodes a ResourceSearchResult message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.asset.v1.ResourceSearchResult | ResourceSearchResult |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.asset.v1.ResourceSearchResult;Decodes a ResourceSearchResult message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.asset.v1.ResourceSearchResult | ResourceSearchResult |
encode(message, writer)
public static encode(message: google.cloud.asset.v1.IResourceSearchResult, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified ResourceSearchResult message. Does not implicitly messages.
| Name | Description |
| message |
IResourceSearchResult
ResourceSearchResult message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.asset.v1.IResourceSearchResult, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified ResourceSearchResult message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IResourceSearchResult
ResourceSearchResult message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.asset.v1.ResourceSearchResult;Creates a ResourceSearchResult message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.asset.v1.ResourceSearchResult | ResourceSearchResult |
toJSON()
public toJSON(): { [k: string]: any };Converts this ResourceSearchResult to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.asset.v1.ResourceSearchResult, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a ResourceSearchResult message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.asset.v1.ResourceSearchResult
ResourceSearchResult |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a ResourceSearchResult message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|