Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.DeploymentsResource.ActuationsResource.ListRequest

Lists Actuations in a given project, location and deployment.

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

MethodName

Gets the method name.

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

OrderBy

Optional. Field to sort by. See https://google.aip.dev/132#ordering for more details.

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 resource prefix of the Actuation using the form: 'projects/{project_id}/locations/{location}/deployments/{deployment}'

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkloadManagerBaseServiceRequest<ListActuationsResponse>.InitParameters()

Implements

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