Sha256: 4ddc27885f8d966382e638c51467c2bd5c22ee791046560b44c43e0358363923

Contents?: true

Size: 1.41 KB

Versions: 3

Compression:

Stored size: 1.41 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: google/cloud/functions/v1/operations.proto

require 'google/protobuf/any_pb'
require 'google/protobuf/timestamp_pb'
require 'google/api/annotations_pb'
require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/cloud/functions/v1/operations.proto", :syntax => :proto3) do
    add_message "google.cloud.functions.v1.OperationMetadataV1" do
      optional :target, :string, 1
      optional :type, :enum, 2, "google.cloud.functions.v1.OperationType"
      optional :request, :message, 3, "google.protobuf.Any"
      optional :version_id, :int64, 4
      optional :update_time, :message, 5, "google.protobuf.Timestamp"
      optional :build_id, :string, 6
      optional :source_token, :string, 7
      optional :build_name, :string, 8
    end
    add_enum "google.cloud.functions.v1.OperationType" do
      value :OPERATION_UNSPECIFIED, 0
      value :CREATE_FUNCTION, 1
      value :UPDATE_FUNCTION, 2
      value :DELETE_FUNCTION, 3
    end
  end
end

module Google
  module Cloud
    module Functions
      module V1
        OperationMetadataV1 = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.functions.v1.OperationMetadataV1").msgclass
        OperationType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.functions.v1.OperationType").enummodule
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
google-cloud-functions-v1-0.6.0 lib/google/cloud/functions/v1/operations_pb.rb
google-cloud-functions-v1-0.5.1 lib/google/cloud/functions/v1/operations_pb.rb
google-cloud-functions-v1-0.5.0 lib/google/cloud/functions/v1/operations_pb.rb