# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/dialogflow/cx/v3/deployment.proto require 'google/api/annotations_pb' require 'google/api/client_pb' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/protobuf/empty_pb' require 'google/protobuf/field_mask_pb' require 'google/protobuf/timestamp_pb' require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/dialogflow/cx/v3/deployment.proto", :syntax => :proto3) do add_message "google.cloud.dialogflow.cx.v3.Deployment" do optional :name, :string, 1 optional :flow_version, :string, 2 optional :state, :enum, 3, "google.cloud.dialogflow.cx.v3.Deployment.State" optional :result, :message, 4, "google.cloud.dialogflow.cx.v3.Deployment.Result" optional :start_time, :message, 5, "google.protobuf.Timestamp" optional :end_time, :message, 6, "google.protobuf.Timestamp" end add_message "google.cloud.dialogflow.cx.v3.Deployment.Result" do repeated :deployment_test_results, :string, 1 optional :experiment, :string, 2 end add_enum "google.cloud.dialogflow.cx.v3.Deployment.State" do value :STATE_UNSPECIFIED, 0 value :RUNNING, 1 value :SUCCEEDED, 2 value :FAILED, 3 end add_message "google.cloud.dialogflow.cx.v3.ListDeploymentsRequest" do optional :parent, :string, 1 optional :page_size, :int32, 2 optional :page_token, :string, 3 end add_message "google.cloud.dialogflow.cx.v3.ListDeploymentsResponse" do repeated :deployments, :message, 1, "google.cloud.dialogflow.cx.v3.Deployment" optional :next_page_token, :string, 2 end add_message "google.cloud.dialogflow.cx.v3.GetDeploymentRequest" do optional :name, :string, 1 end end end module Google module Cloud module Dialogflow module CX module V3 Deployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.Deployment").msgclass Deployment::Result = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.Deployment.Result").msgclass Deployment::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.Deployment.State").enummodule ListDeploymentsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.ListDeploymentsRequest").msgclass ListDeploymentsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.ListDeploymentsResponse").msgclass GetDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.cx.v3.GetDeploymentRequest").msgclass end end end end end