Sha256: d5747a824db4a08f0eaf6c9be3eb55685a60a795e9ec0a0df86817d6aaf2bef0

Contents?: true

Size: 1003 Bytes

Versions: 1

Compression:

Stored size: 1003 Bytes

Contents

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

require 'google/protobuf/timestamp_pb'
require 'google/protobuf'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/cloud/notebooks/v1/event.proto", :syntax => :proto3) do
    add_message "google.cloud.notebooks.v1.Event" do
      optional :report_time, :message, 1, "google.protobuf.Timestamp"
      optional :type, :enum, 2, "google.cloud.notebooks.v1.Event.EventType"
    end
    add_enum "google.cloud.notebooks.v1.Event.EventType" do
      value :EVENT_TYPE_UNSPECIFIED, 0
      value :IDLE, 1
    end
  end
end

module Google
  module Cloud
    module Notebooks
      module V1
        Event = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1.Event").msgclass
        Event::EventType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1.Event.EventType").enummodule
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google-cloud-notebooks-v1-0.1.0 lib/google/cloud/notebooks/v1/event_pb.rb