Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1TaxonomyService
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1beta1TaxonomyService
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb
Overview
The source system of the Taxonomy.
Instance Attribute Summary collapse
-
#identity ⇒ String
The service agent for the service.
-
#name ⇒ String
The Google Cloud service name.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1TaxonomyService
constructor
A new instance of GoogleCloudDatacatalogV1beta1TaxonomyService.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1beta1TaxonomyService
Returns a new instance of GoogleCloudDatacatalogV1beta1TaxonomyService.
3760 3761 3762 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3760 def initialize(**args) update!(**args) end |
Instance Attribute Details
#identity ⇒ String
The service agent for the service.
Corresponds to the JSON property identity
3753 3754 3755 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3753 def identity @identity end |
#name ⇒ String
The Google Cloud service name.
Corresponds to the JSON property name
3758 3759 3760 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3758 def name @name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3765 3766 3767 3768 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 3765 def update!(**args) @identity = args[:identity] if args.key?(:identity) @name = args[:name] if args.key?(:name) end |