Class: Google::Cloud::PolicySimulator::V1::CreateOrgPolicyViolationsPreviewOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::PolicySimulator::V1::CreateOrgPolicyViolationsPreviewOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb
Overview
CreateOrgPolicyViolationsPreviewOperationMetadata is metadata about an OrgPolicyViolationsPreview generations operation.
Instance Attribute Summary collapse
-
#request_time ⇒ ::Google::Protobuf::Timestamp
Time when the request was received.
-
#resources_found ⇒ ::Integer
Total number of resources that need scanning.
-
#resources_pending ⇒ ::Integer
Number of resources still to scan.
-
#resources_scanned ⇒ ::Integer
Number of resources already scanned.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
Time when the request started processing, i.e., when the state was set to RUNNING.
-
#state ⇒ ::Google::Cloud::PolicySimulator::V1::PreviewState
readonly
Output only.
Instance Attribute Details
#request_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the request was received.
234 235 236 237 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 234 class CreateOrgPolicyViolationsPreviewOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources_found ⇒ ::Integer
Returns Total number of resources that need scanning. Should equal resource_scanned + resources_pending.
234 235 236 237 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 234 class CreateOrgPolicyViolationsPreviewOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources_pending ⇒ ::Integer
Returns Number of resources still to scan.
234 235 236 237 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 234 class CreateOrgPolicyViolationsPreviewOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resources_scanned ⇒ ::Integer
Returns Number of resources already scanned.
234 235 236 237 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 234 class CreateOrgPolicyViolationsPreviewOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns Time when the request started processing, i.e., when the state was set to RUNNING.
234 235 236 237 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 234 class CreateOrgPolicyViolationsPreviewOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state ⇒ ::Google::Cloud::PolicySimulator::V1::PreviewState (readonly)
Returns Output only. The current state of the operation.
234 235 236 237 |
# File 'proto_docs/google/cloud/policysimulator/v1/orgpolicy.rb', line 234 class CreateOrgPolicyViolationsPreviewOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |