Class ListTenantsRequest (1.0.0)

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

List tenants for which the client has ACL visibility.

Inheritance

System.Object > ListTenantsRequest

Implements

Google.Protobuf.IMessage<ListTenantsRequest>, System.IEquatable<ListTenantsRequest>, Google.Protobuf.IDeepCloneable<ListTenantsRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

ListTenantsRequest()

public ListTenantsRequest()

ListTenantsRequest(ListTenantsRequest)

public ListTenantsRequest(ListTenantsRequest other)
Parameter
NameDescription
otherListTenantsRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.

Property Value
TypeDescription
System.Int32

PageToken

public string PageToken { get; set; }

The starting indicator from which to return results.

Property Value
TypeDescription
System.String

Parent

public string Parent { get; set; }

Required. Resource name of the project under which the tenant is created.

The format is "projects/{project_id}", for example, "projects/foo".

Property Value
TypeDescription
System.String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

Google.Api.Gax.ResourceNames.ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Api.Gax.ResourceNames.ProjectName