Class: Google::Cloud::Talent::V4::Company::DerivedInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::Company::DerivedInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/company.rb
Overview
Derived details about the company.
Instance Attribute Summary collapse
-
#headquarters_location ⇒ ::Google::Cloud::Talent::V4::Location
A structured headquarters location of the company, resolved from Company.headquarters_address if provided.
Instance Attribute Details
#headquarters_location ⇒ ::Google::Cloud::Talent::V4::Location
Returns A structured headquarters location of the company, resolved from Company.headquarters_address if provided.
115 116 117 118 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 115 class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |