Class: Google::Cloud::ConfigService::V1::DeploymentOperationSummary

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

Overview

The summary of the deployment operation.

Instance Attribute Summary collapse

Instance Attribute Details

#artifacts::String (readonly)

Returns Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.

Returns:

  • (::String)

    Output only. Location of Deployment operations artifacts in gs://{bucket}/{object} format.



2482
2483
2484
2485
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482

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

#build::String (readonly)

Returns Output only. Cloud Build instance UUID associated with this operation.

Returns:

  • (::String)

    Output only. Cloud Build instance UUID associated with this operation.



2482
2483
2484
2485
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482

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

#content::String (readonly)

Returns Output only. Location of Deployment operations content in gs://{bucket}/{object} format.

Returns:

  • (::String)

    Output only. Location of Deployment operations content in gs://{bucket}/{object} format.



2482
2483
2484
2485
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482

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

#deployment_step::Google::Cloud::ConfigService::V1::DeploymentOperationMetadata::DeploymentStep (readonly)

Returns Output only. The current step the deployment operation is running.

Returns:



2482
2483
2484
2485
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482

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

#logs::String (readonly)

Returns Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.

Returns:

  • (::String)

    Output only. Location of Deployment operations logs in gs://{bucket}/{object} format.



2482
2483
2484
2485
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2482

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