Interface TaskDeviceFiltersOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDeviceFilters​(int index)
      repeated string device_filters = 1;
      com.google.protobuf.ByteString getDeviceFiltersBytes​(int index)
      repeated string device_filters = 1;
      int getDeviceFiltersCount()
      repeated string device_filters = 1;
      java.util.List<java.lang.String> getDeviceFiltersList()
      repeated string device_filters = 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

      • getDeviceFiltersList

        java.util.List<java.lang.String> getDeviceFiltersList()
        repeated string device_filters = 1;
        Returns:
        A list containing the deviceFilters.
      • getDeviceFiltersCount

        int getDeviceFiltersCount()
        repeated string device_filters = 1;
        Returns:
        The count of deviceFilters.
      • getDeviceFilters

        java.lang.String getDeviceFilters​(int index)
        repeated string device_filters = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The deviceFilters at the given index.
      • getDeviceFiltersBytes

        com.google.protobuf.ByteString getDeviceFiltersBytes​(int index)
        repeated string device_filters = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the deviceFilters at the given index.