Skip to content

Commit b70f606

Browse files
committed
Applying Colin's client proto generation (#DH-20578)
1 parent df05a62 commit b70f606

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

web/client-backplane/src/main/java/io/deephaven/javascript/proto/dhinternal/io/deephaven_core/proto/remotefilesource_pb/RemoteFileSourceClientRequest.java

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,6 @@ static RemoteFileSourceClientRequest.ToObjectReturnType create() {
122122
@JsProperty
123123
RemoteFileSourceClientRequest.ToObjectReturnType.SetExecutionContextFieldType getSetExecutionContext();
124124

125-
@JsProperty
126-
String getTestCommand();
127-
128125
@JsProperty
129126
void setMetaResponse(
130127
RemoteFileSourceClientRequest.ToObjectReturnType.MetaResponseFieldType metaResponse);
@@ -135,9 +132,6 @@ void setMetaResponse(
135132
@JsProperty
136133
void setSetExecutionContext(
137134
RemoteFileSourceClientRequest.ToObjectReturnType.SetExecutionContextFieldType setExecutionContext);
138-
139-
@JsProperty
140-
void setTestCommand(String testCommand);
141135
}
142136

143137
@JsType(isNative = true, name = "?", namespace = JsPackage.GLOBAL)
@@ -245,9 +239,6 @@ static RemoteFileSourceClientRequest.ToObjectReturnType0 create() {
245239
@JsProperty
246240
RemoteFileSourceClientRequest.ToObjectReturnType0.SetExecutionContextFieldType getSetExecutionContext();
247241

248-
@JsProperty
249-
String getTestCommand();
250-
251242
@JsProperty
252243
void setMetaResponse(
253244
RemoteFileSourceClientRequest.ToObjectReturnType0.MetaResponseFieldType metaResponse);
@@ -258,9 +249,6 @@ void setMetaResponse(
258249
@JsProperty
259250
void setSetExecutionContext(
260251
RemoteFileSourceClientRequest.ToObjectReturnType0.SetExecutionContextFieldType setExecutionContext);
261-
262-
@JsProperty
263-
void setTestCommand(String testCommand);
264252
}
265253

266254
public static native RemoteFileSourceClientRequest deserializeBinary(Uint8Array bytes);
@@ -278,8 +266,6 @@ public static native RemoteFileSourceClientRequest.ToObjectReturnType toObject(
278266

279267
public native void clearSetExecutionContext();
280268

281-
public native void clearTestCommand();
282-
283269
public native RemoteFileSourceMetaResponse getMetaResponse();
284270

285271
public native int getRequestCase();
@@ -288,14 +274,10 @@ public static native RemoteFileSourceClientRequest.ToObjectReturnType toObject(
288274

289275
public native SetExecutionContextRequest getSetExecutionContext();
290276

291-
public native String getTestCommand();
292-
293277
public native boolean hasMetaResponse();
294278

295279
public native boolean hasSetExecutionContext();
296280

297-
public native boolean hasTestCommand();
298-
299281
public native Uint8Array serializeBinary();
300282

301283
public native void setMetaResponse();
@@ -308,9 +290,7 @@ public static native RemoteFileSourceClientRequest.ToObjectReturnType toObject(
308290

309291
public native void setSetExecutionContext(SetExecutionContextRequest value);
310292

311-
public native void setTestCommand(String value);
312-
313293
public native RemoteFileSourceClientRequest.ToObjectReturnType0 toObject();
314294

315295
public native RemoteFileSourceClientRequest.ToObjectReturnType0 toObject(boolean includeInstance);
316-
}
296+
}

web/client-backplane/src/main/java/io/deephaven/javascript/proto/dhinternal/io/deephaven_core/proto/remotefilesource_pb/remotefilesourceclientrequest/RequestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
name = "dhinternal.io.deephaven_core.proto.remotefilesource_pb.RemoteFileSourceClientRequest.RequestCase",
1212
namespace = JsPackage.GLOBAL)
1313
public class RequestCase {
14-
public static int META_RESPONSE, REQUEST_NOT_SET, SET_EXECUTION_CONTEXT, TEST_COMMAND;
15-
}
14+
public static int META_RESPONSE, REQUEST_NOT_SET, SET_EXECUTION_CONTEXT;
15+
}

0 commit comments

Comments
 (0)