# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/notebooks/v1/instance_config.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/notebooks/v1/instance_config.proto", :syntax => :proto3) do add_message "google.cloud.notebooks.v1.InstanceConfig" do optional :notebook_upgrade_schedule, :string, 1 optional :enable_health_monitoring, :bool, 2 end end end module Google module Cloud module Notebooks module V1 InstanceConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.notebooks.v1.InstanceConfig").msgclass end end end end