| Modifier and Type | Method and Description |
|---|---|
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.Builder.build() |
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.Builder.buildPartial() |
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandConfirmationOrBuilder.getCommandExecutionUUID()
.sila2.org.silastandard.CommandExecutionUUID commandExecutionUUID = 1; |
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandConfirmation.getCommandExecutionUUID()
.sila2.org.silastandard.CommandExecutionUUID commandExecutionUUID = 1; |
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandConfirmation.Builder.getCommandExecutionUUID()
.sila2.org.silastandard.CommandExecutionUUID commandExecutionUUID = 1; |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.getDefaultInstance() |
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.getDefaultInstanceForType() |
SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.Builder.getDefaultInstanceForType() |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseDelimitedFrom(InputStream input) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(byte[] data) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(ByteBuffer data) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(com.google.protobuf.ByteString data) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(com.google.protobuf.CodedInputStream input) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(InputStream input) |
static SiLAFramework.CommandExecutionUUID |
SiLAFramework.CommandExecutionUUID.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<SiLAFramework.CommandExecutionUUID> |
SiLAFramework.CommandExecutionUUID.getParserForType() |
static com.google.protobuf.Parser<SiLAFramework.CommandExecutionUUID> |
SiLAFramework.CommandExecutionUUID.parser() |
| Modifier and Type | Method and Description |
|---|---|
SiLAFramework.CommandConfirmation.Builder |
SiLAFramework.CommandConfirmation.Builder.mergeCommandExecutionUUID(SiLAFramework.CommandExecutionUUID value)
.sila2.org.silastandard.CommandExecutionUUID commandExecutionUUID = 1; |
SiLAFramework.CommandExecutionUUID.Builder |
SiLAFramework.CommandExecutionUUID.Builder.mergeFrom(SiLAFramework.CommandExecutionUUID other) |
static SiLAFramework.CommandExecutionUUID.Builder |
SiLAFramework.CommandExecutionUUID.newBuilder(SiLAFramework.CommandExecutionUUID prototype) |
SiLAFramework.CommandConfirmation.Builder |
SiLAFramework.CommandConfirmation.Builder.setCommandExecutionUUID(SiLAFramework.CommandExecutionUUID value)
.sila2.org.silastandard.CommandExecutionUUID commandExecutionUUID = 1; |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,SiLAFramework.ExecutionInfo> |
BinaryTransferTestGrpc.getEchoBinariesObservablyInfoMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,BinaryTransferTestOuterClass.EchoBinariesObservably_IntermediateResponses> |
BinaryTransferTestGrpc.getEchoBinariesObservablyIntermediateMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,BinaryTransferTestOuterClass.EchoBinariesObservably_Responses> |
BinaryTransferTestGrpc.getEchoBinariesObservablyResultMethod() |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,SiLAFramework.ExecutionInfo> |
CancellationTestGrpc.getWaitForCancelInfoMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,CancellationTestOuterClass.WaitForCancel_Responses> |
CancellationTestGrpc.getWaitForCancelResultMethod() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SiLAFramework.ExecutionInfo> |
CancellationTestGrpc.CancellationTestBlockingStub.waitForCancelInfo(SiLAFramework.CommandExecutionUUID request) |
default void |
CancellationTestGrpc.AsyncService.waitForCancelInfo(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<SiLAFramework.ExecutionInfo> responseObserver) |
void |
CancellationTestGrpc.CancellationTestStub.waitForCancelInfo(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<SiLAFramework.ExecutionInfo> responseObserver) |
CancellationTestOuterClass.WaitForCancel_Responses |
CancellationTestGrpc.CancellationTestBlockingStub.waitForCancelResult(SiLAFramework.CommandExecutionUUID request) |
com.google.common.util.concurrent.ListenableFuture<CancellationTestOuterClass.WaitForCancel_Responses> |
CancellationTestGrpc.CancellationTestFutureStub.waitForCancelResult(SiLAFramework.CommandExecutionUUID request) |
default void |
CancellationTestGrpc.AsyncService.waitForCancelResult(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<CancellationTestOuterClass.WaitForCancel_Responses> responseObserver) |
void |
CancellationTestGrpc.CancellationTestStub.waitForCancelResult(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<CancellationTestOuterClass.WaitForCancel_Responses> responseObserver) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,SiLAFramework.ExecutionInfo> |
ErrorHandlingTestGrpc.getRaiseDefinedExecutionErrorObservablyInfoMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,ErrorHandlingTestOuterClass.RaiseDefinedExecutionErrorObservably_Responses> |
ErrorHandlingTestGrpc.getRaiseDefinedExecutionErrorObservablyResultMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,SiLAFramework.ExecutionInfo> |
ErrorHandlingTestGrpc.getRaiseUndefinedExecutionErrorObservablyInfoMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,ErrorHandlingTestOuterClass.RaiseUndefinedExecutionErrorObservably_Responses> |
ErrorHandlingTestGrpc.getRaiseUndefinedExecutionErrorObservablyResultMethod() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<SiLAFramework.ExecutionInfo> |
ObservableCommandTestGrpc.ObservableCommandTestBlockingStub.countInfo(SiLAFramework.CommandExecutionUUID request) |
default void |
ObservableCommandTestGrpc.AsyncService.countInfo(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<SiLAFramework.ExecutionInfo> responseObserver) |
void |
ObservableCommandTestGrpc.ObservableCommandTestStub.countInfo(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<SiLAFramework.ExecutionInfo> responseObserver) |
Iterator<ObservableCommandTestOuterClass.Count_IntermediateResponses> |
ObservableCommandTestGrpc.ObservableCommandTestBlockingStub.countIntermediate(SiLAFramework.CommandExecutionUUID request) |
default void |
ObservableCommandTestGrpc.AsyncService.countIntermediate(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<ObservableCommandTestOuterClass.Count_IntermediateResponses> responseObserver) |
void |
ObservableCommandTestGrpc.ObservableCommandTestStub.countIntermediate(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<ObservableCommandTestOuterClass.Count_IntermediateResponses> responseObserver) |
ObservableCommandTestOuterClass.Count_Responses |
ObservableCommandTestGrpc.ObservableCommandTestBlockingStub.countResult(SiLAFramework.CommandExecutionUUID request) |
com.google.common.util.concurrent.ListenableFuture<ObservableCommandTestOuterClass.Count_Responses> |
ObservableCommandTestGrpc.ObservableCommandTestFutureStub.countResult(SiLAFramework.CommandExecutionUUID request) |
default void |
ObservableCommandTestGrpc.AsyncService.countResult(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<ObservableCommandTestOuterClass.Count_Responses> responseObserver) |
void |
ObservableCommandTestGrpc.ObservableCommandTestStub.countResult(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<ObservableCommandTestOuterClass.Count_Responses> responseObserver) |
Iterator<SiLAFramework.ExecutionInfo> |
ObservableCommandTestGrpc.ObservableCommandTestBlockingStub.echoValueAfterDelayInfo(SiLAFramework.CommandExecutionUUID request) |
default void |
ObservableCommandTestGrpc.AsyncService.echoValueAfterDelayInfo(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<SiLAFramework.ExecutionInfo> responseObserver) |
void |
ObservableCommandTestGrpc.ObservableCommandTestStub.echoValueAfterDelayInfo(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<SiLAFramework.ExecutionInfo> responseObserver) |
ObservableCommandTestOuterClass.EchoValueAfterDelay_Responses |
ObservableCommandTestGrpc.ObservableCommandTestBlockingStub.echoValueAfterDelayResult(SiLAFramework.CommandExecutionUUID request) |
com.google.common.util.concurrent.ListenableFuture<ObservableCommandTestOuterClass.EchoValueAfterDelay_Responses> |
ObservableCommandTestGrpc.ObservableCommandTestFutureStub.echoValueAfterDelayResult(SiLAFramework.CommandExecutionUUID request) |
default void |
ObservableCommandTestGrpc.AsyncService.echoValueAfterDelayResult(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<ObservableCommandTestOuterClass.EchoValueAfterDelay_Responses> responseObserver) |
void |
ObservableCommandTestGrpc.ObservableCommandTestStub.echoValueAfterDelayResult(SiLAFramework.CommandExecutionUUID request,
io.grpc.stub.StreamObserver<ObservableCommandTestOuterClass.EchoValueAfterDelay_Responses> responseObserver) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,SiLAFramework.ExecutionInfo> |
RecoverableErrorProviderGrpc.getRaiseRecoverableErrorInfoMethod() |
static io.grpc.MethodDescriptor<SiLAFramework.CommandExecutionUUID,RecoverableErrorProviderOuterClass.RaiseRecoverableError_Responses> |
RecoverableErrorProviderGrpc.getRaiseRecoverableErrorResultMethod() |
Copyright © 2024 SiLA Java Developers. All rights reserved.