Class: Google::Iam::V2::PolicyOperationMetadata
- Inherits:
-
Object
- Object
- Google::Iam::V2::PolicyOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/iam/v2/policy.rb
Overview
Metadata for long-running Policy
operations.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Timestamp when the
google.longrunning.Operation
was created.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Timestamp when the google.longrunning.Operation
was created.
235 236 237 238 |
# File 'proto_docs/google/iam/v2/policy.rb', line 235 class PolicyOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |