lib/grpc/nodes_pb.rb in strongdm-1.0.3 vs lib/grpc/nodes_pb.rb in strongdm-1.0.5
- old
+ new
@@ -1,28 +1,29 @@
# Copyright 2020 StrongDM Inc
-#
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
-#
+#
# http://www.apache.org/licenses/LICENSE-2.0
-#
+#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
-#
+#
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: nodes.proto
-require 'google/protobuf'
+require "google/protobuf"
-require 'google/api/annotations_pb'
-require 'protoc-gen-swagger/options/annotations_pb'
-require 'options_pb'
-require 'spec_pb'
+require "google/api/annotations_pb"
+require "protoc-gen-swagger/options/annotations_pb"
+require "options_pb"
+require "spec_pb"
+require "tags_pb"
Google::Protobuf::DescriptorPool.generated_pool.build do
add_file("nodes.proto", :syntax => :proto3) do
add_message "v1.NodeCreateRequest" do
optional :meta, :message, 1, "v1.CreateRequestMetadata"
optional :node, :message, 2, "v1.Node"
@@ -77,16 +78,18 @@
end
add_message "v1.Relay" do
optional :id, :string, 1
optional :name, :string, 2
optional :state, :string, 3
+ optional :tags, :message, 4, "v1.Tags"
end
add_message "v1.Gateway" do
optional :id, :string, 1
optional :name, :string, 2
optional :state, :string, 3
optional :listen_address, :string, 4
optional :bind_address, :string, 5
+ optional :tags, :message, 6, "v1.Tags"
end
end
end
module V1