Class FoldersResource.SearchRequest
Search for folders that match specific filter criteria. Search provides an eventually consistent view of the
folders a user has access to which meet the specified filter criteria. This will only return folders on
which the caller has the permission resourcemanager.folders.get
.
Inheritance
FoldersResource.SearchRequest
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v2
Assembly: Google.Apis.CloudResourceManager.v2.dll
Syntax
public class FoldersResource.SearchRequest : CloudResourceManagerBaseServiceRequest<SearchFoldersResponse>, IClientServiceRequest<SearchFoldersResponse>, IClientServiceRequest
Constructors
SearchRequest(IClientService, SearchFoldersRequest)
Constructs a new Search request.
Declaration
public SearchRequest(IClientService service, SearchFoldersRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SearchFoldersRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v2.Data.SearchFoldersResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v2.Data.SearchFoldersResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v2.Data.SearchFoldersResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v2.Data.SearchFoldersResponse>.GetBody()
InitParameters()
Initializes Search parameter list.
Declaration
protected override void InitParameters()