Class FoldersResource.CapabilitiesResource
The "capabilities" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class FoldersResource.CapabilitiesResource
Constructors
CapabilitiesResource(IClientService)
Constructs a new resource.
Declaration
public CapabilitiesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Get(string)
Retrieves the Capability identified by the supplied resource name.
Declaration
public virtual FoldersResource.CapabilitiesResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The name of the capability to get. For example, |
Returns
Type | Description |
---|---|
FoldersResource.CapabilitiesResource.GetRequest |
Patch(Capability, string)
Updates the Capability.
Declaration
public virtual FoldersResource.CapabilitiesResource.PatchRequest Patch(Capability body, string name)
Parameters
Type | Name | Description |
---|---|---|
Capability | body | The body of the request. |
string | name | Immutable. Identifier. The resource name of the capability. Must be in the following form: *
|
Returns
Type | Description |
---|---|
FoldersResource.CapabilitiesResource.PatchRequest |