lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.22.0 vs lib/google/apis/dataplex_v1/classes.rb in google-apis-dataplex_v1-0.23.0

- old
+ new

@@ -682,10 +682,15 @@ # Status of the resource referenced by an asset. class GoogleCloudDataplexV1AssetResourceStatus include Google::Apis::Core::Hashable + # Output only. Service account associated with the BigQuery Connection. + # Corresponds to the JSON property `managedAccessIdentity` + # @return [String] + attr_accessor :managed_access_identity + # Additional information about the current state. # Corresponds to the JSON property `message` # @return [String] attr_accessor :message @@ -703,10 +708,11 @@ update!(**args) end # Update properties of this object def update!(**args) + @managed_access_identity = args[:managed_access_identity] if args.key?(:managed_access_identity) @message = args[:message] if args.key?(:message) @state = args[:state] if args.key?(:state) @update_time = args[:update_time] if args.key?(:update_time) end end @@ -1081,10 +1087,10 @@ # columns within a table) along with attribute bindings. # Corresponds to the JSON property `paths` # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataAttributeBindingPath>] attr_accessor :paths - # Optional. Immutable. The resource name of the resource that is binded to + # Optional. Immutable. The resource name of the resource that is associated to # attributes. Presently, only entity resource is supported in the form: projects/ # `project`/locations/`location`/lakes/`lake`/zones/`zone`/entities/`entity_id` # Must belong in the same project and region as the attribute binding, and there # can only exist one active binding for a resource. # Corresponds to the JSON property `resource`