SourceMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
SourceMetadata represents the metadata for a resource at the source.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
plugin_instance_action_source |
google.cloud.apihub_v1.types.SourceMetadata.PluginInstanceActionSource
Output only. The source of the resource is a plugin instance action. This field is a member of oneof _ source .
|
source_type |
google.cloud.apihub_v1.types.SourceMetadata.SourceType
Output only. The type of the source. |
original_resource_id |
str
Output only. The unique identifier of the resource at the source. |
original_resource_create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the resource was created at the source. |
original_resource_update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the resource was last updated at the source. |
Classes
PluginInstanceActionSource
PluginInstanceActionSource(mapping=None, *, ignore_unknown_fields=False, **kwargs)
PluginInstanceActionSource represents the plugin instance action source.
SourceType
SourceType(value)
The possible types of the source.