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

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

CreateWorkspace request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.
Returns
  • (::String) — Required. The repository in which to create the workspace. Must be in the format projects/*/locations/*/repositories/*.

#workspace

def workspace() -> ::Google::Cloud::Dataform::V1beta1::Workspace
Returns

#workspace=

def workspace=(value) -> ::Google::Cloud::Dataform::V1beta1::Workspace
Parameter
Returns

#workspace_id

def workspace_id() -> ::String
Returns
  • (::String) — Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.

#workspace_id=

def workspace_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.
Returns
  • (::String) — Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.