Interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
        Returns:
        The enum numeric value on the wire for state.