Lines Matching full:css
82 <p class="firstline">Retrieves a single CSS domain by ID.</p>
85 <p class="firstline">Lists CSS domains affiliated with a CSS group.</p>
91 <p class="firstline">Updates labels that are assigned to a CSS domain by its CSS group.</p>
100 <pre>Retrieves a single CSS domain by ID.
103 …sDomainId](#cssDomainId), then this ID must be a CSS group ID and `cssDomainId` must be the ID of …
104 cssDomainId: string, Required. The ID of the CSS domain to return. (required)
113 { # Information about CSS domain.
114 "cssDomainId": "A String", # Output only. Immutable. The CSS domain ID.
115 …, # Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only popul…
116 …"displayName": "A String", # Output only. Immutable. The CSS domain's dis…
117 …"fullName": "A String", # Output only. Immutable. The CSS domain's full n…
118 …"homepageUri": "A String", # Output only. Immutable. The CSS domain's hom…
119 … [ # A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for…
127 <pre>Lists CSS domains affiliated with a CSS group.
130 cssGroupId: string, Required. The CSS group ID of CSS domains to be listed. (required)
131 …ger, The maximum number of CSS domains to return. The service may return fewer than this value. If…
142 "csses": [ # The CSS domains affiliated with the specified CSS group.
143 { # Information about CSS domain.
144 "cssDomainId": "A String", # Output only. Immutable. The CSS domain ID.
145 …, # Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only popul…
146 …"displayName": "A String", # Output only. Immutable. The CSS domain's dis…
147 …"fullName": "A String", # Output only. Immutable. The CSS domain's full n…
148 …"homepageUri": "A String", # Output only. Immutable. The CSS domain's hom…
149 … [ # A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for…
174 <pre>Updates labels that are assigned to a CSS domain by its CSS group.
177 cssGroupId: string, Required. The CSS group ID of the updated CSS domain. (required)
178 cssDomainId: string, Required. The ID of the updated CSS domain. (required)
182 { # The IDs of labels that should be assigned to the CSS domain.
196 { # Information about CSS domain.
197 "cssDomainId": "A String", # Output only. Immutable. The CSS domain ID.
198 …, # Output only. Immutable. The ID of the CSS group this CSS domain is affiliated with. Only popul…
199 …"displayName": "A String", # Output only. Immutable. The CSS domain's dis…
200 …"fullName": "A String", # Output only. Immutable. The CSS domain's full n…
201 …"homepageUri": "A String", # Output only. Immutable. The CSS domain's hom…
202 … [ # A list of label IDs that are assigned to this CSS domain by its CSS group. Only populated for…