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

    Modifier and Type
    Method
    Description
    .proto.Instance instance = 1;
    .proto.Instance instance = 1;
    string workerId = 2;
    com.google.protobuf.ByteString
    string workerId = 2;
    boolean
    .proto.Instance instance = 1;

    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

    • 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

      String getWorkerId()
      string workerId = 2;
      Returns:
      The workerId.
    • getWorkerIdBytes

      com.google.protobuf.ByteString getWorkerIdBytes()
      string workerId = 2;
      Returns:
      The bytes for workerId.