Show / Hide Table of Contents

Class CustomersResource.PoliciesResource.ResolveRequest

Gets the resolved policy values for a list of policies that match a search query.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>
CustomersResource.PoliciesResource.ResolveRequest
Implements
IClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>
IClientServiceRequest
Inherited Members
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.Xgafv
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.AccessToken
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.Alt
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.Callback
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.Fields
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.Key
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.OauthToken
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.PrettyPrint
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.QuotaUser
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.UploadType
ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.UploadProtocol
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.Execute()
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ExecuteAsync()
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ETagAction
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ModifyRequest
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ValidateParameters
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.ApiVersion
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.RequestParameters
ClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>.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.PoliciesResource.ResolveRequest : ChromePolicyBaseServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>, IClientServiceRequest<GoogleChromePolicyVersionsV1ResolveResponse>, IClientServiceRequest

Constructors

ResolveRequest(IClientService, GoogleChromePolicyVersionsV1ResolveRequest, string)

Constructs a new Resolve request.

Declaration
public ResolveRequest(IClientService service, GoogleChromePolicyVersionsV1ResolveRequest body, string customer)
Parameters
Type Name Description
IClientService service
GoogleChromePolicyVersionsV1ResolveRequest body
string customer

Properties

Customer

ID of the G Suite account or literal "my_customer" for the customer associated to the request.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Resolve parameter list.

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

Implements

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