Sha256: f5ac8088b6e0a38436a19da9218f8fc86dad5c0996db1fd248d28931f9d50898

Contents?: true

Size: 1.42 KB

Versions: 1

Compression:

Stored size: 1.42 KB

Contents

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

require 'google/protobuf'

require 'google/cloud/securitycenter/v1/file_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("google/cloud/securitycenter/v1/process.proto", :syntax => :proto3) do
    add_message "google.cloud.securitycenter.v1.Process" do
      optional :binary, :message, 3, "google.cloud.securitycenter.v1.File"
      repeated :libraries, :message, 4, "google.cloud.securitycenter.v1.File"
      optional :script, :message, 5, "google.cloud.securitycenter.v1.File"
      repeated :args, :string, 6
      optional :arguments_truncated, :bool, 7
      repeated :env_variables, :message, 8, "google.cloud.securitycenter.v1.EnvironmentVariable"
      optional :env_variables_truncated, :bool, 9
      optional :pid, :int64, 10
      optional :parent_pid, :int64, 11
    end
    add_message "google.cloud.securitycenter.v1.EnvironmentVariable" do
      optional :name, :string, 1
      optional :val, :string, 2
    end
  end
end

module Google
  module Cloud
    module SecurityCenter
      module V1
        Process = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.Process").msgclass
        EnvironmentVariable = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.EnvironmentVariable").msgclass
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
google-cloud-security_center-v1-0.16.0 lib/google/cloud/securitycenter/v1/process_pb.rb