Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ActivityTypesResource.ActivitiesResource.QueryRequest

Queries policy activities on GCP resources.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>
ProjectsResource.LocationsResource.ActivityTypesResource.ActivitiesResource.QueryRequest
Implements
IClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>
IClientServiceRequest
Inherited Members
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.Xgafv
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.AccessToken
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.Alt
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.Callback
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.Fields
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.Key
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.OauthToken
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.PrettyPrint
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.QuotaUser
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.UploadType
PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.Execute()
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.GetBody()
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ETagAction
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.RequestParameters
ClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.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.PolicyAnalyzer.v1beta1
Assembly: Google.Apis.PolicyAnalyzer.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ActivityTypesResource.ActivitiesResource.QueryRequest : PolicyAnalyzerBaseServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>, IClientServiceRequest<GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>, IClientServiceRequest

Constructors

QueryRequest(IClientService, string)

Constructs a new Query request.

Declaration
public QueryRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. Optional filter expression to restrict the activities returned. Supported filters are: - service_account_last_authn.full_resource_name {=} - service_account_key_last_authn.full_resource_name {=}

Declaration
[RequestParameter("filter", RequestParameterType.Query)]
public virtual string Filter { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyAnalyzer.v1beta1.Data.GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyAnalyzer.v1beta1.Data.GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.MethodName

PageSize

Optional. The maximum number of results to return from this request. Max limit is 1000. Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The container resource on which to execute the request. Acceptable formats: projects/[PROJECT_ID|PROJECT_NUMBER]/locations/[LOCATION]/activityTypes/[ACTIVITY_TYPE] LOCATION here refers to GCP Locations: https://cloud.google.com/about/locations/

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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolicyAnalyzer.v1beta1.Data.GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.RestPath

Methods

InitParameters()

Initializes Query parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.PolicyAnalyzer.v1beta1.PolicyAnalyzerBaseServiceRequest<Google.Apis.PolicyAnalyzer.v1beta1.Data.GoogleCloudPolicyanalyzerV1beta1QueryActivityResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX