Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.GlobalResource.PolicyOrchestratorsResource.ListRequest

Lists the policy orchestrators under the given parent project resource.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse>.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<GoogleCloudOsconfigV2ListPolicyOrchestratorsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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