Class: Google::Devtools::Source::V1::CloudWorkspaceId

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::String)

    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.

Returns:



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