Interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchFileGitStatusesResponse.UncommittedFileChange
,FetchFileGitStatusesResponse.UncommittedFileChange.Builder
- Enclosing class:
- FetchFileGitStatusesResponse
public static interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPath()
The file's full path including filename, relative to the workspace root.com.google.protobuf.ByteString
getPathBytes()
The file's full path including filename, relative to the workspace root.FetchFileGitStatusesResponse.UncommittedFileChange.State
getState()
Indicates the status of the file.int
getStateValue()
Indicates the status of the file.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPath
String getPath()
The file's full path including filename, relative to the workspace root.
string path = 1;
- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
The file's full path including filename, relative to the workspace root.
string path = 1;
- Returns:
- The bytes for path.
-
getStateValue
int getStateValue()
Indicates the status of the file.
.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
- Returns:
- The enum numeric value on the wire for state.
-
getState
FetchFileGitStatusesResponse.UncommittedFileChange.State getState()
Indicates the status of the file.
.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
- Returns:
- The state.
-
-