Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::ListTenantsRequest.
List tenants for which the client has ACL visibility.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer
    Returns
    
  - (::Integer) — The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.
#page_size=
def page_size=(value) -> ::Integer
    Parameter
    
  - value (::Integer) — The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.
    Returns
    
  - (::Integer) — The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.
#page_token
def page_token() -> ::String
    Returns
    
  - (::String) — The starting indicator from which to return results.
#page_token=
def page_token=(value) -> ::String
    Parameter
    
  - value (::String) — The starting indicator from which to return results.
    Returns
    
  - (::String) — The starting indicator from which to return results.
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. Resource name of the project under which the tenant is created.The format is "projects/{project_id}", for example, "projects/foo". 
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. Resource name of the project under which the tenant is created.The format is "projects/{project_id}", for example, "projects/foo". 
    Returns
    
- 
        (::String) — Required. Resource name of the project under which the tenant is created.The format is "projects/{project_id}", for example, "projects/foo".