Sha256: 7608330da54e541570213eabdf44dac12a758ea186b11228d4173670c4b69ad5

Contents?: true

Size: 1.37 KB

Versions: 6

Compression:

Stored size: 1.37 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: aserto/api/v1/invite.proto

require 'google/protobuf'

require 'google/protobuf/timestamp_pb'
require 'aserto/options/v1/ids_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("aserto/api/v1/invite.proto", :syntax => :proto3) do
    add_message "aserto.api.v1.Invite" do
      optional :id, :string, 1, json_name: "id"
      optional :email, :string, 2, json_name: "email"
      optional :status, :enum, 3, "aserto.api.v1.InviteStatus", json_name: "status"
      optional :created_at, :message, 4, "google.protobuf.Timestamp", json_name: "createdAt"
      optional :responded_at, :message, 5, "google.protobuf.Timestamp", json_name: "respondedAt"
      optional :invited_by, :string, 6, json_name: "invitedBy"
      optional :role, :string, 7, json_name: "role"
    end
    add_enum "aserto.api.v1.InviteStatus" do
      value :INVITE_STATUS_UNKNOWN, 0
      value :INVITE_STATUS_ACCEPTED, 1
      value :INVITE_STATUS_DECLINED, 2
      value :INVITE_STATUS_EXPIRED, 3
      value :INVITE_STATUS_CANCELED, 4
    end
  end
end

module Aserto
  module Api
    module V1
      Invite = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.Invite").msgclass
      InviteStatus = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.InviteStatus").enummodule
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
aserto-grpc-authz-0.0.7 generated/aserto/api/v1/invite_pb.rb
aserto-grpc-authz-0.0.6 generated/aserto/api/v1/invite_pb.rb
aserto-grpc-authz-0.0.5 generated/aserto/api/v1/invite_pb.rb
aserto-grpc-authz-0.0.4 generated/aserto/api/v1/invite_pb.rb
aserto-grpc-authz-0.0.2 generated/aserto/api/v1/invite_pb.rb
aserto-grpc-authz-0.0.1 lib/aserto/api/v1/invite_pb.rb