Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::ListTenantsResponse.
The List tenants response object.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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.
#tenants
def tenants() -> ::Array<::Google::Cloud::Talent::V4beta1::Tenant>
Returns
- (::Array<::Google::Cloud::Talent::V4beta1::Tenant>) — Tenants for the current client.
#tenants=
def tenants=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Tenant>
Parameter
- value (::Array<::Google::Cloud::Talent::V4beta1::Tenant>) — Tenants for the current client.
Returns
- (::Array<::Google::Cloud::Talent::V4beta1::Tenant>) — Tenants for the current client.