GitLabSubgroupsClient Interface
public interface GitLabSubgroupsClient
An instance of this class provides access to all the operations defined in GitLabSubgroupsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Git |
list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets nested subgroups of given Git |
|
abstract
Response<Git |
listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets nested subgroups of given Git |
Method Details
list
public abstract GitLabGroupListResponseInner list(String resourceGroupName, String securityConnectorName, String groupFQName)
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
Parameters:
Returns:
listWithResponse
public abstract Response<GitLabGroupListResponseInner> listWithResponse(String resourceGroupName, String securityConnectorName, String groupFQName, Context context)
Gets nested subgroups of given GitLab Group which are onboarded to the connector.
Parameters:
Returns: