Class: Google::Cloud::SecurityCenter::V1::EnvironmentVariable

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/process.rb

Overview

A name-value pair representing an environment variable used in an operating system process.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Environment variable name as a JSON encoded string.

Returns:

  • (::String)

    Environment variable name as a JSON encoded string.



72
73
74
75
# File 'proto_docs/google/cloud/securitycenter/v1/process.rb', line 72

class EnvironmentVariable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#val::String

Returns Environment variable value as a JSON encoded string.

Returns:

  • (::String)

    Environment variable value as a JSON encoded string.



72
73
74
75
# File 'proto_docs/google/cloud/securitycenter/v1/process.rb', line 72

class EnvironmentVariable
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end