Show / Hide Table of Contents

Class OrganizationsResource.LocationsResource.GlobalResource.PolicyOrchestratorsResource.ListRequest

Lists the policy orchestrators under the given parent organization resource.

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

Optional. Filtering results

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<GoogleCloudOsconfigV2betaListPolicyOrchestratorsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Hint for how to order the results

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

PageSize

Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

Optional. A token identifying a page of results the server should return.

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

Parent

Required. The parent resource name.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
OSConfigBaseServiceRequest<GoogleCloudOsconfigV2betaListPolicyOrchestratorsResponse>.InitParameters()

Implements

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