Interface MatchableResourceOuterClass.ExecutionQueueAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getTags​(int index)
      Tags used for assigning execution queues for tasks defined within this project.
      com.google.protobuf.ByteString getTagsBytes​(int index)
      Tags used for assigning execution queues for tasks defined within this project.
      int getTagsCount()
      Tags used for assigning execution queues for tasks defined within this project.
      List<String> getTagsList()
      Tags used for assigning execution queues for tasks defined within this project.
      • 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

      • getTagsList

        List<String> getTagsList()
         Tags used for assigning execution queues for tasks defined within this project.
         
        repeated string tags = 1;
        Returns:
        A list containing the tags.
      • getTagsCount

        int getTagsCount()
         Tags used for assigning execution queues for tasks defined within this project.
         
        repeated string tags = 1;
        Returns:
        The count of tags.
      • getTags

        String getTags​(int index)
         Tags used for assigning execution queues for tasks defined within this project.
         
        repeated string tags = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
         Tags used for assigning execution queues for tasks defined within this project.
         
        repeated string tags = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.