Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ListApplicationsResponse.
The List applications response object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#applications
def applications() -> ::Array<::Google::Cloud::Talent::V4beta1::Application>
    Returns
    
  - (::Array<::Google::Cloud::Talent::V4beta1::Application>) — Applications for the current client.
#applications=
def applications=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Application>
    Parameter
    
  - value (::Array<::Google::Cloud::Talent::V4beta1::Application>) — Applications for the current client.
    Returns
    
  - (::Array<::Google::Cloud::Talent::V4beta1::Application>) — Applications for the current client.
#metadata
def metadata() -> ::Google::Cloud::Talent::V4beta1::ResponseMetadata
    Returns
    
  - (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
#metadata=
def metadata=(value) -> ::Google::Cloud::Talent::V4beta1::ResponseMetadata
    Parameter
    
  - value (::Google::Cloud::Talent::V4beta1::ResponseMetadata) — Additional information for the API invocation, such as the request tracking id.
    Returns
    
  - (::Google::Cloud::Talent::V4beta1::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.