Skip to content

Commit 2552a87

Browse files
feat(beyondcorp): update the api
#### beyondcorp:v1alpha The following keys were added: - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription.properties.subscriberType (Total Keys: 2)
1 parent 2159e56 commit 2552a87

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ <h3>Method Details</h3>
143143
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
144144
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
145145
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
146+
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
146147
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
147148
}
148149

@@ -164,6 +165,7 @@ <h3>Method Details</h3>
164165
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
165166
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
166167
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
168+
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
167169
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
168170
}</pre>
169171
</div>
@@ -192,6 +194,7 @@ <h3>Method Details</h3>
192194
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
193195
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
194196
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
197+
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
195198
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
196199
}</pre>
197200
</div>
@@ -225,6 +228,7 @@ <h3>Method Details</h3>
225228
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
226229
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
227230
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
231+
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
228232
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
229233
},
230234
],
@@ -264,6 +268,7 @@ <h3>Method Details</h3>
264268
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
265269
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
266270
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
271+
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
267272
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
268273
}
269274

@@ -287,6 +292,7 @@ <h3>Method Details</h3>
287292
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
288293
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
289294
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
295+
&quot;subscriberType&quot;: &quot;A String&quot;, # Output only. Type of subscriber.
290296
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
291297
}</pre>
292298
</div>

googleapiclient/discovery_cache/documents/beyondcorp.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@
18041804
}
18051805
}
18061806
},
1807-
"revision": "20240527",
1807+
"revision": "20240612",
18081808
"rootUrl": "https://beyondcorp.googleapis.com/",
18091809
"schemas": {
18101810
"AllocatedConnection": {

googleapiclient/discovery_cache/documents/beyondcorp.v1alpha.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4080,7 +4080,7 @@
40804080
}
40814081
}
40824082
},
4083-
"revision": "20240527",
4083+
"revision": "20240612",
40844084
"rootUrl": "https://beyondcorp.googleapis.com/",
40854085
"schemas": {
40864086
"AllocatedConnection": {
@@ -6202,6 +6202,21 @@
62026202
"readOnly": true,
62036203
"type": "string"
62046204
},
6205+
"subscriberType": {
6206+
"description": "Output only. Type of subscriber.",
6207+
"enum": [
6208+
"SUBSCRIBER_TYPE_UNSPECIFIED",
6209+
"ONLINE",
6210+
"OFFLINE"
6211+
],
6212+
"enumDescriptions": [
6213+
"Default value. This value is unused.",
6214+
"Represents an online subscription.",
6215+
"Represents an offline subscription."
6216+
],
6217+
"readOnly": true,
6218+
"type": "string"
6219+
},
62056220
"type": {
62066221
"description": "Required. Type of subscription.",
62076222
"enum": [

0 commit comments

Comments
 (0)