public static interface Command.SendAfterOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCancellationToken()
string cancellation_token = 3; |
com.google.protobuf.ByteString |
getCancellationTokenBytes()
string cancellation_token = 3; |
Commands |
getCommands()
.org.apache.flink.statefun.e2e.smoke.Commands commands = 2; |
CommandsOrBuilder |
getCommandsOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Commands commands = 2; |
int |
getTarget()
int32 target = 1; |
boolean |
hasCommands()
.org.apache.flink.statefun.e2e.smoke.Commands commands = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getTarget()
int32 target = 1;
boolean hasCommands()
.org.apache.flink.statefun.e2e.smoke.Commands commands = 2;
Commands getCommands()
.org.apache.flink.statefun.e2e.smoke.Commands commands = 2;
CommandsOrBuilder getCommandsOrBuilder()
.org.apache.flink.statefun.e2e.smoke.Commands commands = 2;
java.lang.String getCancellationToken()
string cancellation_token = 3;
com.google.protobuf.ByteString getCancellationTokenBytes()
string cancellation_token = 3;
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.