Lines Matching full:resource

75 <h1><a href="resourceviews_v1beta1.html">Resource Views API</a> . <a href="resourceviews_v1beta1.re…
82 <p class="firstline">Delete a resource view.</p>
85 <p class="firstline">Get the information of a resource view.</p>
88 <p class="firstline">Create a resource view.</p>
91 <p class="firstline">List resource views.</p>
110 projectName: string, The project name of the resource view. (required)
111 region: string, The region name of the resource view. (required)
112 resourceViewName: string, The name of the resource view. (required)
116 { # The request to add resources to the resource view.
127 <pre>Delete a resource view.
130 projectName: string, The project name of the resource view. (required)
131 region: string, The region name of the resource view. (required)
132 resourceViewName: string, The name of the resource view. (required)
138 <pre>Get the information of a resource view.
141 projectName: string, The project name of the resource view. (required)
142 region: string, The region name of the resource view. (required)
143 resourceViewName: string, The name of the resource view. (required)
148 { # The resource view object.
149 "kind": "resourceviews#resourceView", # Type of the resource.
150 "numMembers": 42, # The total number of resources in the resource view.
151 "description": "A String", # The detailed description of the resource view.
154 { # The Label to be applied to the resource views.
159 "creationTime": "A String", # The creation time of the resource view.
160 "members": [ # A list of all resources in the resource view.
163 "id": "A String", # [Output Only] The ID of the resource view.
164 "selfLink": "A String", # [Output Only] A self-link to the resource view.
165 "name": "A String", # The name of the resource view.
171 <pre>Create a resource view.
174 projectName: string, The project name of the resource view. (required)
175 region: string, The region name of the resource view. (required)
179 { # The resource view object.
180 "kind": "resourceviews#resourceView", # Type of the resource.
181 "numMembers": 42, # The total number of resources in the resource view.
182 "description": "A String", # The detailed description of the resource view.
185 { # The Label to be applied to the resource views.
190 "creationTime": "A String", # The creation time of the resource view.
191 "members": [ # A list of all resources in the resource view.
194 "id": "A String", # [Output Only] The ID of the resource view.
195 "selfLink": "A String", # [Output Only] A self-link to the resource view.
196 "name": "A String", # The name of the resource view.
203 { # The response to a resource view insert request.
204 "resource": { # The resource view object. # The resource view object inserted.
205 "kind": "resourceviews#resourceView", # Type of the resource.
206 "numMembers": 42, # The total number of resources in the resource view.
207 "description": "A String", # The detailed description of the resource view.
210 { # The Label to be applied to the resource views.
215 "creationTime": "A String", # The creation time of the resource view.
216 "members": [ # A list of all resources in the resource view.
219 "id": "A String", # [Output Only] The ID of the resource view.
220 "selfLink": "A String", # [Output Only] A self-link to the resource view.
221 "name": "A String", # The name of the resource view.
228 <pre>List resource views.
231 projectName: string, The project name of the resource view. (required)
232 region: string, The region name of the resource view. (required)
239 { # The response to the list resource view request.
241 "resourceViews": [ # The list of resource views that meet the criteria.
242 { # The resource view object.
243 "kind": "resourceviews#resourceView", # Type of the resource.
244 "numMembers": 42, # The total number of resources in the resource view.
245 "description": "A String", # The detailed description of the resource view.
248 { # The Label to be applied to the resource views.
253 "creationTime": "A String", # The creation time of the resource view.
254 "members": [ # A list of all resources in the resource view.
257 "id": "A String", # [Output Only] The ID of the resource view.
258 "selfLink": "A String", # [Output Only] A self-link to the resource view.
259 "name": "A String", # The name of the resource view.
284 projectName: string, The project name of the resource view. (required)
285 region: string, The region name of the resource view. (required)
286 resourceViewName: string, The name of the resource view. (required)
293 { # The response to the list resource request.
320 projectName: string, The project name of the resource view. (required)
321 region: string, The region name of the resource view. (required)
322 resourceViewName: string, The name of the resource view. (required)
326 { # The request to remove resources from the resource view.