Class: Google::Cloud::Talent::V4::ListTenantsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::ListTenantsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/tenant_service.rb
Overview
The List tenants response object.
Instance Attribute Summary collapse
-
#metadata ⇒ ::Google::Cloud::Talent::V4::ResponseMetadata
Additional information for the API invocation, such as the request tracking id.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#tenants ⇒ ::Array<::Google::Cloud::Talent::V4::Tenant>
Tenants for the current client.
Instance Attribute Details
#metadata ⇒ ::Google::Cloud::Talent::V4::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
114 115 116 117 |
# File 'proto_docs/google/cloud/talent/v4/tenant_service.rb', line 114 class ListTenantsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results.
114 115 116 117 |
# File 'proto_docs/google/cloud/talent/v4/tenant_service.rb', line 114 class ListTenantsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tenants ⇒ ::Array<::Google::Cloud::Talent::V4::Tenant>
Returns Tenants for the current client.
114 115 116 117 |
# File 'proto_docs/google/cloud/talent/v4/tenant_service.rb', line 114 class ListTenantsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |