public sealed class ListApplicationsRequest : IMessage<ListApplicationsRequest>, IEquatable<ListApplicationsRequest>, IDeepCloneable<ListApplicationsRequest>, IBufferMessage, IMessage, IPageRequestList applications for which the client has ACL visibility.
Implements
IMessage<ListApplicationsRequest>, IEquatable<ListApplicationsRequest>, IDeepCloneable<ListApplicationsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ListApplicationsRequest()
public ListApplicationsRequest()ListApplicationsRequest(ListApplicationsRequest)
public ListApplicationsRequest(ListApplicationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListApplicationsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of applications to be returned, at most 100. Default is 100 if a non-positive number is provided.
| Property Value | |
|---|---|
| Type | Description |
Int32 |
|
PageToken
public string PageToken { get; set; }The starting indicator from which to return results.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Parent
public string Parent { get; set; }Required. Resource name of the profile under which the application is created.
The format is "projects/{project_id}/tenants/{tenant_id}/profiles/{profile_id}", for example, "projects/foo/tenants/bar/profiles/baz".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsProfileName
public ProfileName ParentAsProfileName { get; set; }ProfileName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProfileName |
|