14
14
---
15
15
name : ' GitRepositoryLink'
16
16
description : " A git repository link to a parent connection."
17
- min_version : ' beta'
18
17
docs :
19
18
id_format : ' projects/{{project}}/locations/{{location}}/connections/{{parent_connection}}/gitRepositoryLinks/{{git_repository_link_id}}'
20
19
base_url : ' projects/{{project}}/locations/{{location}}/connections/{{parent_connection}}/gitRepositoryLinks'
@@ -41,13 +40,11 @@ examples:
41
40
# to show them in the docs.
42
41
- name : ' developer_connect_git_repository_link_github'
43
42
primary_resource_id : ' primary'
44
- min_version : ' beta'
45
43
vars :
46
44
connection_name : ' my-connection'
47
45
git_repository_link_name : ' my-repository'
48
46
exclude_docs : true
49
47
- name : ' developer_connect_git_repository_link_github_doc'
50
- min_version : ' beta'
51
48
exclude_test : true
52
49
parameters :
53
50
- name : ' location'
@@ -56,7 +53,6 @@ parameters:
56
53
" Resource ID segment making up resource `name`. It identifies the resource
57
54
within its parent collection as described in https://google.aip.dev/122. See documentation
58
55
for resource type `developerconnect.googleapis.com/GitRepositoryLink`. "
59
- min_version : ' beta'
60
56
url_param_only : true
61
57
required : true
62
58
immutable : true
@@ -66,7 +62,6 @@ parameters:
66
62
" Resource ID segment making up resource `name`. It identifies the resource
67
63
within its parent collection as described in https://google.aip.dev/122. See documentation
68
64
for resource type `developerconnect.googleapis.com/GitRepositoryLink`. "
69
- min_version : ' beta'
70
65
url_param_only : true
71
66
required : true
72
67
immutable : true
@@ -76,60 +71,49 @@ parameters:
76
71
" Required. The ID to use for the repository, which will become the
77
72
final component of\n the repository's resource name. This ID should be unique in
78
73
the connection.\n Allows alphanumeric characters and any of -._~%!$&'()*+,;=@. "
79
- min_version : ' beta'
80
74
url_param_only : true
81
75
required : true
82
76
immutable : true
83
77
properties :
84
78
- name : ' name'
85
79
type : String
86
80
description : " Identifier. Resource name of the repository, in the format\n `projects/*/locations/*/connections/*/gitRepositoryLinks/*`. "
87
- min_version : ' beta'
88
81
output : true
89
82
- name : ' cloneUri'
90
83
type : String
91
84
description : " Required. Git Clone URI. "
92
- min_version : ' beta'
93
85
required : true
94
86
- name : ' createTime'
95
87
type : String
96
88
description : " Output only. [Output only] Create timestamp "
97
- min_version : ' beta'
98
89
output : true
99
90
- name : ' updateTime'
100
91
type : String
101
92
description : " Output only. [Output only] Update timestamp "
102
- min_version : ' beta'
103
93
output : true
104
94
- name : ' deleteTime'
105
95
type : String
106
96
description : " Output only. [Output only] Delete timestamp "
107
- min_version : ' beta'
108
97
output : true
109
98
- name : ' labels'
110
99
type : KeyValueLabels
111
100
description : " Optional. Labels as key value pairs "
112
- min_version : ' beta'
113
101
- name : ' etag'
114
102
type : String
115
103
description :
116
104
" Optional. This checksum is computed by the server based on the value
117
105
of other\n fields, and may be sent on update and delete requests to ensure the\n client
118
106
has an up-to-date value before proceeding. "
119
- min_version : ' beta'
120
107
- name : ' reconciling'
121
108
type : Boolean
122
109
description :
123
110
" Output only. Set to true when the connection is being set up or updated
124
111
in the\n background. "
125
- min_version : ' beta'
126
112
output : true
127
113
- name : ' annotations'
128
114
type : KeyValueAnnotations
129
115
description : " Optional. Allows clients to store small amounts of arbitrary data. "
130
- min_version : ' beta'
131
116
- name : ' uid'
132
117
type : String
133
118
description : " Output only. A system-assigned unique identifier for a the GitRepositoryLink. "
134
- min_version : ' beta'
135
119
output : true
0 commit comments