Class: Google::Cloud::Deploy::V1::VerifyJobRun
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::VerifyJobRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
VerifyJobRun contains information specific to a verify JobRun.
Defined Under Namespace
Modules: FailureCause
Instance Attribute Summary collapse
-
#artifact_uri ⇒ ::String
readonly
Output only.
-
#build ⇒ ::String
readonly
Output only.
-
#event_log_path ⇒ ::String
readonly
Output only.
-
#failure_cause ⇒ ::Google::Cloud::Deploy::V1::VerifyJobRun::FailureCause
readonly
Output only.
-
#failure_message ⇒ ::String
readonly
Output only.
Instance Attribute Details
#artifact_uri ⇒ ::String (readonly)
3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3331 class VerifyJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Well-known verify failures. module FailureCause # No reason for failure is specified. FAILURE_CAUSE_UNSPECIFIED = 0 # Cloud Build is not available, either because it is not enabled or because # Cloud Deploy has insufficient permissions. See [required # permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions). CLOUD_BUILD_UNAVAILABLE = 1 # The verify operation did not complete successfully; check Cloud Build # logs. EXECUTION_FAILED = 2 # The verify job run did not complete within the alloted time. DEADLINE_EXCEEDED = 3 # No Skaffold verify configuration was found. VERIFICATION_CONFIG_NOT_FOUND = 4 # Cloud Build failed to fulfill Cloud Deploy's request. See failure_message # for additional details. CLOUD_BUILD_REQUEST_FAILED = 5 end end |
#build ⇒ ::String (readonly)
3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3331 class VerifyJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Well-known verify failures. module FailureCause # No reason for failure is specified. FAILURE_CAUSE_UNSPECIFIED = 0 # Cloud Build is not available, either because it is not enabled or because # Cloud Deploy has insufficient permissions. See [required # permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions). CLOUD_BUILD_UNAVAILABLE = 1 # The verify operation did not complete successfully; check Cloud Build # logs. EXECUTION_FAILED = 2 # The verify job run did not complete within the alloted time. DEADLINE_EXCEEDED = 3 # No Skaffold verify configuration was found. VERIFICATION_CONFIG_NOT_FOUND = 4 # Cloud Build failed to fulfill Cloud Deploy's request. See failure_message # for additional details. CLOUD_BUILD_REQUEST_FAILED = 5 end end |
#event_log_path ⇒ ::String (readonly)
3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3331 class VerifyJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Well-known verify failures. module FailureCause # No reason for failure is specified. FAILURE_CAUSE_UNSPECIFIED = 0 # Cloud Build is not available, either because it is not enabled or because # Cloud Deploy has insufficient permissions. See [required # permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions). CLOUD_BUILD_UNAVAILABLE = 1 # The verify operation did not complete successfully; check Cloud Build # logs. EXECUTION_FAILED = 2 # The verify job run did not complete within the alloted time. DEADLINE_EXCEEDED = 3 # No Skaffold verify configuration was found. VERIFICATION_CONFIG_NOT_FOUND = 4 # Cloud Build failed to fulfill Cloud Deploy's request. See failure_message # for additional details. CLOUD_BUILD_REQUEST_FAILED = 5 end end |
#failure_cause ⇒ ::Google::Cloud::Deploy::V1::VerifyJobRun::FailureCause (readonly)
3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3331 class VerifyJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Well-known verify failures. module FailureCause # No reason for failure is specified. FAILURE_CAUSE_UNSPECIFIED = 0 # Cloud Build is not available, either because it is not enabled or because # Cloud Deploy has insufficient permissions. See [required # permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions). CLOUD_BUILD_UNAVAILABLE = 1 # The verify operation did not complete successfully; check Cloud Build # logs. EXECUTION_FAILED = 2 # The verify job run did not complete within the alloted time. DEADLINE_EXCEEDED = 3 # No Skaffold verify configuration was found. VERIFICATION_CONFIG_NOT_FOUND = 4 # Cloud Build failed to fulfill Cloud Deploy's request. See failure_message # for additional details. CLOUD_BUILD_REQUEST_FAILED = 5 end end |
#failure_message ⇒ ::String (readonly)
3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 3331 class VerifyJobRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Well-known verify failures. module FailureCause # No reason for failure is specified. FAILURE_CAUSE_UNSPECIFIED = 0 # Cloud Build is not available, either because it is not enabled or because # Cloud Deploy has insufficient permissions. See [required # permission](https://cloud.google.com/deploy/docs/cloud-deploy-service-account#required_permissions). CLOUD_BUILD_UNAVAILABLE = 1 # The verify operation did not complete successfully; check Cloud Build # logs. EXECUTION_FAILED = 2 # The verify job run did not complete within the alloted time. DEADLINE_EXCEEDED = 3 # No Skaffold verify configuration was found. VERIFICATION_CONFIG_NOT_FOUND = 4 # Cloud Build failed to fulfill Cloud Deploy's request. See failure_message # for additional details. CLOUD_BUILD_REQUEST_FAILED = 5 end end |