Interface BatchDeleteVersionsMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getFailedVersions​(int index)
      The versions the operation failed to delete.
      com.google.protobuf.ByteString getFailedVersionsBytes​(int index)
      The versions the operation failed to delete.
      int getFailedVersionsCount()
      The versions the operation failed to delete.
      List<String> getFailedVersionsList()
      The versions the operation failed to delete.
      • 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

      • getFailedVersionsList

        List<String> getFailedVersionsList()
         The versions the operation failed to delete.
         
        repeated string failed_versions = 2;
        Returns:
        A list containing the failedVersions.
      • getFailedVersionsCount

        int getFailedVersionsCount()
         The versions the operation failed to delete.
         
        repeated string failed_versions = 2;
        Returns:
        The count of failedVersions.
      • getFailedVersions

        String getFailedVersions​(int index)
         The versions the operation failed to delete.
         
        repeated string failed_versions = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The failedVersions at the given index.
      • getFailedVersionsBytes

        com.google.protobuf.ByteString getFailedVersionsBytes​(int index)
         The versions the operation failed to delete.
         
        repeated string failed_versions = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the failedVersions at the given index.