Class: Google::Cloud::Talent::V4beta1::ListTenantsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ListTenantsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/tenant_service.rb
Overview
List tenants for which the client has ACL visibility.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of tenants to be returned, at most 100.
-
#page_token ⇒ ::String
The starting indicator from which to return results.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of tenants to be returned, at most 100. Default is 100 if a non-positive number is provided.
100 101 102 103 |
# File 'proto_docs/google/cloud/talent/v4beta1/tenant_service.rb', line 100 class ListTenantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The starting indicator from which to return results.
100 101 102 103 |
# File 'proto_docs/google/cloud/talent/v4beta1/tenant_service.rb', line 100 class ListTenantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo".
100 101 102 103 |
# File 'proto_docs/google/cloud/talent/v4beta1/tenant_service.rb', line 100 class ListTenantsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |