Show / Hide Table of Contents

Class OrganizationsResource.AssetsResource.GroupRequest

Filters an organization's assets and groups them by their specified properties.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GroupAssetsResponse>
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>
OrganizationsResource.AssetsResource.GroupRequest
Implements
IClientServiceRequest<GroupAssetsResponse>
IClientServiceRequest
Inherited Members
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.Xgafv
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.AccessToken
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.Alt
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.Callback
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.Fields
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.Key
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.OauthToken
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.PrettyPrint
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.QuotaUser
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.UploadType
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.UploadProtocol
ClientServiceRequest<GroupAssetsResponse>.Execute()
ClientServiceRequest<GroupAssetsResponse>.ExecuteAsStream()
ClientServiceRequest<GroupAssetsResponse>.ExecuteAsync()
ClientServiceRequest<GroupAssetsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GroupAssetsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GroupAssetsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GroupAssetsResponse>.CreateRequest(bool?)
ClientServiceRequest<GroupAssetsResponse>.GenerateRequestUri()
ClientServiceRequest<GroupAssetsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GroupAssetsResponse>.ETagAction
ClientServiceRequest<GroupAssetsResponse>.ModifyRequest
ClientServiceRequest<GroupAssetsResponse>.ValidateParameters
ClientServiceRequest<GroupAssetsResponse>.ApiVersion
ClientServiceRequest<GroupAssetsResponse>.RequestParameters
ClientServiceRequest<GroupAssetsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.AssetsResource.GroupRequest : SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>, IClientServiceRequest<GroupAssetsResponse>, IClientServiceRequest

Constructors

GroupRequest(IClientService, GroupAssetsRequest, string)

Constructs a new Group request.

Declaration
public GroupRequest(IClientService service, GroupAssetsRequest body, string parent)
Parameters
Type Name Description
IClientService service
GroupAssetsRequest body
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GroupAssetsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GroupAssetsResponse>.MethodName

Parent

Required. The name of the parent to group the assets by. Its format is organizations/[organization_id], folders/[folder_id], or projects/[project_id].

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GroupAssetsResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GroupAssetsResponse>.GetBody()

InitParameters()

Initializes Group parameter list.

Declaration
protected override void InitParameters()
Overrides
SecurityCommandCenterBaseServiceRequest<GroupAssetsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX