@@ -4659,7 +4659,7 @@ def update!(**args)
4659
4659
end
4660
4660
end
4661
4661
4662
- # EntryLink represents a link between two entries .
4662
+ # EntryLink represents a link between two Entries .
4663
4663
class GoogleCloudDataplexV1EntryLink
4664
4664
include Google ::Apis ::Core ::Hashable
4665
4665
@@ -4669,21 +4669,21 @@ class GoogleCloudDataplexV1EntryLink
4669
4669
attr_accessor :create_time
4670
4670
4671
4671
# Required. Immutable. Relative resource name of the Entry Link Type used to
4672
- # create this Entry Link, of the form: projects/`project`/locations/`location `/
4673
- # entryLinkTypes/`entry_link_type `.
4672
+ # create this Entry Link, of the form: ` projects/`project_id_or_number `/
4673
+ # locations/`location_id`/ entryLinkTypes/`entry_link_type_id `.
4674
4674
# Corresponds to the JSON property `entryLinkType`
4675
4675
# @return [String]
4676
4676
attr_accessor :entry_link_type
4677
4677
4678
- # Required. Specifies the entries referenced in the entry link . There should be
4678
+ # Required. Specifies the Entries referenced in the Entry Link . There should be
4679
4679
# exactly two entry references.
4680
4680
# Corresponds to the JSON property `entryReferences`
4681
4681
# @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLinkEntryReference>]
4682
4682
attr_accessor :entry_references
4683
4683
4684
4684
# Output only. Immutable. Identifier. The relative resource name of the Entry
4685
- # Link, of the form: projects/`project `/locations/`location`/entryGroups/`
4686
- # entry_group` /entryLinks/`entry_link`.
4685
+ # Link, of the form: projects/`project_id_or_number `/locations/`location_id`/
4686
+ # entryGroups/`entry_group_id` /entryLinks/`entry_link_id`
4687
4687
# Corresponds to the JSON property `name`
4688
4688
# @return [String]
4689
4689
attr_accessor :name
@@ -4707,24 +4707,24 @@ def update!(**args)
4707
4707
end
4708
4708
end
4709
4709
4710
- # Reference to the Entry that is linked through the entry link .
4710
+ # Reference to the Entry that is linked through the Entry Link .
4711
4711
class GoogleCloudDataplexV1EntryLinkEntryReference
4712
4712
include Google ::Apis ::Core ::Hashable
4713
4713
4714
- # Required. Immutable. The relative resource name of the referenced entry , of
4715
- # the form: projects/`project `/locations/`location `/entryGroups/`entryGroup`/
4716
- # entries/`entry`.
4714
+ # Required. Immutable. The relative resource name of the referenced Entry , of
4715
+ # the form: projects/`project_id_or_number `/locations/`location_id `/entryGroups/`
4716
+ # entry_group_id`/ entries/`entry_id`
4717
4717
# Corresponds to the JSON property `name`
4718
4718
# @return [String]
4719
4719
attr_accessor :name
4720
4720
4721
- # Immutable. The path in the entry that is referenced in the entry link . Empty
4722
- # path denotes that the entry itself is referenced in the entry link .
4721
+ # Immutable. The path in the Entry that is referenced in the Entry Link . Empty
4722
+ # path denotes that the Entry itself is referenced in the Entry Link .
4723
4723
# Corresponds to the JSON property `path`
4724
4724
# @return [String]
4725
4725
attr_accessor :path
4726
4726
4727
- # Required. Immutable. The reference type of the entry .
4727
+ # Required. Immutable. The reference type of the Entry .
4728
4728
# Corresponds to the JSON property `type`
4729
4729
# @return [String]
4730
4730
attr_accessor :type
0 commit comments