Sha256: 8e488b12fc91a0b07073da65bdd2952af871036f96e8716aea4310c57510600c
Contents?: true
Size: 1.37 KB
Versions: 5
Compression:
Stored size: 1.37 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/functions/v1/operations.proto require 'google/protobuf' require 'google/protobuf/any_pb' require 'google/protobuf/timestamp_pb' 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
5 entries across 5 versions & 1 rubygems