Class ResetWorkspaceChangesRequest (0.2.1)

ResetWorkspaceChangesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

ResetWorkspaceChanges request message.

Attributes

NameDescription
name str
Required. The workspace's name.
paths Sequence[str]
Optional. Full file paths to reset back to their committed state including filename, rooted at workspace root. If left empty, all files will be reset.
clean bool
Optional. If set to true, untracked files will be deleted.

Inheritance

builtins.object > proto.message.Message > ResetWorkspaceChangesRequest