public static interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPath()
The file's full path including filename, relative to the workspace root.
string path = 1;com.google.protobuf.ByteString getPathBytes()
The file's full path including filename, relative to the workspace root.
string path = 1;int getStateValue()
Indicates the status of the file.
.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
FetchFileGitStatusesResponse.UncommittedFileChange.State getState()
Indicates the status of the file.
.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
Copyright © 2024 Google LLC. All rights reserved.