Show / Hide Table of Contents

Class CustomersResource.PolicySchemasResource.ListRequest

Gets a list of policy schemas that match a specified filter value for a given customer.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>
CustomersResource.PolicySchemasResource.ListRequest
Implements
IClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>
IClientServiceRequest
Inherited Members
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.Xgafv
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.AccessToken
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.Alt
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.Callback
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.Fields
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.Key
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.OauthToken
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.PrettyPrint
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.QuotaUser
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.UploadType
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.UploadProtocol
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.Execute()
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.GetBody()
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ETagAction
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ModifyRequest
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ValidateParameters
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.ApiVersion
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.RequestParameters
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.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.ChromePolicy.v1
Assembly: Google.Apis.ChromePolicy.v1.dll
Syntax
public class CustomersResource.PolicySchemasResource.ListRequest : ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>, IClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Filter

The schema filter used to find a particular schema based on fields like its resource name, description and additionalTargetKeyNames.

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
ClientServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of policy schemas to return, defaults to 100 and has a maximum of 1000.

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

PageToken

The page token used to retrieve a specific page of the listing request.

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

Parent

Required. The customer for which the listing request will apply.

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<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ListPolicySchemasResponse>.InitParameters()

Implements

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