Skip to content

Commit 0404064

Browse files
CI Update
Build.Reason:Manual by azure-sdk-internal-msdocs-apidrop-connection Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=549983&view=results
1 parent 2fbbb1c commit 0404064

14 files changed

+139
-12
lines changed

docs-ref-autogen/com.azure.messaging.webpubsub.WebPubSubAuthenticationPolicy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ implements:
5252
- "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
5353
metadata: {}
5454
package: "com.azure.messaging.webpubsub"
55-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
55+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,23 @@ methods:
232232
returns:
233233
description: "whether resource exists."
234234
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>&gt;&gt;"
235+
- uid: "com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient.listConnectionsInGroup(java.lang.String,com.azure.core.http.rest.RequestOptions)"
236+
fullName: "com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient.listConnectionsInGroup(String group, RequestOptions requestOptions)"
237+
name: "listConnectionsInGroup(String group, RequestOptions requestOptions)"
238+
nameWithType: "WebPubSubServiceAsyncClient.listConnectionsInGroup(String group, RequestOptions requestOptions)"
239+
summary: "List connections in a group."
240+
parameters:
241+
- description: "Target group name, whose length should be greater than 0 and less than 1025."
242+
name: "group"
243+
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
244+
- description: "The options to configure the HTTP request before HTTP client sends it."
245+
name: "requestOptions"
246+
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
247+
syntax: "public PagedFlux<WebPubSubGroupConnection> listConnectionsInGroup(String group, RequestOptions requestOptions)"
248+
desc: "List connections in a group.\n\n**Query Parameters**\n\n | ----------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------- |\n | Name | Type | Required | Description |\n | maxpagesize | Integer | No | The maximum number of connections to include in a single response. It should be between 1 and 200. |\n | top | Integer | No | The maximum number of connections to return. If the value is not set, then all the connections in a group are returned. |\n\nYou can add these to a request with <xref uid=\"com.azure.core.http.rest.RequestOptions.addQueryParam\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RequestOptions#addQueryParam\"></xref>\n\n**Response Body Schema**\n\n```java\n{\n connectionId: String (Required)\n userId: String (Optional)\n }\n```"
249+
returns:
250+
description: "represents a page of elements as a LIST REST API result as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
251+
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
235252
- uid: "com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient.removeConnectionFromAllGroupsWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
236253
fullName: "com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient.removeConnectionFromAllGroupsWithResponse(String connectionId, RequestOptions requestOptions)"
237254
name: "removeConnectionFromAllGroupsWithResponse(String connectionId, RequestOptions requestOptions)"
@@ -602,4 +619,4 @@ type: "class"
602619
desc: "Initializes a new instance of the asynchronous AzureWebPubSubServiceRestAPI type."
603620
metadata: {}
604621
package: "com.azure.messaging.webpubsub"
605-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
622+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.WebPubSubServiceClient.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,23 @@ methods:
229229
returns:
230230
description: "the response."
231231
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>&gt;"
232+
- uid: "com.azure.messaging.webpubsub.WebPubSubServiceClient.listConnectionsInGroup(java.lang.String,com.azure.core.http.rest.RequestOptions)"
233+
fullName: "com.azure.messaging.webpubsub.WebPubSubServiceClient.listConnectionsInGroup(String group, RequestOptions requestOptions)"
234+
name: "listConnectionsInGroup(String group, RequestOptions requestOptions)"
235+
nameWithType: "WebPubSubServiceClient.listConnectionsInGroup(String group, RequestOptions requestOptions)"
236+
summary: "List connections in a group."
237+
parameters:
238+
- description: "Target group name, whose length should be greater than 0 and less than 1025."
239+
name: "group"
240+
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
241+
- description: "The options to configure the HTTP request before HTTP client sends it."
242+
name: "requestOptions"
243+
type: "<xref href=\"com.azure.core.http.rest.RequestOptions?alt=com.azure.core.http.rest.RequestOptions&text=RequestOptions\" data-throw-if-not-resolved=\"False\" />"
244+
syntax: "public PagedIterable<WebPubSubGroupConnection> listConnectionsInGroup(String group, RequestOptions requestOptions)"
245+
desc: "List connections in a group.\n\n**Query Parameters**\n\n | ----------- | ------- | -------- | ----------------------------------------------------------------------------------------------------------------------- |\n | Name | Type | Required | Description |\n | maxpagesize | Integer | No | The maximum number of connections to include in a single response. It should be between 1 and 200. |\n | top | Integer | No | The maximum number of connections to return. If the value is not set, then all the connections in a group are returned. |\n\nYou can add these to a request with <xref uid=\"com.azure.core.http.rest.RequestOptions.addQueryParam\" data-throw-if-not-resolved=\"false\" data-raw-source=\"RequestOptions#addQueryParam\"></xref>\n\n**Response Body Schema**\n\n```java\n{\n connectionId: String (Required)\n userId: String (Optional)\n }\n```"
246+
returns:
247+
description: "represents a page of elements as a LIST REST API result as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
248+
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
232249
- uid: "com.azure.messaging.webpubsub.WebPubSubServiceClient.removeConnectionFromAllGroupsWithResponse(java.lang.String,com.azure.core.http.rest.RequestOptions)"
233250
fullName: "com.azure.messaging.webpubsub.WebPubSubServiceClient.removeConnectionFromAllGroupsWithResponse(String connectionId, RequestOptions requestOptions)"
234251
name: "removeConnectionFromAllGroupsWithResponse(String connectionId, RequestOptions requestOptions)"
@@ -587,4 +604,4 @@ type: "class"
587604
desc: "Initializes a new instance of the synchronous AzureWebPubSubServiceRestAPI type."
588605
metadata: {}
589606
package: "com.azure.messaging.webpubsub"
590-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
607+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,4 +271,4 @@ implements:
271271
- "<xref href=\"com.azure.core.client.traits.TokenCredentialTrait?alt=com.azure.core.client.traits.TokenCredentialTrait&text=TokenCredentialTrait\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder?alt=com.azure.messaging.webpubsub.WebPubSubServiceClientBuilder&text=WebPubSubServiceClientBuilder\" data-throw-if-not-resolved=\"False\" />&gt;"
272272
metadata: {}
273273
package: "com.azure.messaging.webpubsub"
274-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
274+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.WebPubSubServiceVersion.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ fields:
4949
nameWithType: "WebPubSubServiceVersion.V2024_01_01"
5050
summary: "Enum value 2024-01-01."
5151
desc: "Enum value 2024-01-01."
52+
- uid: "com.azure.messaging.webpubsub.WebPubSubServiceVersion.V2024_12_01"
53+
fullName: "com.azure.messaging.webpubsub.WebPubSubServiceVersion.V2024_12_01"
54+
name: "V2024_12_01"
55+
nameWithType: "WebPubSubServiceVersion.V2024_12_01"
56+
summary: "Enum value 2024-12-01."
57+
desc: "Enum value 2024-12-01."
5258
methods:
5359
- uid: "com.azure.messaging.webpubsub.WebPubSubServiceVersion.getLatest()"
5460
fullName: "com.azure.messaging.webpubsub.WebPubSubServiceVersion.getLatest()"
@@ -95,4 +101,4 @@ implements:
95101
- "<xref href=\"com.azure.core.util.ServiceVersion?alt=com.azure.core.util.ServiceVersion&text=ServiceVersion\" data-throw-if-not-resolved=\"False\" />"
96102
metadata: {}
97103
package: "com.azure.messaging.webpubsub"
98-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
104+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.models.GetClientAccessTokenOptions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ type: "class"
182182
desc: "Options class for configuring the <xref uid=\"com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient.getClientAccessToken(com.azure.messaging.webpubsub.models.GetClientAccessTokenOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WebPubSubServiceAsyncClient#getClientAccessToken(GetClientAccessTokenOptions)\"></xref> and <xref uid=\"com.azure.messaging.webpubsub.WebPubSubServiceClient.getClientAccessToken(com.azure.messaging.webpubsub.models.GetClientAccessTokenOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"WebPubSubServiceClient#getClientAccessToken(GetClientAccessTokenOptions)\"></xref> methods."
183183
metadata: {}
184184
package: "com.azure.messaging.webpubsub.models"
185-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
185+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.models.WebPubSubClientAccessToken.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ type: "class"
6161
desc: "A wrapper class for results of the `getClientAccessToken` APIs on <xref uid=\"com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.messaging.webpubsub.WebPubSubServiceAsyncClient\"></xref> and <xref uid=\"com.azure.messaging.webpubsub.WebPubSubServiceClient\" data-throw-if-not-resolved=\"false\" data-raw-source=\"com.azure.messaging.webpubsub.WebPubSubServiceClient\"></xref>."
6262
metadata: {}
6363
package: "com.azure.messaging.webpubsub.models"
64-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
64+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.models.WebPubSubClientProtocol.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ type: "class"
107107
desc: "Defines values for WebPubSubClientProtocol."
108108
metadata: {}
109109
package: "com.azure.messaging.webpubsub.models"
110-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
110+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

docs-ref-autogen/com.azure.messaging.webpubsub.models.WebPubSubContentType.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ methods:
9898
desc: "Defines values for ContentType."
9999
metadata: {}
100100
package: "com.azure.messaging.webpubsub.models"
101-
artifact: com.azure:azure-messaging-webpubsub:1.4.2
101+
artifact: com.azure:azure-messaging-webpubsub:1.5.0
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
### YamlMime:JavaType
2+
uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection"
3+
fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection"
4+
name: "WebPubSubGroupConnection"
5+
nameWithType: "WebPubSubGroupConnection"
6+
summary: "Represents a connection in a group."
7+
inheritances:
8+
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
9+
inheritedClassMethods:
10+
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
11+
methodsRef:
12+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
13+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
14+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
15+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
16+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
17+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
18+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
19+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
20+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
21+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
22+
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
23+
syntax: "public final class **WebPubSubGroupConnection**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
24+
methods:
25+
- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.fromJson(com.azure.json.JsonReader)"
26+
fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.fromJson(JsonReader jsonReader)"
27+
name: "fromJson(JsonReader jsonReader)"
28+
nameWithType: "WebPubSubGroupConnection.fromJson(JsonReader jsonReader)"
29+
summary: "Reads an instance of Web<wbr>Pub<wbr>Sub<wbr>Group<wbr>Member from the Json<wbr>Reader."
30+
modifiers:
31+
- "static"
32+
parameters:
33+
- description: "The JsonReader being read."
34+
name: "jsonReader"
35+
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
36+
syntax: "public static WebPubSubGroupConnection fromJson(JsonReader jsonReader)"
37+
exceptions:
38+
- description: "If the deserialized JSON object was missing any required properties."
39+
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
40+
desc: "Reads an instance of WebPubSubGroupMember from the JsonReader."
41+
returns:
42+
description: "An instance of WebPubSubGroupMember if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
43+
type: "<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />"
44+
- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getConnectionId()"
45+
fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getConnectionId()"
46+
name: "getConnectionId()"
47+
nameWithType: "WebPubSubGroupConnection.getConnectionId()"
48+
summary: "Gets the connection ID."
49+
syntax: "public String getConnectionId()"
50+
desc: "Gets the connection ID."
51+
returns:
52+
description: "The ID of the connection."
53+
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
54+
- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getUserId()"
55+
fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.getUserId()"
56+
name: "getUserId()"
57+
nameWithType: "WebPubSubGroupConnection.getUserId()"
58+
summary: "Gets the user ID."
59+
syntax: "public String getUserId()"
60+
desc: "Gets the user ID."
61+
returns:
62+
description: "The ID of the user."
63+
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
64+
- uid: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.toJson(com.azure.json.JsonWriter)"
65+
fullName: "com.azure.messaging.webpubsub.models.WebPubSubGroupConnection.toJson(JsonWriter jsonWriter)"
66+
name: "toJson(JsonWriter jsonWriter)"
67+
nameWithType: "WebPubSubGroupConnection.toJson(JsonWriter jsonWriter)"
68+
parameters:
69+
- name: "jsonWriter"
70+
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
71+
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
72+
exceptions:
73+
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
74+
returns:
75+
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
76+
type: "class"
77+
desc: "Represents a connection in a group."
78+
implements:
79+
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.messaging.webpubsub.models.WebPubSubGroupConnection?alt=com.azure.messaging.webpubsub.models.WebPubSubGroupConnection&text=WebPubSubGroupConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
80+
metadata: {}
81+
package: "com.azure.messaging.webpubsub.models"
82+
artifact: com.azure:azure-messaging-webpubsub:1.5.0

0 commit comments

Comments
 (0)