Class: Grafeas::V1::SlsaProvenanceZeroTwo

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

Defined Under Namespace

Classes: SlsaBuilder, SlsaCompleteness, SlsaConfigSource, SlsaInvocation, SlsaMaterial, SlsaMetadata

Instance Attribute Summary collapse

Instance Attribute Details

#build_config::Google::Protobuf::Struct



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 34

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

  # Identifies the entity that executed the recipe, which is trusted to have
  # correctly performed the operation and populated this provenance.
  # @!attribute [rw] id
  #   @return [::String]
  class SlsaBuilder
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The collection of artifacts that influenced the build including sources,
  # dependencies, build tools, base images, and so on.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  class SlsaMaterial
    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

  # Identifies the event that kicked off the build.
  # @!attribute [rw] config_source
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource]
  # @!attribute [rw] parameters
  #   @return [::Google::Protobuf::Struct]
  # @!attribute [rw] environment
  #   @return [::Google::Protobuf::Struct]
  class SlsaInvocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes where the config file that kicked off the build came from.
  # This is effectively a pointer to the source where buildConfig came from.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  # @!attribute [rw] entry_point
  #   @return [::String]
  class SlsaConfigSource
    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

  # Other properties of the build.
  # @!attribute [rw] build_invocation_id
  #   @return [::String]
  # @!attribute [rw] build_started_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] build_finished_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] completeness
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaCompleteness]
  # @!attribute [rw] reproducible
  #   @return [::Boolean]
  class SlsaMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Indicates that the builder claims certain fields in this message to be
  # complete.
  # @!attribute [rw] parameters
  #   @return [::Boolean]
  # @!attribute [rw] environment
  #   @return [::Boolean]
  # @!attribute [rw] materials
  #   @return [::Boolean]
  class SlsaCompleteness
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#build_type::String

Returns:

  • (::String)


34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 34

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

  # Identifies the entity that executed the recipe, which is trusted to have
  # correctly performed the operation and populated this provenance.
  # @!attribute [rw] id
  #   @return [::String]
  class SlsaBuilder
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The collection of artifacts that influenced the build including sources,
  # dependencies, build tools, base images, and so on.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  class SlsaMaterial
    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

  # Identifies the event that kicked off the build.
  # @!attribute [rw] config_source
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource]
  # @!attribute [rw] parameters
  #   @return [::Google::Protobuf::Struct]
  # @!attribute [rw] environment
  #   @return [::Google::Protobuf::Struct]
  class SlsaInvocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes where the config file that kicked off the build came from.
  # This is effectively a pointer to the source where buildConfig came from.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  # @!attribute [rw] entry_point
  #   @return [::String]
  class SlsaConfigSource
    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

  # Other properties of the build.
  # @!attribute [rw] build_invocation_id
  #   @return [::String]
  # @!attribute [rw] build_started_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] build_finished_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] completeness
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaCompleteness]
  # @!attribute [rw] reproducible
  #   @return [::Boolean]
  class SlsaMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Indicates that the builder claims certain fields in this message to be
  # complete.
  # @!attribute [rw] parameters
  #   @return [::Boolean]
  # @!attribute [rw] environment
  #   @return [::Boolean]
  # @!attribute [rw] materials
  #   @return [::Boolean]
  class SlsaCompleteness
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#builder::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaBuilder



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 34

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

  # Identifies the entity that executed the recipe, which is trusted to have
  # correctly performed the operation and populated this provenance.
  # @!attribute [rw] id
  #   @return [::String]
  class SlsaBuilder
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The collection of artifacts that influenced the build including sources,
  # dependencies, build tools, base images, and so on.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  class SlsaMaterial
    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

  # Identifies the event that kicked off the build.
  # @!attribute [rw] config_source
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource]
  # @!attribute [rw] parameters
  #   @return [::Google::Protobuf::Struct]
  # @!attribute [rw] environment
  #   @return [::Google::Protobuf::Struct]
  class SlsaInvocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes where the config file that kicked off the build came from.
  # This is effectively a pointer to the source where buildConfig came from.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  # @!attribute [rw] entry_point
  #   @return [::String]
  class SlsaConfigSource
    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

  # Other properties of the build.
  # @!attribute [rw] build_invocation_id
  #   @return [::String]
  # @!attribute [rw] build_started_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] build_finished_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] completeness
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaCompleteness]
  # @!attribute [rw] reproducible
  #   @return [::Boolean]
  class SlsaMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Indicates that the builder claims certain fields in this message to be
  # complete.
  # @!attribute [rw] parameters
  #   @return [::Boolean]
  # @!attribute [rw] environment
  #   @return [::Boolean]
  # @!attribute [rw] materials
  #   @return [::Boolean]
  class SlsaCompleteness
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#invocation::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaInvocation



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 34

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

  # Identifies the entity that executed the recipe, which is trusted to have
  # correctly performed the operation and populated this provenance.
  # @!attribute [rw] id
  #   @return [::String]
  class SlsaBuilder
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The collection of artifacts that influenced the build including sources,
  # dependencies, build tools, base images, and so on.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  class SlsaMaterial
    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

  # Identifies the event that kicked off the build.
  # @!attribute [rw] config_source
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource]
  # @!attribute [rw] parameters
  #   @return [::Google::Protobuf::Struct]
  # @!attribute [rw] environment
  #   @return [::Google::Protobuf::Struct]
  class SlsaInvocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes where the config file that kicked off the build came from.
  # This is effectively a pointer to the source where buildConfig came from.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  # @!attribute [rw] entry_point
  #   @return [::String]
  class SlsaConfigSource
    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

  # Other properties of the build.
  # @!attribute [rw] build_invocation_id
  #   @return [::String]
  # @!attribute [rw] build_started_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] build_finished_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] completeness
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaCompleteness]
  # @!attribute [rw] reproducible
  #   @return [::Boolean]
  class SlsaMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Indicates that the builder claims certain fields in this message to be
  # complete.
  # @!attribute [rw] parameters
  #   @return [::Boolean]
  # @!attribute [rw] environment
  #   @return [::Boolean]
  # @!attribute [rw] materials
  #   @return [::Boolean]
  class SlsaCompleteness
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#materials::Array<::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaMaterial>



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 34

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

  # Identifies the entity that executed the recipe, which is trusted to have
  # correctly performed the operation and populated this provenance.
  # @!attribute [rw] id
  #   @return [::String]
  class SlsaBuilder
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The collection of artifacts that influenced the build including sources,
  # dependencies, build tools, base images, and so on.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  class SlsaMaterial
    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

  # Identifies the event that kicked off the build.
  # @!attribute [rw] config_source
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource]
  # @!attribute [rw] parameters
  #   @return [::Google::Protobuf::Struct]
  # @!attribute [rw] environment
  #   @return [::Google::Protobuf::Struct]
  class SlsaInvocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes where the config file that kicked off the build came from.
  # This is effectively a pointer to the source where buildConfig came from.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  # @!attribute [rw] entry_point
  #   @return [::String]
  class SlsaConfigSource
    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

  # Other properties of the build.
  # @!attribute [rw] build_invocation_id
  #   @return [::String]
  # @!attribute [rw] build_started_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] build_finished_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] completeness
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaCompleteness]
  # @!attribute [rw] reproducible
  #   @return [::Boolean]
  class SlsaMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Indicates that the builder claims certain fields in this message to be
  # complete.
  # @!attribute [rw] parameters
  #   @return [::Boolean]
  # @!attribute [rw] environment
  #   @return [::Boolean]
  # @!attribute [rw] materials
  #   @return [::Boolean]
  class SlsaCompleteness
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#metadata::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaMetadata



34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# File 'proto_docs/grafeas/v1/slsa_provenance_zero_two.rb', line 34

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

  # Identifies the entity that executed the recipe, which is trusted to have
  # correctly performed the operation and populated this provenance.
  # @!attribute [rw] id
  #   @return [::String]
  class SlsaBuilder
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # The collection of artifacts that influenced the build including sources,
  # dependencies, build tools, base images, and so on.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  class SlsaMaterial
    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

  # Identifies the event that kicked off the build.
  # @!attribute [rw] config_source
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaConfigSource]
  # @!attribute [rw] parameters
  #   @return [::Google::Protobuf::Struct]
  # @!attribute [rw] environment
  #   @return [::Google::Protobuf::Struct]
  class SlsaInvocation
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Describes where the config file that kicked off the build came from.
  # This is effectively a pointer to the source where buildConfig came from.
  # @!attribute [rw] uri
  #   @return [::String]
  # @!attribute [rw] digest
  #   @return [::Google::Protobuf::Map{::String => ::String}]
  # @!attribute [rw] entry_point
  #   @return [::String]
  class SlsaConfigSource
    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

  # Other properties of the build.
  # @!attribute [rw] build_invocation_id
  #   @return [::String]
  # @!attribute [rw] build_started_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] build_finished_on
  #   @return [::Google::Protobuf::Timestamp]
  # @!attribute [rw] completeness
  #   @return [::Grafeas::V1::SlsaProvenanceZeroTwo::SlsaCompleteness]
  # @!attribute [rw] reproducible
  #   @return [::Boolean]
  class SlsaMetadata
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # Indicates that the builder claims certain fields in this message to be
  # complete.
  # @!attribute [rw] parameters
  #   @return [::Boolean]
  # @!attribute [rw] environment
  #   @return [::Boolean]
  # @!attribute [rw] materials
  #   @return [::Boolean]
  class SlsaCompleteness
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end