Interface Function.AssignmentOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Function.Assignment,Function.Assignment.Builder
- Enclosing class:
- Function
public static interface Function.AssignmentOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function.InstancegetInstance().proto.Instance instance = 1;Function.InstanceOrBuildergetInstanceOrBuilder().proto.Instance instance = 1;java.lang.StringgetWorkerId()string workerId = 2;com.google.protobuf.ByteStringgetWorkerIdBytes()string workerId = 2;booleanhasInstance().proto.Instance instance = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasInstance
boolean hasInstance()
.proto.Instance instance = 1;- Returns:
- Whether the instance field is set.
-
getInstance
Function.Instance getInstance()
.proto.Instance instance = 1;- Returns:
- The instance.
-
getInstanceOrBuilder
Function.InstanceOrBuilder getInstanceOrBuilder()
.proto.Instance instance = 1;
-
getWorkerId
java.lang.String getWorkerId()
string workerId = 2;- Returns:
- The workerId.
-
getWorkerIdBytes
com.google.protobuf.ByteString getWorkerIdBytes()
string workerId = 2;- Returns:
- The bytes for workerId.
-
-