Class: Google::Cloud::Channel::V1::ReportStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/reports_service.rb

Overview

Status of a report generation process.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns The report generation's completion time.

Returns:



346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 346

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.

Returns:



346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 346

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.

Returns:



346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
# File 'proto_docs/google/cloud/channel/v1/reports_service.rb', line 346

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