Class: Google::Cloud::SecurityCenter::V1::Container

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

Overview

Container associated with the finding.

Instance Attribute Summary collapse

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns The time that the container was created.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42

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

#image_id::String

Returns Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.

Returns:

  • (::String)

    Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.



42
43
44
45
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42

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

#labels::Array<::Google::Cloud::SecurityCenter::V1::Label>

Returns Container labels, as provided by the container runtime.

Returns:



42
43
44
45
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42

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

#name::String

Returns Name of the container.

Returns:

  • (::String)

    Name of the container.



42
43
44
45
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42

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

#uri::String

Returns Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.

Returns:

  • (::String)

    Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.



42
43
44
45
# File 'proto_docs/google/cloud/securitycenter/v1/container.rb', line 42

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