SourceMetadata represents the metadata for a resource at the source.
JSON representation |
---|
{ "sourceType": enum ( |
Fields | |
---|---|
sourceType |
Output only. The type of the source. |
originalResourceId |
Output only. The unique identifier of the resource at the source. |
originalResourceCreateTime |
Output only. The time at which the resource was created at the source. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
originalResourceUpdateTime |
Output only. The time at which the resource was last updated at the source. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Union field source . The source of the resource. source can be only one of the following: |
|
pluginInstanceActionSource |
Output only. The source of the resource is a plugin instance action. |
PluginInstanceActionSource
PluginInstanceActionSource represents the plugin instance action source.
JSON representation |
---|
{ "pluginInstance": string, "actionId": string } |
Fields | |
---|---|
pluginInstance |
Output only. The resource name of the source plugin instance. Format is |
actionId |
Output only. The id of the plugin instance action. |
SourceType
The possible types of the source.
Enums | |
---|---|
SOURCE_TYPE_UNSPECIFIED |
Source type not specified. |
PLUGIN |
Source type plugin. |