Reference documentation and code samples for the Google Cloud Deploy V1 API class Google::Cloud::Deploy::V1::DeployJobRunMetadata.
DeployJobRunMetadata surfaces information associated with a DeployJobRun
to
the user.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_run
def cloud_run() -> ::Google::Cloud::Deploy::V1::CloudRunMetadata
Returns
-
(::Google::Cloud::Deploy::V1::CloudRunMetadata) — Output only. The name of the Cloud Run Service that is associated with a
DeployJobRun
.
#custom
def custom() -> ::Google::Cloud::Deploy::V1::CustomMetadata
Returns
- (::Google::Cloud::Deploy::V1::CustomMetadata) — Output only. Custom metadata provided by user-defined deploy operation.
#custom_target
def custom_target() -> ::Google::Cloud::Deploy::V1::CustomTargetDeployMetadata
Returns
-
(::Google::Cloud::Deploy::V1::CustomTargetDeployMetadata) — Output only. Custom Target metadata associated with a
DeployJobRun
.