Sha256: 75f988ffd3e70a5996acc3f3dce5c131ab71ded0095787d69c922e611da5dc54

Contents?: true

Size: 1.01 KB

Versions: 6

Compression:

Stored size: 1.01 KB

Contents

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

require 'google/protobuf'

require 'aserto/options/v1/ids_pb'
require 'google/protobuf/timestamp_pb'
require 'protoc-gen-openapiv2/options/annotations_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("aserto/api/v2/repository.proto", :syntax => :proto3) do
    add_message "aserto.api.v2.Repository" do
      optional :policy_id, :string, 1, json_name: "policyId"
      optional :connection_id, :string, 2, json_name: "connectionId"
      optional :org, :string, 3, json_name: "org"
      optional :repo, :string, 4, json_name: "repo"
      optional :created_at, :message, 5, "google.protobuf.Timestamp", json_name: "createdAt"
      optional :updated_at, :message, 6, "google.protobuf.Timestamp", json_name: "updatedAt"
    end
  end
end

module Aserto
  module Api
    module V2
      Repository = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.Repository").msgclass
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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