Class protos.google.cloud.asset.v1.ResourceSearchResult (3.15.5)

Represents a ResourceSearchResult.

Package

@google-cloud/asset!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.asset.v1.IResourceSearchResult);

Constructs a new ResourceSearchResult.

Parameter
NameDescription
properties IResourceSearchResult

Properties to set

Properties

additionalAttributes

public additionalAttributes?: (google.protobuf.IStruct|null);

ResourceSearchResult additionalAttributes.

Property Value
TypeDescription
(google.protobuf.IStruct|null)

assetType

public assetType: string;

ResourceSearchResult assetType.

Property Value
TypeDescription
string

attachedResources

public attachedResources: google.cloud.asset.v1.IAttachedResource[];

ResourceSearchResult attachedResources.

Property Value
TypeDescription
google.cloud.asset.v1.IAttachedResource[]

createTime

public createTime?: (google.protobuf.ITimestamp|null);

ResourceSearchResult createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

public description: string;

ResourceSearchResult description.

Property Value
TypeDescription
string

displayName

public displayName: string;

ResourceSearchResult displayName.

Property Value
TypeDescription
string

folders

public folders: string[];

ResourceSearchResult folders.

Property Value
TypeDescription
string[]

kmsKey

public kmsKey: string;

ResourceSearchResult kmsKey.

Property Value
TypeDescription
string

labels

public labels: { [k: string]: string };

ResourceSearchResult labels.

Property Value
TypeDescription
{ [k: string]: string }

location

public location: string;

ResourceSearchResult location.

Property Value
TypeDescription
string

name

public name: string;

ResourceSearchResult name.

Property Value
TypeDescription
string

networkTags

public networkTags: string[];

ResourceSearchResult networkTags.

Property Value
TypeDescription
string[]

organization

public organization: string;

ResourceSearchResult organization.

Property Value
TypeDescription
string

parentAssetType

public parentAssetType: string;

ResourceSearchResult parentAssetType.

Property Value
TypeDescription
string

parentFullResourceName

public parentFullResourceName: string;

ResourceSearchResult parentFullResourceName.

Property Value
TypeDescription
string

project

public project: string;

ResourceSearchResult project.

Property Value
TypeDescription
string

state

public state: string;

ResourceSearchResult state.

Property Value
TypeDescription
string

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

ResourceSearchResult updateTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

versionedResources

public versionedResources: google.cloud.asset.v1.IVersionedResource[];

ResourceSearchResult versionedResources.

Property Value
TypeDescription
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.

Parameter
NameDescription
properties IResourceSearchResult

Properties to set

Returns
TypeDescription
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.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
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.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
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.

Parameters
NameDescription
message IResourceSearchResult

ResourceSearchResult message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$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.

Parameters
NameDescription
message IResourceSearchResult

ResourceSearchResult message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$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.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.asset.v1.ResourceSearchResult

ResourceSearchResult

toJSON()

public toJSON(): { [k: string]: any };

Converts this ResourceSearchResult to JSON.

Returns
TypeDescription
{ [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.

Parameters
NameDescription
message google.cloud.asset.v1.ResourceSearchResult

ResourceSearchResult

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a ResourceSearchResult message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not