Skip to content
Merged
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 2 additions & 1 deletion config/x2mdx/ledger-bindings/source-artifacts.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"3.4.8",
"3.4.9",
"3.4.10",
"3.4.11"
"3.4.11",
"3.5.6"
]
}
]
Expand Down
872 changes: 872 additions & 0 deletions docs-main/docs.json

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions docs-main/reference/java-bindings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ This page is generated from supplied local Javadoc jars.
- Source name: `Published Java docs snapshots`
- Version filter: `configured bindings artifact versions`
- Artifacts: `1`
- Types: `185`
- Members: `1268`
- Types: `1032`
- Members: `21792`

## Artifacts

| Details | Artifact | Language | Versions | Symbols | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- | --- | --- | --- |
| [View](./java) | `com.daml:bindings-java` | `java` | `3.4.8, 3.4.9, 3.4.10, 3.4.11` | `1453` | `2` | `2` | `1` |
| [View](./java) | `com.daml:bindings-java` | `java` | `3.4.8, 3.4.9, 3.4.10, 3.4.11, 3.5.6` | `22824` | `21373` | `100` | `2` |

## Notes

- Input acquisition stays outside x2mdx; this report is built from supplied local Javadoc jars.
- Object statuses must come from per-artifact status manifests unless Java deprecation metadata provides a deprecated fallback.
- Java deprecation metadata is best-effort from deprecated-list.html when present.
- Removed means the first configured version after the last observed presence.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "CommandInspectionServiceGrpc.AsyncService"
description: "Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available."
---

## CommandInspectionServiceGrpc.AsyncService

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.AsyncService.html>)

**Signature**

```text
public static interface CommandInspectionServiceGrpc.AsyncService
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.AsyncService.html#getCommandStatus%28com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusRequest,io.grpc.stub.StreamObserver%29>) | `getCommandStatus(CommandInspectionServiceOuterClass.GetCommandStatusRequest, StreamObserver<CommandInspectionServiceOuterClass.GetCommandStatusResponse>)` | `3.5.6` | - | - |
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub"
description: "A stub to allow clients to do synchronous rpc calls to service CommandInspectionService. Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available."
---

## CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub.html>)

**Signature**

```text
public static final class CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub>
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub.html#build%28io.grpc.Channel,io.grpc.CallOptions%29>) | `build(Channel, CallOptions)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceBlockingStub.html#getCommandStatus%28com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusRequest%29>) | `getCommandStatus(CommandInspectionServiceOuterClass.GetCommandStatusRequest)` | `3.5.6` | - | - |
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub"
description: "A stub to allow clients to do ListenableFuture-style rpc calls to service CommandInspectionService. Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available."
---

## CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub.html>)

**Signature**

```text
public static final class CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub>
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub.html#build%28io.grpc.Channel,io.grpc.CallOptions%29>) | `build(Channel, CallOptions)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceFutureStub.html#getCommandStatus%28com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusRequest%29>) | `getCommandStatus(CommandInspectionServiceOuterClass.GetCommandStatusRequest)` | `3.5.6` | - | - |
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "CommandInspectionServiceGrpc.CommandInspectionServiceImplBase"
description: "Base class for the server implementation of the service CommandInspectionService. Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available."
---

## CommandInspectionServiceGrpc.CommandInspectionServiceImplBase

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceImplBase.html>)

**Signature**

```text
public abstract static class CommandInspectionServiceGrpc.CommandInspectionServiceImplBase extends Object implements io.grpc.BindableService, CommandInspectionServiceGrpc.AsyncService
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceImplBase.html#%3Cinit%3E%28%29>) | `CommandInspectionServiceImplBase()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceImplBase.html#bindService%28%29>) | `bindService()` | `3.5.6` | - | - |
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: "CommandInspectionServiceGrpc.CommandInspectionServiceStub"
description: "A stub to allow clients to do asynchronous rpc calls to service CommandInspectionService. Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available."
---

## CommandInspectionServiceGrpc.CommandInspectionServiceStub

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceStub.html>)

**Signature**

```text
public static final class CommandInspectionServiceGrpc.CommandInspectionServiceStub extends io.grpc.stub.AbstractAsyncStub<CommandInspectionServiceGrpc.CommandInspectionServiceStub>
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceStub.html#build%28io.grpc.Channel,io.grpc.CallOptions%29>) | `build(Channel, CallOptions)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.CommandInspectionServiceStub.html#getCommandStatus%28com.daml.ledger.api.v2.admin.CommandInspectionServiceOuterClass.GetCommandStatusRequest,io.grpc.stub.StreamObserver%29>) | `getCommandStatus(CommandInspectionServiceOuterClass.GetCommandStatusRequest, StreamObserver<CommandInspectionServiceOuterClass.GetCommandStatusResponse>)` | `3.5.6` | - | - |
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "CommandInspectionServiceGrpc"
description: "Status: experimental interface, will change before it is deemed production ready The inspection service provides methods for the ledger administrator to look under the hood of a running system. In V2 Ledger API this service is not available."
---

## CommandInspectionServiceGrpc

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html>)

**Signature**

```text
@Generated(value="by gRPC proto compiler (version 1.60.2)", comments="Source: com/daml/ledger/api/v2/admin/command_inspection_service.proto") public final class CommandInspectionServiceGrpc extends Object
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#SERVICE_NAME>) | `SERVICE_NAME` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#bindService%28com.daml.ledger.api.v2.admin.CommandInspectionServiceGrpc.AsyncService%29>) | `bindService(CommandInspectionServiceGrpc.AsyncService)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#getGetCommandStatusMethod%28%29>) | `getGetCommandStatusMethod()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#getServiceDescriptor%28%29>) | `getServiceDescriptor()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#newBlockingStub%28io.grpc.Channel%29>) | `newBlockingStub(Channel)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#newFutureStub%28io.grpc.Channel%29>) | `newFutureStub(Channel)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceGrpc.html#newStub%28io.grpc.Channel%29>) | `newStub(Channel)` | `3.5.6` | - | - |
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
title: "CommandInspectionServiceOuterClass.CommandState"
description: "Protobuf enum com.daml.ledger.api.v2.admin.CommandState"
---

## CommandInspectionServiceOuterClass.CommandState

Upstream docs: [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html>)

**Signature**

```text
public static enum CommandInspectionServiceOuterClass.CommandState extends Enum<CommandInspectionServiceOuterClass.CommandState> implements com.google.protobuf.ProtocolMessageEnum
```

**Members**

| Docs | Member | Introduced | Deprecated | Removed |
| --- | --- | --- | --- | --- |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_FAILED>) | `COMMAND_STATE_FAILED` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_FAILED_VALUE>) | `COMMAND_STATE_FAILED_VALUE` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_PENDING>) | `COMMAND_STATE_PENDING` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_PENDING_VALUE>) | `COMMAND_STATE_PENDING_VALUE` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_SUCCEEDED>) | `COMMAND_STATE_SUCCEEDED` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_SUCCEEDED_VALUE>) | `COMMAND_STATE_SUCCEEDED_VALUE` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_UNSPECIFIED>) | `COMMAND_STATE_UNSPECIFIED` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#COMMAND_STATE_UNSPECIFIED_VALUE>) | `COMMAND_STATE_UNSPECIFIED_VALUE` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#UNRECOGNIZED>) | `UNRECOGNIZED` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#forNumber%28int%29>) | `forNumber(int)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#getDescriptor%28%29>) | `getDescriptor()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#getDescriptorForType%28%29>) | `getDescriptorForType()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#getNumber%28%29>) | `getNumber()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#getValueDescriptor%28%29>) | `getValueDescriptor()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#internalGetValueMap%28%29>) | `internalGetValueMap()` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#valueOf%28com.google.protobuf.Descriptors.EnumValueDescriptor%29>) | `valueOf(Descriptors.EnumValueDescriptor)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#valueOf%28java.lang.String%29>) | `valueOf(String)` | `3.5.6` | - | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#valueOf%28int%29>) | `valueOf(int)` | `3.5.6` | `3.5.6` | - |
| [Open](<https://javadoc.io/doc/com.daml/bindings-java/3.5.6/com/daml/ledger/api/v2/admin/CommandInspectionServiceOuterClass.CommandState.html#values%28%29>) | `values()` | `3.5.6` | - | - |
Loading