@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108
108
"createdSites": [ # The sites to create in batch, specified as a list of Sites.
109
109
{ # A single site. Sites are apps or websites belonging to a channel.
110
110
"name": "A String", # Output only. The resource name of the site.
111
- "urlOrAppId": "A String", # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
111
+ "urlOrAppId": "A String", # Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
112
112
},
113
113
],
114
114
"deletedSites": [ # The sites to delete in batch, specified as a list of site url_or_app_ids.
@@ -129,7 +129,7 @@ <h3>Method Details</h3>
129
129
"sites": [ # The list of sites that have been successfully created. This list will be absent if empty.
130
130
{ # A single site. Sites are apps or websites belonging to a channel.
131
131
"name": "A String", # Output only. The resource name of the site.
132
- "urlOrAppId": "A String", # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
132
+ "urlOrAppId": "A String", # Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
133
133
},
134
134
],
135
135
}</ pre >
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152
152
153
153
{ # A single site. Sites are apps or websites belonging to a channel.
154
154
"name": "A String", # Output only. The resource name of the site.
155
- "urlOrAppId": "A String", # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
155
+ "urlOrAppId": "A String", # Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
156
156
}
157
157
158
158
partnerId: string, The ID of the partner that owns the parent channel.
@@ -166,7 +166,7 @@ <h3>Method Details</h3>
166
166
167
167
{ # A single site. Sites are apps or websites belonging to a channel.
168
168
"name": "A String", # Output only. The resource name of the site.
169
- "urlOrAppId": "A String", # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
169
+ "urlOrAppId": "A String", # Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
170
170
}</ pre >
171
171
</ div >
172
172
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216
216
"sites": [ # The list of sites. This list will be absent if empty.
217
217
{ # A single site. Sites are apps or websites belonging to a channel.
218
218
"name": "A String", # Output only. The resource name of the site.
219
- "urlOrAppId": "A String", # Required. The URL or app ID of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
219
+ "urlOrAppId": "A String", # Required. The app ID or URL of the site. Must be UTF-8 encoded with a maximum length of 240 bytes.
220
220
},
221
221
],
222
222
}</ pre >
0 commit comments