Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
# Linux start script should use lf
/gradlew text eol=lf

# These are Windows script files and should use crlf
*.bat text eol=crlf

# This allows generated code to be indexed correctly
*.java linguist-generated=false
9,629 changes: 8,023 additions & 1,606 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

13 changes: 6 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
speakeasyVersion: 1.658.2
speakeasyVersion: 1.750.0
sources:
java-source:
sourceNamespace: java-source
sourceRevisionDigest: sha256:846f82b2c5f534ddfa5eaf03dae4c50d9d0d5973f953a30460951980f5a99238
sourceBlobDigest: sha256:a83dd5d2f6be3733c4c0cfde58d5b8811cff8746f24cc3baf3c90f78a45c1e30
sourceRevisionDigest: sha256:6f4402a55fedc28962102a38defcc1caee95a2eb42ed4b3bbb14e2b6010554d2
sourceBlobDigest: sha256:a72b11e32faaf6f90b50d82753d908dd294a5ad8c8adffa809245478b6ff5ed7
tags:
- latest
- speakeasy-sdk-regen-1756426117
- 0.0.1
targets:
hathora-java:
source: java-source
sourceNamespace: java-source
sourceRevisionDigest: sha256:846f82b2c5f534ddfa5eaf03dae4c50d9d0d5973f953a30460951980f5a99238
sourceBlobDigest: sha256:a83dd5d2f6be3733c4c0cfde58d5b8811cff8746f24cc3baf3c90f78a45c1e30
sourceRevisionDigest: sha256:6f4402a55fedc28962102a38defcc1caee95a2eb42ed4b3bbb14e2b6010554d2
sourceBlobDigest: sha256:a72b11e32faaf6f90b50d82753d908dd294a5ad8c8adffa809245478b6ff5ed7
codeSamplesNamespace: code-samples-java-hathora-java
codeSamplesRevisionDigest: sha256:0fc45c41414e243f3d1b781442c3b054bc035b8ac1e04c3d3b26663a2aedeed0
codeSamplesRevisionDigest: sha256:85f45e53ad8a5ec63225bb99a52c0a302ef96d17dd02737cd9a1c29646f7cf2f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
122 changes: 83 additions & 39 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1179,4 +1179,14 @@ Based on:
### Generated
- [java v3.3.0] .
### Releases
- [Maven Central v3.3.0] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.3.0 - .
- [Maven Central v3.3.0] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.3.0 - .

## 2026-03-10 00:10:31
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.750.0 (2.856.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v3.4.0] .
### Releases
- [Maven Central v3.4.0] https://central.sonatype.com/artifact/dev.hathora/cloud-sdk/3.4.0 - .
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class Application {
.call();

if (res.application().isPresent()) {
// handle response
System.out.println(res.application().get());
}
}
}
Expand Down
166 changes: 83 additions & 83 deletions codeSamples.yaml

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions docs/models/operations/DeprecatedUpdateFleetRegionV2Request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# DeprecatedUpdateFleetRegionV2Request


## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
| `fleetRegionConfig` | [FleetRegionConfig](../../models/shared/FleetRegionConfig.md) | :heavy_check_mark: | N/A | |
| `fleetId` | *String* | :heavy_check_mark: | N/A | |
| `orgId` | *Optional\<String>* | :heavy_minus_sign: | N/A | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
| `region` | [Region](../../models/shared/Region.md) | :heavy_check_mark: | N/A | |
10 changes: 10 additions & 0 deletions docs/models/operations/DeprecatedUpdateFleetRegionV2Response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# DeprecatedUpdateFleetRegionV2Response


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation |
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `rawResponse` | [HttpResponse\<?>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
3 changes: 2 additions & 1 deletion docs/models/operations/GetDeploymentsRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `appId` | *Optional\<String>* | :heavy_minus_sign: | N/A | app-af469a92-5b45-4565-b3c4-b79878de67d2 |
| `buildTag` | *Optional\<String>* | :heavy_minus_sign: | N/A | 0.1.14-14c793 |
| `deploymentTag` | *Optional\<String>* | :heavy_minus_sign: | N/A | alpha |
| `deploymentTag` | *Optional\<String>* | :heavy_minus_sign: | N/A | alpha |
| `nextPageToken` | *Optional\<String>* | :heavy_minus_sign: | N/A | |
12 changes: 6 additions & 6 deletions docs/models/operations/UpdateFleetRegionRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description | Example |
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
| `fleetRegionConfig` | [FleetRegionConfig](../../models/shared/FleetRegionConfig.md) | :heavy_check_mark: | N/A | |
| `fleetId` | *String* | :heavy_check_mark: | N/A | |
| `orgId` | *Optional\<String>* | :heavy_minus_sign: | N/A | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
| `region` | [Region](../../models/shared/Region.md) | :heavy_check_mark: | N/A | |
| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
| `fleetRegionConfigV2` | [FleetRegionConfigV2](../../models/shared/FleetRegionConfigV2.md) | :heavy_check_mark: | N/A | |
| `fleetId` | *String* | :heavy_check_mark: | N/A | |
| `orgId` | *Optional\<String>* | :heavy_minus_sign: | N/A | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39 |
| `region` | [Region](../../models/shared/Region.md) | :heavy_check_mark: | N/A | |
10 changes: 5 additions & 5 deletions docs/models/shared/AuthConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Configure [player authentication](https://hathora.dev/docs/backend-integrations/

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
| `anonymous` | [Optional\<RecordStringNever>](../../models/shared/RecordStringNever.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
| `google` | [Optional\<Google>](../../models/shared/Google.md) | :heavy_minus_sign: | Enable google auth for your application. |
| `nickname` | [Optional\<RecordStringNever>](../../models/shared/RecordStringNever.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
| Field | Type | Required | Description |
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
| `anonymous` | [Optional\<DeletedBuild>](../../models/shared/DeletedBuild.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
| `google` | [Optional\<Google>](../../models/shared/Google.md) | :heavy_minus_sign: | Enable google auth for your application. |
| `nickname` | [Optional\<DeletedBuild>](../../models/shared/DeletedBuild.md) | :heavy_minus_sign: | Construct a type with a set of properties K of type T |
11 changes: 11 additions & 0 deletions docs/models/shared/BuildStatus.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# BuildStatus

## Example Usage

```java
import dev.hathora.cloud_sdk.models.shared.BuildStatus;

BuildStatus value = BuildStatus.CREATED;

// Open enum: use .of() to create instances from custom string values
BuildStatus custom = BuildStatus.of("custom_value");
```


## Values

Expand Down
11 changes: 11 additions & 0 deletions docs/models/shared/CardBrand.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CardBrand

## Example Usage

```java
import dev.hathora.cloud_sdk.models.shared.CardBrand;

CardBrand value = CardBrand.AMEX;

// Open enum: use .of() to create instances from custom string values
CardBrand custom = CardBrand.of("custom_value");
```


## Values

Expand Down
11 changes: 11 additions & 0 deletions docs/models/shared/DeploymentV1TransportType.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

> :warning: **DEPRECATED**: This will be removed in a future release, please migrate away from it as soon as possible.

## Example Usage

```java
import dev.hathora.cloud_sdk.models.shared.DeploymentV1TransportType;

DeploymentV1TransportType value = DeploymentV1TransportType.TCP;

// Open enum: use .of() to create instances from custom string values
DeploymentV1TransportType custom = DeploymentV1TransportType.of("custom_value");
```


## Values

Expand Down
3 changes: 2 additions & 1 deletion docs/models/shared/DeploymentsV3Page.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@

| Field | Type | Required | Description |
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| `deployments` | List\<[DeploymentV3](../../models/shared/DeploymentV3.md)> | :heavy_check_mark: | N/A |
| `deployments` | List\<[DeploymentV3](../../models/shared/DeploymentV3.md)> | :heavy_check_mark: | N/A |
| `nextPageToken` | *Optional\<String>* | :heavy_minus_sign: | N/A |
11 changes: 11 additions & 0 deletions docs/models/shared/DeprecatedProcessMetricName.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# DeprecatedProcessMetricName

## Example Usage

```java
import dev.hathora.cloud_sdk.models.shared.DeprecatedProcessMetricName;

DeprecatedProcessMetricName value = DeprecatedProcessMetricName.CPU;

// Open enum: use .of() to create instances from custom string values
DeprecatedProcessMetricName custom = DeprecatedProcessMetricName.of("custom_value");
```


## Values

Expand Down
Loading