Class: Google::Devtools::Source::V1::CloudWorkspaceId
- Inherits:
-
Object
- Object
- Google::Devtools::Source::V1::CloudWorkspaceId
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/source/v1/source_context.rb
Overview
A CloudWorkspaceId is a unique identifier for a cloud workspace. A cloud workspace is a place associated with a repo where modified files can be stored before they are committed.
Instance Attribute Summary collapse
-
#name ⇒ ::String
The unique name of the workspace within the repo.
-
#repo_id ⇒ ::Google::Devtools::Source::V1::RepoId
The ID of the repo containing the workspace.
Instance Attribute Details
#name ⇒ ::String
Returns The unique name of the workspace within the repo. This is the name chosen by the client in the Source API's CreateWorkspace method.
198 199 200 201 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 198 class CloudWorkspaceId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#repo_id ⇒ ::Google::Devtools::Source::V1::RepoId
Returns The ID of the repo containing the workspace.
198 199 200 201 |
# File 'proto_docs/google/devtools/source/v1/source_context.rb', line 198 class CloudWorkspaceId include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |