Constructor
new ResourceSearchResult(propertiesopt)
Constructs a new ResourceSearchResult.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
google.cloud.asset.v1.IResourceSearchResult |
<optional> |
Properties to set |
- Implements:
-
- IResourceSearchResult
Members
additionalAttributes
ResourceSearchResult additionalAttributes.
assetType
ResourceSearchResult assetType.
attachedResources
ResourceSearchResult attachedResources.
createTime
ResourceSearchResult createTime.
description
ResourceSearchResult description.
displayName
ResourceSearchResult displayName.
folders
ResourceSearchResult folders.
kmsKey
ResourceSearchResult kmsKey.
labels
ResourceSearchResult labels.
location
ResourceSearchResult location.
name
ResourceSearchResult name.
networkTags
ResourceSearchResult networkTags.
organization
ResourceSearchResult organization.
parentAssetType
ResourceSearchResult parentAssetType.
parentFullResourceName
ResourceSearchResult parentFullResourceName.
project
ResourceSearchResult project.
relationships
ResourceSearchResult relationships.
state
ResourceSearchResult state.
tagKeys
ResourceSearchResult tagKeys.
tagValueIds
ResourceSearchResult tagValueIds.
tagValues
ResourceSearchResult tagValues.
updateTime
ResourceSearchResult updateTime.
versionedResources
ResourceSearchResult versionedResources.
Methods
(static) create(propertiesopt) → {google.cloud.asset.v1.ResourceSearchResult}
Creates a new ResourceSearchResult instance using the specified properties.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
properties |
google.cloud.asset.v1.IResourceSearchResult |
<optional> |
Properties to set |
Returns:
Type | Description |
---|---|
google.cloud.asset.v1.ResourceSearchResult |
ResourceSearchResult instance |
(static) decode(reader, lengthopt) → {google.cloud.asset.v1.ResourceSearchResult}
Decodes a ResourceSearchResult message from the specified reader or buffer.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
|
length |
number |
<optional> |
Message length if known beforehand |
Returns:
Type | Description |
---|---|
google.cloud.asset.v1.ResourceSearchResult |
ResourceSearchResult |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) decodeDelimited(reader) → {google.cloud.asset.v1.ResourceSearchResult}
Decodes a ResourceSearchResult message from the specified reader or buffer, length delimited.
Parameters:
Name | Type | Description |
---|---|---|
reader |
$protobuf.Reader | Uint8Array |
Reader or buffer to decode from |
Returns:
Type | Description |
---|---|
google.cloud.asset.v1.ResourceSearchResult |
ResourceSearchResult |
Throws:
-
-
If the payload is not a reader or valid buffer
- Type
- Error
-
-
-
If required fields are missing
- Type
- $protobuf.util.ProtocolError
-
(static) encode(message, writeropt) → {$protobuf.Writer}
Encodes the specified ResourceSearchResult message. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
google.cloud.asset.v1.IResourceSearchResult |
ResourceSearchResult message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
Returns:
Type | Description |
---|---|
$protobuf.Writer |
Writer |
(static) encodeDelimited(message, writeropt) → {$protobuf.Writer}
Encodes the specified ResourceSearchResult message, length delimited. Does not implicitly verify messages.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
google.cloud.asset.v1.IResourceSearchResult |
ResourceSearchResult message or plain object to encode |
|
writer |
$protobuf.Writer |
<optional> |
Writer to encode to |
Returns:
Type | Description |
---|---|
$protobuf.Writer |
Writer |
(static) fromObject(object) → {google.cloud.asset.v1.ResourceSearchResult}
Creates a ResourceSearchResult message from a plain object. Also converts values to their respective internal types.
Parameters:
Name | Type | Description |
---|---|---|
object |
Object.<string, *> |
Plain object |
Returns:
Type | Description |
---|---|
google.cloud.asset.v1.ResourceSearchResult |
ResourceSearchResult |
(static) getTypeUrl(typeUrlPrefixopt) → {string}
Gets the default type url for ResourceSearchResult
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
typeUrlPrefix |
string |
<optional> |
your custom typeUrlPrefix(default "type.googleapis.com") |
Returns:
Type | Description |
---|---|
string |
The default type url |
(static) toObject(message, optionsopt) → {Object.<string, *>}
Creates a plain object from a ResourceSearchResult message. Also converts values to other types if specified.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
message |
google.cloud.asset.v1.ResourceSearchResult |
ResourceSearchResult |
|
options |
$protobuf.IConversionOptions |
<optional> |
Conversion options |
Returns:
Type | Description |
---|---|
Object.<string, *> |
Plain object |
(static) verify(message) → {string|null}
Verifies a ResourceSearchResult message.
Parameters:
Name | Type | Description |
---|---|---|
message |
Object.<string, *> |
Plain object to verify |
Returns:
Type | Description |
---|---|
string | null |
|
toJSON() → {Object.<string, *>}
Converts this ResourceSearchResult to JSON.
Returns:
Type | Description |
---|---|
Object.<string, *> |
JSON object |