Reference documentation and code samples for the Dataform V1 API class Google::Cloud::Dataform::V1::DeleteRepositoryRequest.
DeleteRepository request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#force
def force() -> ::Boolean-
(::Boolean) — Optional. If set to true, child resources of this repository (compilation
results and workflow invocations) will also be deleted. Otherwise, the
request will only succeed if the repository has no child resources.
Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail..
#force=
def force=(value) -> ::Boolean-
value (::Boolean) — Optional. If set to true, child resources of this repository (compilation
results and workflow invocations) will also be deleted. Otherwise, the
request will only succeed if the repository has no child resources.
Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail..
-
(::Boolean) — Optional. If set to true, child resources of this repository (compilation
results and workflow invocations) will also be deleted. Otherwise, the
request will only succeed if the repository has no child resources.
Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail..
#name
def name() -> ::String- (::String) — Required. The repository's name.
#name=
def name=(value) -> ::String- value (::String) — Required. The repository's name.
- (::String) — Required. The repository's name.