Class: Google::Cloud::Channel::V1::ReportStatus Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::ReportStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
Status of a report generation process.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
The report generation's completion time.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
The report generation's start time.
-
#state ⇒ ::Google::Cloud::Channel::V1::ReportStatus::State
The current state of the report generation process.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp
Returns The report generation's completion time.
371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 371 class ReportStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Available states of report generation. module State # Not used. STATE_UNSPECIFIED = 0 # Report processing started. STARTED = 1 # Data generated from the report is being staged. WRITING = 2 # Report data is available for access. AVAILABLE = 3 # Report failed. FAILED = 4 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp
Returns The report generation's start time.
371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 371 class ReportStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Available states of report generation. module State # Not used. STATE_UNSPECIFIED = 0 # Report processing started. STARTED = 1 # Data generated from the report is being staged. WRITING = 2 # Report data is available for access. AVAILABLE = 3 # Report failed. FAILED = 4 end end |
#state ⇒ ::Google::Cloud::Channel::V1::ReportStatus::State
Returns The current state of the report generation process.
371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 |
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 371 class ReportStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Available states of report generation. module State # Not used. STATE_UNSPECIFIED = 0 # Report processing started. STARTED = 1 # Data generated from the report is being staged. WRITING = 2 # Report data is available for access. AVAILABLE = 3 # Report failed. FAILED = 4 end end |