Interface CompleteGroupRequestOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getCollectiveType()
      int32 collective_type = 5;
      java.lang.String getDeviceName​(int index)
      repeated string device_name = 4;
      com.google.protobuf.ByteString getDeviceNameBytes​(int index)
      repeated string device_name = 4;
      int getDeviceNameCount()
      repeated string device_name = 4;
      java.util.List<java.lang.String> getDeviceNameList()
      repeated string device_name = 4;
      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;
      • 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.
      • getDeviceNameList

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

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

        java.lang.String getDeviceName​(int index)
        repeated string device_name = 4;
        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 = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the deviceName at the given index.
      • getCollectiveType

        int getCollectiveType()
        int32 collective_type = 5;
        Returns:
        The collectiveType.