Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse.
FetchFileGitStatuses
response message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#uncommitted_file_changes
def uncommitted_file_changes() -> ::Array<::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange>
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange>) — A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.
#uncommitted_file_changes=
def uncommitted_file_changes=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange>
Parameter
- value (::Array<::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange>) — A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange>) — A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.