Class: Google::Cloud::WorkloadManager::V1::RuleOutput

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

Overview

The rule output of the violation.

Defined Under Namespace

Classes: DetailsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#details::Google::Protobuf::Map{::String => ::String} (readonly)

Returns Output only. Violation details generated by rule.

Returns:

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

    Output only. Violation details generated by rule.



756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 756

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

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

#message::String (readonly)

Returns Output only. The message generated by rule.

Returns:

  • (::String)

    Output only. The message generated by rule.



756
757
758
759
760
761
762
763
764
765
766
767
768
# File 'proto_docs/google/cloud/workloadmanager/v1/service.rb', line 756

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

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