Class: Google::Cloud::VisionAI::V1::AnalyzerDefinition::DebugOptions

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

Overview

Options available for debugging purposes only.

Defined Under Namespace

Classes: EnvironmentVariablesEntry

Instance Attribute Summary collapse

Instance Attribute Details

#environment_variables::Google::Protobuf::Map{::String => ::String}

Returns Environment variables.

Returns:

  • (::Google::Protobuf::Map{::String => ::String})

    Environment variables.



242
243
244
245
246
247
248
249
250
251
252
253
254
# File 'proto_docs/google/cloud/visionai/v1/lva.rb', line 242

class DebugOptions
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::String]
  class EnvironmentVariablesEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end