Class: Google::Cloud::Deploy::V1::Job

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

Overview

Job represents an operation for a Rollout.

Defined Under Namespace

Modules: State

Instance Attribute Summary collapse

Instance Attribute Details

#advance_child_rollout_job::Google::Cloud::Deploy::V1::AdvanceChildRolloutJob (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#create_child_rollout_job::Google::Cloud::Deploy::V1::CreateChildRolloutJob (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#deploy_job::Google::Cloud::Deploy::V1::DeployJob (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#id::String (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#job_run::String (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#postdeploy_job::Google::Cloud::Deploy::V1::PostdeployJob (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#predeploy_job::Google::Cloud::Deploy::V1::PredeployJob (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#skip_message::String (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#state::Google::Cloud::Deploy::V1::Job::State (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end

#verify_job::Google::Cloud::Deploy::V1::VerifyJob (readonly)



2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2350

class Job
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Valid states of a Job.
  module State
    # The Job has an unspecified state.
    STATE_UNSPECIFIED = 0

    # The Job is waiting for an earlier Phase(s) or Job(s) to complete.
    PENDING = 1

    # The Job is disabled.
    DISABLED = 2

    # The Job is in progress.
    IN_PROGRESS = 3

    # The Job succeeded.
    SUCCEEDED = 4

    # The Job failed.
    FAILED = 5

    # The Job was aborted.
    ABORTED = 6

    # The Job was skipped.
    SKIPPED = 7

    # The Job was ignored.
    IGNORED = 8
  end
end