Class: Google::Devtools::Source::V1::CloudWorkspaceSourceContext
- Inherits:
-
Object
- Object
- Google::Devtools::Source::V1::CloudWorkspaceSourceContext
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/source/v1/source_context.rb
Overview
A CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.
Instance Attribute Summary collapse
-
#snapshot_id ⇒ ::String
The ID of the snapshot.
-
#workspace_id ⇒ ::Google::Devtools::Source::V1::CloudWorkspaceId
The ID of the workspace.
Instance Attribute Details
#snapshot_id ⇒ ::String
Returns The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.
121 122 123 124 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 121 class CloudWorkspaceSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#workspace_id ⇒ ::Google::Devtools::Source::V1::CloudWorkspaceId
Returns The ID of the workspace.
121 122 123 124 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 121 class CloudWorkspaceSourceContext include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |