Interface CompleteGroupResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CompleteGroupResponse, CompleteGroupResponse.Builder

    public interface CompleteGroupResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getCommunicatorKey()
      bytes communicator_key = 7;
      java.lang.String getDeviceName​(int index)
      repeated string device_name = 5;
      com.google.protobuf.ByteString getDeviceNameBytes​(int index)
      repeated string device_name = 5;
      int getDeviceNameCount()
      repeated string device_name = 5;
      java.util.List<java.lang.String> getDeviceNameList()
      repeated string device_name = 5;
      java.lang.String getDeviceType()
      string device_type = 3;
      com.google.protobuf.ByteString getDeviceTypeBytes()
      string device_type = 3;
      int getGroupKey()
      int32 group_key = 1;
      int getGroupSize()
      int32 group_size = 2;
      int getNumTasks()
      number of distinct tasks hosting the devices
      java.lang.String getTaskName​(int index)
      task name prefixes of device_names
      com.google.protobuf.ByteString getTaskNameBytes​(int index)
      task name prefixes of device_names
      int getTaskNameCount()
      task name prefixes of device_names
      java.util.List<java.lang.String> getTaskNameList()
      task name prefixes of device_names
      • 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

      • getGroupKey

        int getGroupKey()
        int32 group_key = 1;
        Returns:
        The groupKey.
      • getGroupSize

        int getGroupSize()
        int32 group_size = 2;
        Returns:
        The groupSize.
      • getDeviceType

        java.lang.String getDeviceType()
        string device_type = 3;
        Returns:
        The deviceType.
      • getDeviceTypeBytes

        com.google.protobuf.ByteString getDeviceTypeBytes()
        string device_type = 3;
        Returns:
        The bytes for deviceType.
      • getNumTasks

        int getNumTasks()
         number of distinct tasks hosting the devices
         
        int32 num_tasks = 4;
        Returns:
        The numTasks.
      • getDeviceNameList

        java.util.List<java.lang.String> getDeviceNameList()
        repeated string device_name = 5;
        Returns:
        A list containing the deviceName.
      • getDeviceNameCount

        int getDeviceNameCount()
        repeated string device_name = 5;
        Returns:
        The count of deviceName.
      • getDeviceName

        java.lang.String getDeviceName​(int index)
        repeated string device_name = 5;
        Parameters:
        index - The index of the element to return.
        Returns:
        The deviceName at the given index.
      • getDeviceNameBytes

        com.google.protobuf.ByteString getDeviceNameBytes​(int index)
        repeated string device_name = 5;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the deviceName at the given index.
      • getTaskNameList

        java.util.List<java.lang.String> getTaskNameList()
         task name prefixes of device_names
         
        repeated string task_name = 6;
        Returns:
        A list containing the taskName.
      • getTaskNameCount

        int getTaskNameCount()
         task name prefixes of device_names
         
        repeated string task_name = 6;
        Returns:
        The count of taskName.
      • getTaskName

        java.lang.String getTaskName​(int index)
         task name prefixes of device_names
         
        repeated string task_name = 6;
        Parameters:
        index - The index of the element to return.
        Returns:
        The taskName at the given index.
      • getTaskNameBytes

        com.google.protobuf.ByteString getTaskNameBytes​(int index)
         task name prefixes of device_names
         
        repeated string task_name = 6;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the taskName at the given index.
      • getCommunicatorKey

        com.google.protobuf.ByteString getCommunicatorKey()
        bytes communicator_key = 7;
        Returns:
        The communicatorKey.