Dataform V1 API - Class Google::Cloud::Dataform::V1::WriteFileRequest (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WriteFileRequest.
WriteFile
request message.
Extended By
-
Google::Protobuf::MessageExts::ClassMethods
Includes
-
Google::Protobuf::MessageExts
Methods
#contents
def contents() -> ::String
Returns
-
(::String) — Required. The file's contents.
#contents=
def contents=(value) -> ::String
Parameter
-
value (::String) — Required. The file's contents.
Returns
-
(::String) — Required. The file's contents.
Returns
-
(::String) — Required. The file.
def path=(value) -> ::String
Parameter
-
value (::String) — Required. The file.
Returns
-
(::String) — Required. The file.
def workspace() -> ::String
Returns
-
(::String) — Required. The workspace's name.
def workspace=(value) -> ::String
Parameter
-
value (::String) — Required. The workspace's name.
Returns
-
(::String) — Required. The workspace's name.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-03 UTC."],[],[],null,["# Dataform V1 API - Class Google::Cloud::Dataform::V1::WriteFileRequest (v0.1.0)\n\nReference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::WriteFileRequest.\n\n`WriteFile` request message. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #contents\n\n def contents() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The file's contents.\n\n### #contents=\n\n def contents=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The file's contents. \n**Returns**\n\n- (::String) --- Required. The file's contents.\n\n### #path\n\n def path() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The file.\n\n### #path=\n\n def path=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The file. \n**Returns**\n\n- (::String) --- Required. The file.\n\n### #workspace\n\n def workspace() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The workspace's name.\n\n### #workspace=\n\n def workspace=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The workspace's name. \n**Returns**\n\n- (::String) --- Required. The workspace's name."]]