Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::ListCompaniesResponse.
The List companies response object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#companies
def companies() -> ::Array<::Google::Cloud::Talent::V4::Company>
Returns
- (::Array<::Google::Cloud::Talent::V4::Company>) — Companies for the current client.
#companies=
def companies=(value) -> ::Array<::Google::Cloud::Talent::V4::Company>
Parameter
- value (::Array<::Google::Cloud::Talent::V4::Company>) — Companies for the current client.
Returns
- (::Array<::Google::Cloud::Talent::V4::Company>) — Companies for the current client.
#metadata
def metadata() -> ::Google::Cloud::Talent::V4::ResponseMetadata
Returns
- (::Google::Cloud::Talent::V4::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#metadata=
def metadata=(value) -> ::Google::Cloud::Talent::V4::ResponseMetadata
Parameter
- value (::Google::Cloud::Talent::V4::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
Returns
- (::Google::Cloud::Talent::V4::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results.
Returns
- (::String) — A token to retrieve the next page of results.