Class: Google::Cloud::ConfigService::V1::DeploymentOperationMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::DeploymentOperationMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Ephemeral metadata content describing the state of a deployment operation.
Defined Under Namespace
Modules: DeploymentStep
Instance Attribute Summary collapse
-
#apply_results ⇒ ::Google::Cloud::ConfigService::V1::ApplyResults
Outputs and artifacts from applying a deployment.
-
#build ⇒ ::String
readonly
Output only.
-
#logs ⇒ ::String
readonly
Output only.
-
#step ⇒ ::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep
The current step the deployment operation is running.
Instance Attribute Details
#apply_results ⇒ ::Google::Cloud::ConfigService::V1::ApplyResults
Returns Outputs and artifacts from applying a deployment.
797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 797 class DeploymentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible steps a deployment may be running. module DeploymentStep # Unspecified deployment step DEPLOYMENT_STEP_UNSPECIFIED = 0 # Infra Manager is creating a Google Cloud Storage bucket to store # artifacts and metadata about the deployment and revision PREPARING_STORAGE_BUCKET = 1 # Downloading the blueprint onto the Google Cloud Storage bucket DOWNLOADING_BLUEPRINT = 2 # Initializing Terraform using `terraform init` RUNNING_TF_INIT = 3 # Running `terraform plan` RUNNING_TF_PLAN = 4 # Actuating resources using Terraform using `terraform apply` RUNNING_TF_APPLY = 5 # Destroying resources using Terraform using `terraform destroy` RUNNING_TF_DESTROY = 6 # Validating the uploaded TF state file when unlocking a deployment RUNNING_TF_VALIDATE = 7 # Unlocking a deployment UNLOCKING_DEPLOYMENT = 8 # Operation was successful SUCCEEDED = 9 # Operation failed FAILED = 10 # Validating the provided repository. VALIDATING_REPOSITORY = 11 # Running quota validation RUNNING_QUOTA_VALIDATION = 12 end end |
#build ⇒ ::String (readonly)
Returns Output only. Cloud Build instance UUID associated with this operation.
797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 797 class DeploymentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible steps a deployment may be running. module DeploymentStep # Unspecified deployment step DEPLOYMENT_STEP_UNSPECIFIED = 0 # Infra Manager is creating a Google Cloud Storage bucket to store # artifacts and metadata about the deployment and revision PREPARING_STORAGE_BUCKET = 1 # Downloading the blueprint onto the Google Cloud Storage bucket DOWNLOADING_BLUEPRINT = 2 # Initializing Terraform using `terraform init` RUNNING_TF_INIT = 3 # Running `terraform plan` RUNNING_TF_PLAN = 4 # Actuating resources using Terraform using `terraform apply` RUNNING_TF_APPLY = 5 # Destroying resources using Terraform using `terraform destroy` RUNNING_TF_DESTROY = 6 # Validating the uploaded TF state file when unlocking a deployment RUNNING_TF_VALIDATE = 7 # Unlocking a deployment UNLOCKING_DEPLOYMENT = 8 # Operation was successful SUCCEEDED = 9 # Operation failed FAILED = 10 # Validating the provided repository. VALIDATING_REPOSITORY = 11 # Running quota validation RUNNING_QUOTA_VALIDATION = 12 end end |
#logs ⇒ ::String (readonly)
Returns Output only. Location of Deployment operations logs in
gs://{bucket}/{object}
format.
797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 797 class DeploymentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible steps a deployment may be running. module DeploymentStep # Unspecified deployment step DEPLOYMENT_STEP_UNSPECIFIED = 0 # Infra Manager is creating a Google Cloud Storage bucket to store # artifacts and metadata about the deployment and revision PREPARING_STORAGE_BUCKET = 1 # Downloading the blueprint onto the Google Cloud Storage bucket DOWNLOADING_BLUEPRINT = 2 # Initializing Terraform using `terraform init` RUNNING_TF_INIT = 3 # Running `terraform plan` RUNNING_TF_PLAN = 4 # Actuating resources using Terraform using `terraform apply` RUNNING_TF_APPLY = 5 # Destroying resources using Terraform using `terraform destroy` RUNNING_TF_DESTROY = 6 # Validating the uploaded TF state file when unlocking a deployment RUNNING_TF_VALIDATE = 7 # Unlocking a deployment UNLOCKING_DEPLOYMENT = 8 # Operation was successful SUCCEEDED = 9 # Operation failed FAILED = 10 # Validating the provided repository. VALIDATING_REPOSITORY = 11 # Running quota validation RUNNING_QUOTA_VALIDATION = 12 end end |
#step ⇒ ::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep
Returns The current step the deployment operation is running.
797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 797 class DeploymentOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The possible steps a deployment may be running. module DeploymentStep # Unspecified deployment step DEPLOYMENT_STEP_UNSPECIFIED = 0 # Infra Manager is creating a Google Cloud Storage bucket to store # artifacts and metadata about the deployment and revision PREPARING_STORAGE_BUCKET = 1 # Downloading the blueprint onto the Google Cloud Storage bucket DOWNLOADING_BLUEPRINT = 2 # Initializing Terraform using `terraform init` RUNNING_TF_INIT = 3 # Running `terraform plan` RUNNING_TF_PLAN = 4 # Actuating resources using Terraform using `terraform apply` RUNNING_TF_APPLY = 5 # Destroying resources using Terraform using `terraform destroy` RUNNING_TF_DESTROY = 6 # Validating the uploaded TF state file when unlocking a deployment RUNNING_TF_VALIDATE = 7 # Unlocking a deployment UNLOCKING_DEPLOYMENT = 8 # Operation was successful SUCCEEDED = 9 # Operation failed FAILED = 10 # Validating the provided repository. VALIDATING_REPOSITORY = 11 # Running quota validation RUNNING_QUOTA_VALIDATION = 12 end end |