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

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

DeleteRepository request message.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#force

def force() -> ::Boolean
Returns
  • (::Boolean) — If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)

#force=

def force=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)
Returns
  • (::Boolean) — If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)

#name

def name() -> ::String
Returns
  • (::String) — Required. The repository's name.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The repository's name.
Returns
  • (::String) — Required. The repository's name.