Class: Google::Cloud::Talent::V4::ListCompaniesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::ListCompaniesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/company_service.rb
Overview
The List companies response object.
Instance Attribute Summary collapse
-
#companies ⇒ ::Array<::Google::Cloud::Talent::V4::Company>
Companies for the current client.
-
#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.
Instance Attribute Details
#companies ⇒ ::Array<::Google::Cloud::Talent::V4::Company>
Returns Companies for the current client.
126 127 128 129 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 126 class ListCompaniesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Cloud::Talent::V4::ResponseMetadata
Returns Additional information for the API invocation, such as the request tracking id.
126 127 128 129 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 126 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.
126 127 128 129 |
# File 'proto_docs/google/cloud/talent/v4/company_service.rb', line 126 class ListCompaniesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |