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.Instance getInstance()
      .proto.Instance instance = 1;
      Function.InstanceOrBuilder getInstanceOrBuilder()
      .proto.Instance instance = 1;
      java.lang.String getWorkerId()
      string workerId = 2;
      com.google.protobuf.ByteString getWorkerIdBytes()
      string workerId = 2;
      boolean hasInstance()
      .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 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.
      • 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.