Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange.
Represents the Git state of a file with uncommitted changes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
- (::String) — The file's full path including filename, relative to the workspace root.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — The file's full path including filename, relative to the workspace root.
Returns
- (::String) — The file's full path including filename, relative to the workspace root.
#state
def state() -> ::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange::State
Returns
- (::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange::State) — Indicates the status of the file.
#state=
def state=(value) -> ::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange::State
Parameter
- value (::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange::State) — Indicates the status of the file.
Returns
- (::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange::State) — Indicates the status of the file.