SaaS Runtime v1beta1 API - Class ListUnitsRequest (1.0.0-beta01)

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

Reference documentation and code samples for the SaaS Runtime v1beta1 API class ListUnitsRequest.

The request structure for the ListUnits method.

Inheritance

object > ListUnitsRequest

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

ListUnitsRequest()

public ListUnitsRequest()

ListUnitsRequest(ListUnitsRequest)

public ListUnitsRequest(ListUnitsRequest other)
Parameter
Name Description
other ListUnitsRequest

Properties

Filter

public string Filter { get; set; }

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

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 units to send per page.

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 unit.

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