Class ResourcesResource
The "resources" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudAsset.v1p1beta1
Assembly: Google.Apis.CloudAsset.v1p1beta1.dll
Syntax
public class ResourcesResource
Constructors
ResourcesResource(IClientService)
Constructs a new resource.
Declaration
public ResourcesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
SearchAll(string)
Searches all the resources within a given accessible Resource Manager scope (project/folder/organization).
This RPC gives callers especially administrators the ability to search all the resources within a scope,
even if they don't have .get
permission of all the resources. Callers should have
cloudasset.assets.searchAllResources
permission on the requested scope, otherwise the request will be
rejected.
Declaration
public virtual ResourcesResource.SearchAllRequest SearchAll(string scope)
Parameters
Type | Name | Description |
---|---|---|
string | scope | Required. The relative name of an asset. The search is limited to the resources within the |
Returns
Type | Description |
---|---|
ResourcesResource.SearchAllRequest |