Class OrganizationsResource.LocationsResource.WorkloadsResource.ListRequest
Lists Assured Workloads under a CRM Node.
Inheritance
OrganizationsResource.LocationsResource.WorkloadsResource.ListRequest
Implements
Inherited Members
AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse>.Callback
Namespace: Google.Apis.Assuredworkloads.v1beta1
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class OrganizationsResource.LocationsResource.WorkloadsResource.ListRequest : AssuredworkloadsBaseServiceRequest<GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse>, IClientServiceRequest<GoogleCloudAssuredworkloadsV1beta1ListWorkloadsResponse>, 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
A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.
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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
Page size.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. Parent Resource to list workloads from. Must be of the form
organizations/{org_id}/locations/{location}
.
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
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()