Class: Grafeas::V1::DiscoveryOccurrence::File

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/discovery.rb

Defined Under Namespace

Classes: DigestEntry

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

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


142
143
144
145
146
147
148
149
150
151
152
153
154
# File 'proto_docs/grafeas/v1/discovery.rb', line 142

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

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

#name::String

Returns:

  • (::String)


142
143
144
145
146
147
148
149
150
151
152
153
154
# File 'proto_docs/grafeas/v1/discovery.rb', line 142

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

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