Maintenance v1 API - Class SummarizeMaintenancesRequest (1.0.0)

public sealed class SummarizeMaintenancesRequest : IPageRequest, IMessage<SummarizeMaintenancesRequest>, IEquatable<SummarizeMaintenancesRequest>, IDeepCloneable<SummarizeMaintenancesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Maintenance v1 API class SummarizeMaintenancesRequest.

Request message for SummarizeMaintenances custom method.

Inheritance

object > SummarizeMaintenancesRequest

Namespace

Google.Cloud.Maintenance.Api.V1

Assembly

Google.Cloud.Maintenance.Api.V1.dll

Constructors

SummarizeMaintenancesRequest()

public SummarizeMaintenancesRequest()

SummarizeMaintenancesRequest(SummarizeMaintenancesRequest)

public SummarizeMaintenancesRequest(SummarizeMaintenancesRequest other)
Parameter
Name Description
other SummarizeMaintenancesRequest

Properties

Filter

public string Filter { get; set; }

Filter the list as specified in https://google.aip.dev/160. Supported fields include:

  • maintenance.maintenanceName Examples:
  • maintenance.maintenanceName="eb3b709c-9ca1-5472-9fb6-800a3849eda1"
Property Value
Type Description
string

OrderBy

public string OrderBy { get; set; }

Order results as specified in https://google.aip.dev/132.

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of resource maintenances to send per page. The default page size is 20 and the maximum is 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The page token: If the next_page_token from a previous response is provided, this request will send the subsequent page.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent of the resource maintenance. eg. projects/123/locations/*

Property Value
Type Description
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
Type Description
LocationName