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