Class: Google::Cloud::Asset::V1::AnalyzeIamPolicyLongrunningMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::AnalyzeIamPolicyLongrunningMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/asset_service.rb
Overview
Represents the metadata of the longrunning operation for the AnalyzeIamPolicyLongrunning rpc.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the operation was created.
29 30 31 32 |
# File 'proto_docs/google/cloud/asset/v1/asset_service.rb', line 29 class AnalyzeIamPolicyLongrunningMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |