File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,18 +18,22 @@ properties:
1818 # corresponding field is not included in output.
1919 - " INPUT_ONLY"
2020 resource_reference :
21- description : Describes a resource reference for fields that reference API resources
22- type : object
23- properties :
24- type :
25- description : |
26- The resource type that the annotated field references.
21+ description : |
22+ The resource type that the annotated field references.
2723
28- Example:
29- "library.example.com/Topic "
24+ Example:
25+ "library.example.com/topic "
3026
31- Occasionally, a field may reference an arbitrary resource. In this case,
32- APIs use the special value "*" in their resource reference.
33- type : array
34- items : string
35- additionalProperties : false
27+ Occasionally, a field may reference an arbitrary resource. In this case,
28+ APIs use the special value "*" in their resource reference.
29+ type : array
30+ items : string
31+ resource_reference_child_type :
32+ description : |
33+ The field annotated with this supports all resources that have
34+ child types of the resource specified.
35+
36+ Example:
37+ "library.example.com/topic"
38+ type : array
39+ items : string
You can’t perform that action at this time.
0 commit comments