Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::ReadFileRequest.
ReadFile
request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#path
def path() -> ::String
Returns
- (::String) — Required. The file's full path including filename, relative to the workspace root.
#path=
def path=(value) -> ::String
Parameter
- value (::String) — Required. The file's full path including filename, relative to the workspace root.
Returns
- (::String) — Required. The file's full path including filename, relative to the workspace root.
#revision
def revision() -> ::String
Returns
-
(::String) — Optional. The Git revision of the file to return. If left empty, the
current contents of
path
will be returned.
#revision=
def revision=(value) -> ::String
Parameter
-
value (::String) — Optional. The Git revision of the file to return. If left empty, the
current contents of
path
will be returned.
Returns
-
(::String) — Optional. The Git revision of the file to return. If left empty, the
current contents of
path
will be returned.
#workspace
def workspace() -> ::String
Returns
- (::String) — Required. The workspace's name.
#workspace=
def workspace=(value) -> ::String
Parameter
- value (::String) — Required. The workspace's name.
Returns
- (::String) — Required. The workspace's name.