Dataform V1beta1 API - Class Google::Cloud::Dataform::V1beta1::MakeDirectoryRequest (v0.7.0)

Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::MakeDirectoryRequest.

MakeDirectory request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#path

def path() -> ::String
Returns
  • (::String) — Required. The directory's full path including directory name, relative to the workspace root.

#path=

def path=(value) -> ::String
Parameter
  • value (::String) — Required. The directory's full path including directory name, relative to the workspace root.
Returns
  • (::String) — Required. The directory's full path including directory name, 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.