Interface InvokeConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InvokeCondition
,InvokeCondition.Builder
public interface InvokeConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArguments
(int index) repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
int
repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
getArgumentsOrBuilder
(int index) repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
List<? extends ValueOrBuilder>
repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
string method = 1;
com.google.protobuf.ByteString
string method = 1;
.io.deephaven.proto.backplane.grpc.Value target = 2;
.io.deephaven.proto.backplane.grpc.Value target = 2;
boolean
.io.deephaven.proto.backplane.grpc.Value target = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getMethod
String getMethod()string method = 1;
- Returns:
- The method.
-
getMethodBytes
com.google.protobuf.ByteString getMethodBytes()string method = 1;
- Returns:
- The bytes for method.
-
hasTarget
boolean hasTarget().io.deephaven.proto.backplane.grpc.Value target = 2;
- Returns:
- Whether the target field is set.
-
getTarget
Value getTarget().io.deephaven.proto.backplane.grpc.Value target = 2;
- Returns:
- The target.
-
getTargetOrBuilder
ValueOrBuilder getTargetOrBuilder().io.deephaven.proto.backplane.grpc.Value target = 2;
-
getArgumentsList
repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
-
getArguments
repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
-
getArgumentsCount
int getArgumentsCount()repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
-
getArgumentsOrBuilderList
List<? extends ValueOrBuilder> getArgumentsOrBuilderList()repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
-
getArgumentsOrBuilder
repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3;
-