Class: Grafeas::V1::DeploymentOccurrence

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

Overview

The period during which some deployable was active in a runtime.

Defined Under Namespace

Modules: Platform

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns Address of the runtime element hosting this deployment.

Returns:

  • (::String)

    Address of the runtime element hosting this deployment.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#config::String

Returns Configuration used to create this deployment.

Returns:

  • (::String)

    Configuration used to create this deployment.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#deploy_time::Google::Protobuf::Timestamp

Returns Required. Beginning of the lifetime of this deployment.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#platform::Grafeas::V1::DeploymentOccurrence::Platform

Returns Platform hosting this deployment.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#resource_uri::Array<::String>

Returns Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.

Returns:

  • (::Array<::String>)

    Output only. Resource URI for the artifact being deployed taken from the deployable field with the same name.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#undeploy_time::Google::Protobuf::Timestamp

Returns End of the lifetime of this deployment.

Returns:



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end

#user_email::String

Returns Identity of the user that triggered this deployment.

Returns:

  • (::String)

    Identity of the user that triggered this deployment.



54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'proto_docs/grafeas/v1/deployment.rb', line 54

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

  # Types of platforms.
  module Platform
    # Unknown.
    PLATFORM_UNSPECIFIED = 0

    # Google Container Engine.
    GKE = 1

    # Google App Engine: Flexible Environment.
    FLEX = 2

    # Custom user-defined platform.
    CUSTOM = 3
  end
end