Class: Google::Cloud::Talent::V4beta1::ListCompaniesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::ListCompaniesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4beta1/company_service.rb
Overview
The List companies response object.
Instance Attribute Summary collapse
-
#companies ⇒ ::Array<::Google::Cloud::Talent::V4beta1::Company>
Companies for the current client.
-
#metadata ⇒ ::Google::Cloud::Talent::V4beta1::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.
Instance Attribute Details
#companies ⇒ ::Array<::Google::Cloud::Talent::V4beta1::Company>
Returns Companies for the current client.
137 138 139 140 |
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 137 class ListCompaniesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Cloud::Talent::V4beta1::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
137 138 139 140 |
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 137 class ListCompaniesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results.
137 138 139 140 |
# File 'proto_docs/google/cloud/talent/v4beta1/company_service.rb', line 137 class ListCompaniesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |