Class: Grafeas::V1::DeploymentNote

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

Overview

An artifact that can be deployed in some runtime.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_uri::Array<::String>

Returns Required. Resource URI for the artifact being deployed.

Returns:

  • (::Array<::String>)

    Required. Resource URI for the artifact being deployed.



26
27
28
29
# File 'proto_docs/grafeas/v1/deployment.rb', line 26

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