Class: Google::Cloud::CloudDMS::V1::ConversionWorkspaceInfo
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ConversionWorkspaceInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb
Overview
A conversion workspace's version.
Instance Attribute Summary collapse
-
#commit_id ⇒ ::String
The commit ID of the conversion workspace.
-
#name ⇒ ::String
The resource name (URI) of the conversion workspace.
Instance Attribute Details
#commit_id ⇒ ::String
Returns The commit ID of the conversion workspace.
957 958 959 960 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 957 class ConversionWorkspaceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns The resource name (URI) of the conversion workspace.
957 958 959 960 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb', line 957 class ConversionWorkspaceInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |