Class: Google::Devtools::Source::V1::CloudWorkspaceSourceContext

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 CloudWorkspaceSourceContext denotes a workspace at a particular snapshot.

Instance Attribute Summary collapse

Instance Attribute Details

#snapshot_id::String

Returns The ID of the snapshot. An empty snapshot_id refers to the most recent snapshot.

Returns:

  • (::String)

    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.

Returns:



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