public interface ResetWorkspaceChangesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClean()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
String |
getPaths(int index)
Optional.
|
com.google.protobuf.ByteString |
getPathsBytes(int index)
Optional.
|
int |
getPathsCount()
Optional.
|
List<String> |
getPathsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The workspace's name.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getPathsList()
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.
repeated string paths = 2 [(.google.api.field_behavior) = OPTIONAL];int getPathsCount()
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.
repeated string paths = 2 [(.google.api.field_behavior) = OPTIONAL];String getPaths(int index)
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.
repeated string paths = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getPathsBytes(int index)
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.
repeated string paths = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.boolean getClean()
Optional. If set to true, untracked files will be deleted.
bool clean = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.