# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/aiplatform/v1/pipeline_state.proto require 'google/api/annotations_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/aiplatform/v1/pipeline_state.proto", :syntax => :proto3) do add_enum "google.cloud.aiplatform.v1.PipelineState" do value :PIPELINE_STATE_UNSPECIFIED, 0 value :PIPELINE_STATE_QUEUED, 1 value :PIPELINE_STATE_PENDING, 2 value :PIPELINE_STATE_RUNNING, 3 value :PIPELINE_STATE_SUCCEEDED, 4 value :PIPELINE_STATE_FAILED, 5 value :PIPELINE_STATE_CANCELLING, 6 value :PIPELINE_STATE_CANCELLED, 7 value :PIPELINE_STATE_PAUSED, 8 end end end module Google module Cloud module AIPlatform module V1 PipelineState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.aiplatform.v1.PipelineState").enummodule end end end end