Class ListApplicationsRequest (2.0.0-beta07)

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

List applications for which the client has ACL visibility.

Inheritance

Object > ListApplicationsRequest

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

ListApplicationsRequest()

public ListApplicationsRequest()

ListApplicationsRequest(ListApplicationsRequest)

public ListApplicationsRequest(ListApplicationsRequest other)
Parameter
NameDescription
otherListApplicationsRequest

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
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The starting indicator from which to return results.

Property Value
TypeDescription
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
TypeDescription
String

ParentAsProfileName

public ProfileName ParentAsProfileName { get; set; }

ProfileName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProfileName