Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation.
Represents a single file operation to the repository.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#delete_file
def delete_file() -> ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::DeleteFile
-
(::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::DeleteFile) — Represents the delete operation.
Note: The following fields are mutually exclusive:
delete_file
,write_file
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#delete_file=
def delete_file=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::DeleteFile
-
value (::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::DeleteFile) — Represents the delete operation.
Note: The following fields are mutually exclusive:
delete_file
,write_file
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::DeleteFile) — Represents the delete operation.
Note: The following fields are mutually exclusive:
delete_file
,write_file
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#write_file
def write_file() -> ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::WriteFile
-
(::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::WriteFile) — Represents the write operation.
Note: The following fields are mutually exclusive:
write_file
,delete_file
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#write_file=
def write_file=(value) -> ::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::WriteFile
-
value (::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::WriteFile) — Represents the write operation.
Note: The following fields are mutually exclusive:
write_file
,delete_file
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dataform::V1beta1::CommitRepositoryChangesRequest::FileOperation::WriteFile) — Represents the write operation.
Note: The following fields are mutually exclusive:
write_file
,delete_file
. If a field in that set is populated, all other fields in the set will automatically be cleared.