Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ListProfilesResponse.
The List profiles response object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token to retrieve the next page of results. This is empty if there are no more results.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token to retrieve the next page of results. This is empty if there are no more results.
Returns
- (::String) — A token to retrieve the next page of results. This is empty if there are no more results.
#profiles
def profiles() -> ::Array<::Google::Cloud::Talent::V4beta1::Profile>
Returns
- (::Array<::Google::Cloud::Talent::V4beta1::Profile>) — Profiles for the specific tenant.
#profiles=
def profiles=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Profile>
Parameter
- value (::Array<::Google::Cloud::Talent::V4beta1::Profile>) — Profiles for the specific tenant.
Returns
- (::Array<::Google::Cloud::Talent::V4beta1::Profile>) — Profiles for the specific tenant.