Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::RemoveFileRequest.
RemoveFile
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.
#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.